Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/gpio: Fix drivers who are implicit users of module.h | Paul Gortmaker | 2011-10-31 | 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> | ||||
* | gpio: Move mpc5200 gpio driver to drivers/gpio | Grant Likely | 2011-07-06 | 1 | -0/+376 |
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> |