summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mcp23s08.c
Commit message (Collapse)AuthorAgeFilesLines
...
* mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard2011-07-151-19/+0Star
| | | | | | | There's no in-tree users, and bus notifiers are more generic anyway. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* mcp23s08: remove unused work queuePeter Korsgaard2011-07-151-3/+0Star
| | | | | | | Never accessed anywhere. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* gpio: reorganize driversGrant Likely2011-06-061-0/+530
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>