summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-281-182/+302
|\
| * gpio: pca953x: Restore registers after suspend/resume cycleMarek Vasut2018-12-141-0/+88
| * gpio: pca953x: Zap single use of pca953x_read_single()Marek Vasut2018-12-141-17/+5
| * gpio: pca953x: Zap ad-hoc reg_output cacheMarek Vasut2018-12-141-50/+15
| * gpio: pca953x: Zap ad-hoc reg_direction cacheMarek Vasut2018-12-141-24/+31
| * gpio: pca953x: Perform basic regmap conversionMarek Vasut2018-12-141-8/+151
| * gpio: pca953x: Extract the register address mangling to single functionMarek Vasut2018-12-141-30/+29
| * gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO setMarek Vasut2018-12-141-10/+1
| * gpio: pca953x: Factor out common code from device_pca95xx_init()Marek Vasut2018-12-141-23/+12
| * gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}()Marek Vasut2018-12-141-46/+8
| * gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}()Marek Vasut2018-12-141-31/+18
| * gpio: pca953x: Unify pca95{3,7}x_write_regs_16()Marek Vasut2018-12-141-11/+5
| * gpio: pca953x: Repair multi-byte IO address increment on PCA9575Marek Vasut2018-12-141-8/+11
| * gpio: pca953x: Fix AI overflow on PCAL6524Marek Vasut2018-12-141-1/+1
| * gpio: pca953x: Deduplicate the bank_shiftMarek Vasut2018-12-141-7/+11
* | gpio: name PCA953x gpio chips after device nameLinus Walleij2018-12-171-1/+1
|/
* gpio: pca953x: suppress interrupts warning when not applicableBaruch Siach2018-07-021-1/+1
* 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