Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | |
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-06 | gpio: reorganize drivers | Grant Likely | |
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> |