aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mc33880.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hGravatar Paul Gortmaker 1-0/+1
A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in gpio are actually calling out for <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-06-06gpio: reorganize driversGravatar Grant Likely 1-0/+197
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>