summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-191-4/+7
* gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-191-6/+6
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-191-0/+3
* Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-031-8/+11
|\
| * gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-011-8/+11
* | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-261-12/+25
|\ \ | |/ |/|
| * gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-12/+23
| * gpio: pca953xx: Add support for pca6408Justin Chen2022-05-051-0/+2
* | gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-061-2/+2
|/
* gpio: pca953x: Improve bias settingAndy Shevchenko2021-10-061-7/+9
* gpio: pca953x: do not ignore i2c errorsAndrey Gusakov2021-09-291-9/+2
* gpio: pca953x: Add support for the On Semi pca9655Peter Robinson2021-06-161-0/+1
* gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko2021-03-081-55/+23
* gpio: pca953x: Add support for pca9506Uwe Kleine-König2021-02-151-0/+2
* Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-6/+5
|\
| * gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans2020-09-301-0/+2
| * gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-6/+3
* | gpio: pca953x: Survive spurious interruptsMarc Zyngier2020-10-071-2/+15
* | gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko2020-10-011-1/+4
* | gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko2020-10-011-1/+3
* | gpio: pca953x: Fix uninitialized pending variableYe Li2020-09-241-1/+1
|/
* gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko2020-08-041-11/+11
* gpio: pca953x: Use irqchip templateLinus Walleij2020-07-201-12/+13
* Merge branch 'devel' into for-nextLinus Walleij2020-07-091-0/+2
|\
| * gpio: pca953x: Add support for the PCAL9535Jan Kiszka2020-06-161-0/+2
* | gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko2020-06-221-1/+6
* | gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko2020-06-161-0/+1
* | gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko2020-06-161-2/+4
* | gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko2020-06-161-0/+79
* | gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko2020-06-161-3/+5
|/
* gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko2020-06-031-1/+1
* Merge tag 'v5.7-rc7' into develLinus Walleij2020-05-271-1/+1
|\
| * gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford2020-04-231-1/+1
* | gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König2020-04-291-20/+11
* | gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König2020-04-291-16/+28
* | gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko2020-04-291-30/+11
* | gpio: pca953x: disable regmap lockingBartosz Golaszewski2020-04-171-0/+1
* | gpio: gpio-pca953x, Add get_multiple functionPaul Thomas2020-04-161-0/+37
|/
* Merge tag 'v5.5-rc6' into develLinus Walleij2020-01-171-16/+10
|\
| * gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko2019-12-111-16/+10
* | gpio: pca953x: Remove redundant forward declarationAndy Shevchenko2019-12-111-2/+0
* | gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra2019-12-111-2/+1
|/
* gpio: pca953x: tighten up indentationAndy Shevchenko2019-12-041-11/+11
* gpio: pca953x: convert to use bitmap APIAndy Shevchenko2019-12-041-94/+70
* gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko2019-12-041-1/+1
* gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko2019-12-041-3/+1
* gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+7
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-161-37/+33
|\
| * gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko2019-08-021-2/+1