aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mcp23s08.c
AgeCommit message (Expand)Author
2014-06-18gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling
2014-01-20gpio: mcp23s08: fix casting caused build warningSeongJae Park
2014-01-17gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-08-30gpio: mcp23s08: rename the device tree propertyLars Poeschel
2013-08-16gpio: use dev_get_platdata()Jingoo Han
2013-08-16gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks
2013-04-10gpio: mcp23s08: convert driver to DTLars Poeschel
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-11-17gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks
2012-05-18gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker
2011-07-15mcp23s08: add i2c supportPeter Korsgaard
2011-07-15mcp23s08: isolate spi specific partsPeter Korsgaard
2011-07-15mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard
2011-07-14mcp23s08: remove unused work queuePeter Korsgaard
2011-06-06gpio: reorganize driversGrant Likely