summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)Author
2024-04-15gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko
2023-10-02gpio: pca953x: Convert to use maple tree register cacheMark Brown
2023-09-11gpio: pca953x: Revisit header inclusionsAndy Shevchenko
2023-09-11gpio: pca953x: Get rid of useless goto labelAndy Shevchenko
2023-09-11gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2023-09-11gpio: pca953x: Utilise temporary variable for struct gpio_chipAndy Shevchenko
2023-09-11gpio: pca953x: Utilise temporary variable for struct deviceAndy Shevchenko
2023-09-11gpio: pca953x: Simplify code with cleanup helpersAndy Shevchenko
2023-09-11gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()Andy Shevchenko
2023-09-11gpio: pca953x: Utilise dev_err_probe() where it makes senseAndy Shevchenko
2023-09-11gpio: pca953x: Fully convert to device managed resourcesAndy Shevchenko
2023-09-11gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko
2023-08-25gpio: pca953x: add support for TCA9538Liam Beguin
2023-08-25gpio: pca953x: Use i2c_get_match_data()Biju Das
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