aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)Author
2023-05-23gpio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-30gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko
2023-01-30gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko
2023-01-30gpio: pca953x: avoid logically dead codeHaibo Chen
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-24gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-24gpio: pca953x: Add missing header(s)Andy Shevchenko
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-09-15gpio: pca953x: Add support for PCAL6534Martyn Welch
2022-09-15gpio: pca953x: Swap if statements to save later complexityMartyn Welch
2022-09-15gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch
2022-09-14gpio: pca953x: introduce support for nxp,pcal6408Nate Drude
2022-08-31gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen
2022-07-19gpio: pca953x: use the correct range when do regmap syncHaibo Chen
2022-07-19gpio: pca953x: only use single read/write for No AI modeHaibo Chen
2022-06-03Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-06-01gpio: pca953x: use the correct register address to do regcache syncHaibo Chen
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-24gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu
2022-05-05gpio: pca953xx: Add support for pca6408Justin Chen
2021-10-06gpio: pca953x: Improve bias settingAndy Shevchenko
2021-09-29gpio: pca953x: do not ignore i2c errorsAndrey Gusakov
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson
2021-03-08gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-10-07gpio: pca953x: Survive spurious interruptsMarc Zyngier
2020-10-01gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957xAndy Shevchenko
2020-10-01gpio: pca953x: Use bitmap API over implicit GCC extensionAndy Shevchenko
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans
2020-09-24gpio: pca953x: Fix uninitialized pending variableYe Li
2020-08-28gpio: pca953x: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-04gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko
2020-07-20gpio: pca953x: Use irqchip templateLinus Walleij
2020-07-09Merge branch 'devel' into for-nextLinus Walleij
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko
2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij
2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König