aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mcp23s08.c
AgeCommit message (Expand)Author
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram
2015-04-08gpio: use devm_kzallocVarka Bhadram
2015-01-26gpio: mcp23s08: handle default gpio baseSonic Zhang
2014-12-12gpio: mcp23s08: fix up compilation errorLinus Walleij
2014-12-03gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein
2014-11-27gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein
2014-11-27gpio: mcp23s08: request a shared interruptAlexander Stein
2014-11-27gpio: mcp23s08: Do not free unrequested interruptAlexander Stein
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot
2014-09-04gpio: mcp23s08 to support both device tree and platform dataSonic Zhang
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2014-07-05gpio: mcp23s08: Eliminates redundant checking.Michael Welling
2014-06-02Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-05-28gpio: mcp23s08: switch chip count to intLinus Walleij
2014-05-27gpio: mcp23s08: fixed count variable for devicetree probingMichael Stickel
2014-05-09gpio: mcp23s08: Make of_device_id array constJingoo Han
2014-05-09gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling
2014-03-18gpio: switch drivers to use new callbackLinus Walleij
2014-03-12gpio: mcp23s08: trivial: fixed coding style issuesGary Servin
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