summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mcp23s08.c
Commit message (Expand)AuthorAge
* gpio:mcp23s08 Fixed missing interruptsRobert Middleton2017-03-17
* gpio: mcp23s08: use regmapSebastian Reichel2017-01-30
* gpio: simplify adding threaded interruptsLinus Walleij2016-11-25
* gpio: mcp23s08: make driver depend on OF_GPIOLinus Walleij2016-09-08
* gpio: mcp23s08: Add support for level triggered interruptsAlexander Stein2016-03-31
* gpio: mcp23s08: delete req/rel_resource callbacksLinus Walleij2016-03-30
* gpio: mcp23s08: switch to use gpiolib irqchip helpersPhil Reid2016-03-30
* gpio: mcp23s08: Fix clearing of interrupt.Phil Reid2016-03-16
* gpio: mcp23s08: Add support for mcp23s18Phil Reid2016-03-09
* gpio-mcp23s08: correctly handling failed allocationInsu Yun2016-02-16
* gpio: mcp: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-28
* gpio: kill off set_irq_flags usageRob Herring2015-07-28
* gpio: removing kfree remove functionalityVarka Bhadram2015-04-08
* gpio: use devm_kzallocVarka Bhadram2015-04-08
* gpio: mcp23s08: handle default gpio baseSonic Zhang2015-01-26
* gpio: mcp23s08: fix up compilation errorLinus Walleij2014-12-12
* gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein2014-12-03
* gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein2014-11-27
* gpio: mcp23s08: request a shared interruptAlexander Stein2014-11-27
* gpio: mcp23s08: Do not free unrequested interruptAlexander Stein2014-11-27
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-28
* gpio: mcp23s08 to support both device tree and platform dataSonic Zhang2014-09-04
* Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-08
|\
| * gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-22
* | gpio: mcp23s08: Eliminates redundant checking.Michael Welling2014-07-05
|/
* Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-06-02
|\
| * gpio: mcp23s08: switch chip count to intLinus Walleij2014-05-28
| * gpio: mcp23s08: fixed count variable for devicetree probingMichael Stickel2014-05-27
| * gpio: mcp23s08: Make of_device_id array constJingoo Han2014-05-09
* | gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling2014-05-09
|/
* gpio: switch drivers to use new callbackLinus Walleij2014-03-18
* gpio: mcp23s08: trivial: fixed coding style issuesGary Servin2014-03-12
* gpio: mcp23s08: fix casting caused build warningSeongJae Park2014-01-20
* gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel2014-01-17
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-04
* gpio: mcp23s08: rename the device tree propertyLars Poeschel2013-08-30
* gpio: use dev_get_platdata()Jingoo Han2013-08-16
* gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks2013-08-16
* gpio: mcp23s08: convert driver to DTLars Poeschel2013-04-10
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-11
|\
| * gpio: remove use of __devexitBill Pemberton2012-11-28
| * gpio: remove use of __devinitBill Pemberton2012-11-28
| * gpio: remove use of __devexit_pBill Pemberton2012-11-28
* | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks2012-11-17
|/
* gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-18
* drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-31
* mcp23s08: add i2c supportPeter Korsgaard2011-07-15
* mcp23s08: isolate spi specific partsPeter Korsgaard2011-07-15