summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-u300.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: reorganize driversGrant Likely2011-06-061-4/+1Star
| | | | | | | | | | Sort the gpio makefile and enforce the naming convention gpio-*.c for gpio drivers. v2: cleaned up filenames in Kconfig and comment blocks v3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* gpio: move U300 GPIO driver to drivers/gpioLinus Walleij2011-05-271-0/+700
This moves the U300 GPIO driver out of arch/arm/mach-u300 and into the desired location indicated by the subsystem maintainer. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>