aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mcp23s08.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10gpio: mcp23s08: convert driver to DTLars Poeschel1-31/+106
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-17gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks1-3/+3
2012-05-18gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard1-1/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-07-15mcp23s08: add i2c supportPeter Korsgaard1-5/+187
2011-07-15mcp23s08: isolate spi specific partsPeter Korsgaard1-24/+57
2011-07-15mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard1-19/+0
2011-07-14mcp23s08: remove unused work queuePeter Korsgaard1-3/+0
2011-06-06gpio: reorganize driversGrant Likely1-0/+530