summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mcp23s08.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mcp23s08: Add support for level triggered interruptsAlexander Stein2016-03-311-1/+8
* gpio: mcp23s08: delete req/rel_resource callbacksLinus Walleij2016-03-301-25/+0
* gpio: mcp23s08: switch to use gpiolib irqchip helpersPhil Reid2016-03-301-55/+30
* gpio: mcp23s08: Fix clearing of interrupt.Phil Reid2016-03-161-0/+4
* gpio: mcp23s08: Add support for mcp23s18Phil Reid2016-03-091-4/+15
* gpio-mcp23s08: correctly handling failed allocationInsu Yun2016-02-161-0/+2
* gpio: mcp: use gpiochip data pointerLinus Walleij2016-01-051-7/+7
* gpio: change member .dev to .parentLinus Walleij2015-11-191-7/+9
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-2/+0
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-4/+0
* gpio: removing kfree remove functionalityVarka Bhadram2015-04-081-1/+1
* gpio: use devm_kzallocVarka Bhadram2015-04-081-3/+4
* gpio: mcp23s08: handle default gpio baseSonic Zhang2015-01-261-7/+10
* gpio: mcp23s08: fix up compilation errorLinus Walleij2014-12-121-2/+3
* gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein2014-12-031-7/+23
* gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein2014-11-271-0/+5
* gpio: mcp23s08: request a shared interruptAlexander Stein2014-11-271-1/+2
* gpio: mcp23s08: Do not free unrequested interruptAlexander Stein2014-11-271-2/+0
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
* gpio: mcp23s08 to support both device tree and platform dataSonic Zhang2014-09-041-30/+34
* Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-081-19/+7
|\
| * gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-19/+7
* | gpio: mcp23s08: Eliminates redundant checking.Michael Welling2014-07-051-6/+0
|/
* Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-06-021-5/+12
|\
| * gpio: mcp23s08: switch chip count to intLinus Walleij2014-05-281-1/+1
| * gpio: mcp23s08: fixed count variable for devicetree probingMichael Stickel2014-05-271-1/+10
| * gpio: mcp23s08: Make of_device_id array constJingoo Han2014-05-091-2/+2
* | gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling2014-05-091-5/+7
|/
* gpio: switch drivers to use new callbackLinus Walleij2014-03-181-7/+7
* gpio: mcp23s08: trivial: fixed coding style issuesGary Servin2014-03-121-11/+11
* gpio: mcp23s08: fix casting caused build warningSeongJae Park2014-01-201-1/+1
* gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel2014-01-171-5/+243
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: mcp23s08: rename the device tree propertyLars Poeschel2013-08-301-7/+34
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-2/+2
* gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks2013-08-161-5/+4
* gpio: mcp23s08: convert driver to DTLars Poeschel2013-04-101-31/+106
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks2012-11-171-3/+3
|/
* gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-181-1/+1
* drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-311-0/+1
* mcp23s08: add i2c supportPeter Korsgaard2011-07-151-5/+187
* mcp23s08: isolate spi specific partsPeter Korsgaard2011-07-151-24/+57
* mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard2011-07-151-19/+0
* mcp23s08: remove unused work queuePeter Korsgaard2011-07-141-3/+0
* gpio: reorganize driversGrant Likely2011-06-061-0/+530
OpenPOWER on IntegriCloud