aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-38/+139
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-1/+7
2022-09-15gpio: pca953x: Add support for PCAL6534Martyn Welch1-19/+117
2022-09-15gpio: pca953x: Swap if statements to save later complexityMartyn Welch1-16/+15
2022-09-15gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch1-3/+5
2022-09-14gpio: pca953x: introduce support for nxp,pcal6408Nate Drude1-0/+2
2022-08-31gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen1-1/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-8/+3
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-19gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-19gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-06-03Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-8/+11
2022-06-01gpio: pca953x: use the correct register address to do regcache syncHaibo Chen1-8/+11
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-12/+25
2022-05-24gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven1-12/+23
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-05gpio: pca953xx: Add support for pca6408Justin Chen1-0/+2
2021-10-06gpio: pca953x: Improve bias settingAndy Shevchenko1-7/+9
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson1-0/+1
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko1-55/+23
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König1-0/+2
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+5
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier1-2/+15
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko1-1/+4
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko1-1/+3
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans1-0/+2
2020-09-24gpio: pca953x: Fix uninitialized pending variableYe Li1-1/+1
2020-08-28gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-08-04gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko1-11/+11
2020-07-20gpio: pca953x: Use irqchip templateLinus Walleij1-12/+13
2020-07-09Merge branch 'devel' into for-nextLinus Walleij1-0/+2
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko1-1/+6
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko1-0/+1
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko1-2/+4
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko1-0/+79
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko1-3/+5
2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka1-0/+2
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko1-1/+1
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij1-1/+1
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König1-20/+11
2020-04-29gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König1-16/+28
2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko1-30/+11
2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford1-1/+1
2020-04-17gpio: pca953x: disable regmap lockingBartosz Golaszewski1-0/+1
2020-04-16gpio: gpio-pca953x, Add get_multiple functionPaul Thomas1-0/+37
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij1-16/+10
2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko1-2/+0
2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko1-16/+10