summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: Include the right headerLinus Walleij2018-05-241-1/+1
* gpio: pca953x: fix address calculation for pcal6524H. Nikolaus Schaller2018-05-231-2/+6
* gpio: pca953x: define masks for addressing common and extended registersH. Nikolaus Schaller2018-05-231-0/+4
* gpio: pca953x: set the PCA_PCAL flag also when matching by DTH. Nikolaus Schaller2018-05-231-2/+3
* gpio: pca953x: Clear irq trigger type on irq shutdownGrigoryev Denis2018-05-231-0/+10
* gpio: pca953x: add more register definitions for pcal6524H. Nikolaus Schaller2018-05-161-0/+6
* gpio: pca953x: add more register definitions for pcal953xH. Nikolaus Schaller2018-05-161-0/+4
* gpio: pca953x: convert register constants to hexH. Nikolaus Schaller2018-05-161-16/+16
* gpio: pca953x: Use of_device_get_match_data()Thierry Reding2018-05-161-6/+4
* gpio: pca953x: add compatibility for pcal6524 and pcal9555aH. Nikolaus Schaller2018-03-271-0/+4
* gpio: pca953x: fix vendor prefix for PCA9654Sergei Shtylyov2017-12-021-1/+1
* gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* gpio: pca953x: remove incorrect le16_to_cpu callsAndy Shevchenko2017-08-141-5/+3
* gpio: move tca9554 from pcf857x to pca953xAnders Darander2017-04-241-0/+1
* gpio: pca953x: Expand comment for "reset" GPIO in ACPI caseAndy Shevchenko2017-03-231-1/+7
* gpio: pca953x: Sort headers alphabeticallyAndy Shevchenko2017-03-231-6/+7
* gpio: pca953x: Introduce a long awaited ->get_direction()Andy Shevchenko2017-03-231-0/+16
* gpio: pca953x: Add optional reset gpio controlSteve Longerbeam2017-01-111-0/+9
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-131-8/+10
|\
| * Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-071-8/+8
| |\
| | * gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-8/+8
| * | gpio: pca953x: Add MAX7318 compatibleMarek Vasut2016-10-241-0/+2
| |/
* | gpio: pca953x: Move memcpy into mutex lock for set multiplePhil Reid2016-11-081-2/+1
* | gpio: pca953x: Fix corruption of other gpios in set_multiple.Phil Reid2016-11-081-0/+1
|/
* gpio: pca953x: add a comment explaining the need for a lockdep subclassBartosz Golaszewski2016-10-111-0/+16
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-7/+9
|\
| * gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-241-7/+7
| * gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-241-0/+2
* | Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage"Linus Walleij2016-09-131-1/+1
* | gpio: pca953x: initialize ret to zero to avoid returning garbageColin Ian King2016-09-121-1/+1
* | gpio: pca953x: coding style fixesBartosz Golaszewski2016-09-121-10/+13
* | gpio: pca953x: remove an unused variableBartosz Golaszewski2016-09-121-4/+1
* | gpio: pca953x: refactor pca953x_read_regs()Bartosz Golaszewski2016-09-121-14/+35
* | gpio: pca953x: refactor pca953x_write_regs()Bartosz Golaszewski2016-09-121-28/+47
* | gpio: pca953x: code shrinkBartosz Golaszewski2016-09-121-85/+48
* | gpio: pca954x: fix undefined error code from removeArnd Bergmann2016-09-071-0/+2
* | gpio: pca954x: Add vcc regulator and enable itPhil Reid2016-08-111-9/+32
|/
* gpio: pca953x: enable driver on Intel EdisonAndy Shevchenko2016-06-151-0/+2
* gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R2016-06-131-1/+1
* gpio: pca953x: enfore type for i2c_smbus_write_word_data()Andy Shevchenko2016-06-081-3/+6
* gpio: pca953x: remove redundant assignmentsAndy Shevchenko2016-06-071-6/+3
* gpio: pca953x: Add support for TI PCA9536Vignesh R2016-06-071-0/+1
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-1/+41
|\
| * gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2Yong Li2016-04-091-1/+41
* | gpio: pca953x: Use correct u16 value for register word writeYong Li2016-04-081-1/+2
|/
* gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGeert Uytterhoeven2016-03-161-2/+4
* gpio: pca953x: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-3/+1
* gpio: pca953x: use gpiochip data pointerLinus Walleij2016-01-051-16/+11
* gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.Phil Reid2015-12-101-0/+38
* gpio: pca953x: make inclusion of <linux/of_platform.h> unconditionalLinus Walleij2015-12-091-2/+0
OpenPOWER on IntegriCloud