summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-vr41xx.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-021-12/+1Star
| | | | | | | | | Where appropriate factor out some boilerplate code for platform device registration into module_platform_driver. Drivers that don't use the standard module_init initcall haven't been converted. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Joe Perches2011-06-111-1/+1
| | | | | | | Remove miscellaneous use of direct calculation by using resource_size(). Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* gpio: reorganize driversGrant Likely2011-06-061-0/+585
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>