aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAge
* gpio: pca953x: Move memcpy into mutex lock for set multiplePhil Reid2016-11-08
* gpio: pca953x: Fix corruption of other gpios in set_multiple.Phil Reid2016-11-08
* gpio: pca953x: add a comment explaining the need for a lockdep subclassBartosz Golaszewski2016-10-11
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-07
|\
| * gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-24
| * gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-24
* | Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage"Linus Walleij2016-09-13
* | gpio: pca953x: initialize ret to zero to avoid returning garbageColin Ian King2016-09-12
* | gpio: pca953x: coding style fixesBartosz Golaszewski2016-09-12
* | gpio: pca953x: remove an unused variableBartosz Golaszewski2016-09-12
* | gpio: pca953x: refactor pca953x_read_regs()Bartosz Golaszewski2016-09-12
* | gpio: pca953x: refactor pca953x_write_regs()Bartosz Golaszewski2016-09-12
* | gpio: pca953x: code shrinkBartosz Golaszewski2016-09-12
* | gpio: pca954x: fix undefined error code from removeArnd Bergmann2016-09-07
* | gpio: pca954x: Add vcc regulator and enable itPhil Reid2016-08-11
|/
* gpio: pca953x: enable driver on Intel EdisonAndy Shevchenko2016-06-15
* gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R2016-06-13
* gpio: pca953x: enfore type for i2c_smbus_write_word_data()Andy Shevchenko2016-06-08
* gpio: pca953x: remove redundant assignmentsAndy Shevchenko2016-06-07
* gpio: pca953x: Add support for TI PCA9536Vignesh R2016-06-07
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-17
|\
| * gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2Yong Li2016-04-09
* | gpio: pca953x: Use correct u16 value for register word writeYong Li2016-04-08
|/
* gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGeert Uytterhoeven2016-03-16
* gpio: pca953x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-23
* gpio: pca953x: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.Phil Reid2015-12-10
* gpio: pca953x: make inclusion of <linux/of_platform.h> unconditionalLinus Walleij2015-12-09
* gpio: pca935x: fix of-only probed devicesBen Dooks2015-12-09
* gpio: pca953x: add onsemi,pca9654 idBen Dooks2015-12-09
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpio: pca953x: support ACPI devices found on Galileo Gen2Andy Shevchenko2015-10-05
* gpio: pca953x: store driver_data for future useAndy Shevchenko2015-10-05
* gpio: pca953x: Add TI TCA9539 supportThierry Reding2015-10-02
* gpio: Fix error checking in the function device_pca957x_initNicholas Krause2015-10-02
* gpio: pca953x: fix nested irqs reschedulingGrygorii Strashko2015-07-16
* gpio: Prevent an integer overflow in the pca953x driverJoshua Scott2015-06-01
* Drivers: gpio: Fix spelling errorsColin Cronin2015-05-19
* gpio: pca953x: Drop deprecated DT bindingsMarkus Pargmann2014-08-28
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-22
* gpio: pca953x: use gpiolib irqchip helpersLinus Walleij2014-05-28
* gpio: pca953x: request a shared interruptToby Smith2014-05-09
* gpio: pca953x: return IRQ_NONE when appropriateToby Smith2014-05-09
* gpio: pca953x: Fix gpio_base may not default to -1Aaron Sierra2014-02-13
* gpio: pca953x: Add Exar XRA1202Aaron Sierra2014-02-13
* gpio: pca953x: Add NXP PCA9698Aaron Sierra2014-02-13
* gpio: pca953x: Add devices to Kconfig helpAaron Sierra2014-02-13
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-04
* gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.Graeme Smecher2013-09-23
* Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-09-07
|\