summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen2023-01-121-0/+3
* Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-081-38/+139
|\
| * gpio: pca953x: Add support for PCAL6534Martyn Welch2022-09-151-19/+117
| * gpio: pca953x: Swap if statements to save later complexityMartyn Welch2022-09-151-16/+15
| * gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch2022-09-151-3/+5
| * gpio: pca953x: introduce support for nxp,pcal6408Nate Drude2022-09-141-0/+2
* | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-161-1/+7
|\ \
| * | gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen2022-08-311-1/+7
| |/
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* | gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König2022-08-161-8/+3
|/
* 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