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-07-06 | gpio: Move mpc5200 gpio driver to drivers/gpio | Grant Likely | |
GPIO drivers are getting consolidated into drivers/gpio. While at it, change the driver name to mpc5200-gpio* to avoid collisions. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> |