summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pca953x.c
AgeCommit message (Expand)Author
2026-07-27gpio: pca953x: fix cache_only and IRQ state on restore_context() failurebui duc phuc
2026-07-16gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lockMark Tomlinson
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-16Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-05-21gpio: pca953x: propagate regulator_enable() error from resumeStepan Ionichev
2026-05-18gpio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-04-23gpio: pca953x: drop bitmap_complement() where feasibleYury Norov
2026-02-11Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-27gpio: pca953x: mask interrupts in irq shutdownMartin Larsson
2026-01-12Merge tag 'v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2026-01-02gpio: pca953x: handle short interrupt pulses on PCAL devicesErnest Van Hoecke
2025-12-18gpio: pca953x: Add support for TCAL6408 TCAL6416Jan Remmet
2025-10-20gpio: pca953x: clarify log messages about auto increment featureMichael Roth
2025-10-16gpio: pca953x: enable latch only on edge-triggered inputsFrancesco Lavra
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-28Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-15gpio: pca953x: use regmap_update_bits() to improve performanceHugo Villeneuve
2025-07-07gpio: pca953x: Add support for TI TCA6418Maria Garcia
2025-06-17gpio: pca953x: fix wrong error probe return valueSascha Hauer
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-13gpio: pca953x: fix IRQ storm on system wake upEmanuele Ghidoli
2025-04-23gpio: pca953x: Add support for level-triggered interruptsPotin Lai
2025-02-26gpio: pca953x: use value returning settersBartosz Golaszewski
2025-02-04gpio: pca953x: Improve interrupt supportMark Tomlinson
2024-12-20gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang
2024-08-21gpio: pca953x: Print the error code on read/write failuresFabio Estevam
2024-07-15Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-06-21gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray
2024-06-03gpio: pca953x: Add support for TI TCA9535 variantFabio Estevam
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