aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mcp23s08.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-31gpio: mcp23s08: Add support for level triggered interruptsAlexander Stein1-1/+8
2016-03-30gpio: mcp23s08: delete req/rel_resource callbacksLinus Walleij1-25/+0
2016-03-30gpio: mcp23s08: switch to use gpiolib irqchip helpersPhil Reid1-55/+30
2016-03-16gpio: mcp23s08: Fix clearing of interrupt.Phil Reid1-0/+4
2016-03-09gpio: mcp23s08: Add support for mcp23s18Phil Reid1-4/+15
2016-02-16gpio-mcp23s08: correctly handling failed allocationInsu Yun1-0/+2
2016-01-05gpio: mcp: use gpiochip data pointerLinus Walleij1-7/+7
2015-11-19gpio: change member .dev to .parentLinus Walleij1-7/+9
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-2/+0
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-4/+0
2015-04-08gpio: removing kfree remove functionalityVarka Bhadram1-1/+1
2015-04-08gpio: use devm_kzallocVarka Bhadram1-3/+4
2015-01-26gpio: mcp23s08: handle default gpio baseSonic Zhang1-7/+10
2014-12-12gpio: mcp23s08: fix up compilation errorLinus Walleij1-2/+3
2014-12-03gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein1-7/+23
2014-11-27gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein1-0/+5
2014-11-27gpio: mcp23s08: request a shared interruptAlexander Stein1-1/+2
2014-11-27gpio: mcp23s08: Do not free unrequested interruptAlexander Stein1-2/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-09-04gpio: mcp23s08 to support both device tree and platform dataSonic Zhang1-30/+34
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-19/+7
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-19/+7
2014-07-05gpio: mcp23s08: Eliminates redundant checking.Michael Welling1-6/+0
2014-06-02Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into nextLinus Torvalds1-5/+12
2014-05-28gpio: mcp23s08: switch chip count to intLinus Walleij1-1/+1
2014-05-27gpio: mcp23s08: fixed count variable for devicetree probingMichael Stickel1-1/+10
2014-05-09gpio: mcp23s08: Make of_device_id array constJingoo Han1-2/+2
2014-05-09gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling1-5/+7
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-7/+7
2014-03-12gpio: mcp23s08: trivial: fixed coding style issuesGary Servin1-11/+11
2014-01-20gpio: mcp23s08: fix casting caused build warningSeongJae Park1-1/+1
2014-01-17gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel1-5/+243
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-08-30gpio: mcp23s08: rename the device tree propertyLars Poeschel1-7/+34
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-16gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks1-5/+4
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