summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko2019-03-081-5/+5
* gpio: pca953x: Fix dereference of irq data in shutdownMark Walton2019-03-011-1/+2
* gpio: pca953x: Add wake-up supportGeert Uytterhoeven2019-02-201-0/+9
* Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-171-1/+2
|\
| * gpio: pca953x: add support for pcal6416 typeThomas Petazzoni2019-02-141-0/+1
| * gpio: pca953x: Make symbol 'pca953x_i2c_regmap' staticWei Yongjun2019-01-111-1/+1
* | Merge branch 'ib-pca953x-config' into develLinus Walleij2019-02-141-2/+64
|\ \
| * | gpio: pca953x: add ->set_config implementationThomas Petazzoni2019-02-131-2/+64
| |/
* | gpio: pca953x: use a per instance irq_chip structureThomas Petazzoni2019-01-211-13/+12
* | gpio: pca953x: reduce indentation level in pca953x_irq_setup()Thomas Petazzoni2019-01-211-42/+42
|/
* 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