summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: Drop deprecated DT bindingsMarkus Pargmann2014-08-281-51/+3
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-6/+1
* gpio: pca953x: use gpiolib irqchip helpersLinus Walleij2014-05-281-61/+32
* gpio: pca953x: request a shared interruptToby Smith2014-05-091-1/+2
* gpio: pca953x: return IRQ_NONE when appropriateToby Smith2014-05-091-2/+4
* gpio: pca953x: Fix gpio_base may not default to -1Aaron Sierra2014-02-131-1/+2
* gpio: pca953x: Add Exar XRA1202Aaron Sierra2014-02-131-0/+3
* gpio: pca953x: Add NXP PCA9698Aaron Sierra2014-02-131-0/+2
* gpio: pca953x: Add devices to Kconfig helpAaron Sierra2014-02-131-1/+1
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.Graeme Smecher2013-09-231-11/+0
* Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-09-071-3/+3
|\
| * gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder2013-08-161-1/+1
| * gpio: use dev_get_platdata()Jingoo Han2013-08-161-2/+2
* | gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot2013-08-291-1/+1
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-2/+1
|\
| * gpio: gpio-pca953x.c: fix checkpatch errorLaurent Navet2013-03-271-2/+1
* | gpio: pca953x: fix irq_domain_add_simple usageAlexandre Belloni2013-04-111-1/+1
|/
* gpio: pca953x: use managed resourcesLinus Walleij2013-01-281-24/+8
* gpio: pca953x: use simple irqdomainGregory CLEMENT2013-01-281-37/+28
* gpio: pca953x: add support for pca9505Gregory CLEMENT2013-01-251-0/+2
* gpio: pca953x: make the register access by GPIO bankGregory CLEMENT2013-01-251-106/+175
* 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 __devinitBill Pemberton2012-11-281-3/+3
* | gpio: pca953x: Add compatible strings to gpio-pca953x driverMaxime Ripard2012-11-171-0/+29
* | gpio: pca953x: Register an IRQ domainMaxime Ripard2012-11-171-6/+20
|/
* gpio/pca953x: increase variables size to support 24 bit of dataLeed Aguilar2012-07-171-14/+14
* GPIO: PCA953X: Increase size of invert variable to support 24 bitChandrabhanu Mahapatra2012-07-171-5/+6
* gpio/tca6424: merge I2C transactions, remove castAndreas Schallenberg2012-05-251-12/+16
* Add support for TCA6424AAndreas Schallenberg2012-05-181-13/+30
* gpio: pca953x: Staticise pca953x_get_altdata()Mark Brown2011-11-211-2/+2
* Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-11-151-7/+4
|\
| * gpio: pca953x: propagate the errno from the chip_init functionsWolfram Sang2011-10-291-6/+5
| * gpio: pca953x: remove unneeded check for chip typeWolfram Sang2011-10-291-3/+1
* | gpio-pca953x: fix gpio_baseHartmut Knaack2011-10-131-0/+1
|/
* gpio/pca953x: Deprecate meaningless device-tree bindingsDavid Jander2011-06-161-2/+9
* gpio/pca953x: Remove dynamic platform data pointerDavid Jander2011-06-161-49/+28
* gpio/pca953x: Fix IRQ support.David Jander2011-06-161-1/+3
* gpio/pca953x: Fix warning of enabled interrupts in handlerDavid Jander2011-06-081-3/+3
* gpio/pca953x: Interrupt pin is active-lowDavid Jander2011-06-081-1/+1
* gpio/pca953x: Fix IRQ support.David Jander2011-06-081-1/+5
* gpio: reorganize driversGrant Likely2011-06-061-0/+768
OpenPOWER on IntegriCloud