index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-pca953x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.17'
saturneric
2025-10-16
1
-30
/
+143
|
\
|
*
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-08-07
1
-2
/
+2
|
*
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-29
1
-28
/
+141
|
|
\
|
|
*
gpio: pca953x: use regmap_update_bits() to improve performance
Hugo Villeneuve
2025-07-15
1
-10
/
+10
|
|
*
gpio: pca953x: Add support for TI TCA6418
Maria Garcia
2025-07-07
1
-20
/
+133
*
|
|
Merge tag 'v6.16-rc3'
saturneric
2025-06-25
1
-1
/
+1
|
\
|
|
|
*
|
gpio: pca953x: fix wrong error probe return value
Sascha Hauer
2025-06-17
1
-1
/
+1
|
|
/
*
|
Merge tag 'v6.16-rc1'
saturneric
2025-06-11
1
-5
/
+27
|
\
|
|
*
Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-27
1
-5
/
+27
|
|
\
|
|
*
gpio: pca953x: Add support for level-triggered interrupts
Potin Lai
2025-04-23
1
-5
/
+27
*
|
|
Merge tag 'v6.15'
saturneric
2025-05-29
1
-0
/
+6
|
\
|
|
|
*
|
gpio: pca953x: fix IRQ storm on system wake up
Emanuele Ghidoli
2025-05-13
1
-0
/
+6
|
|
/
*
|
Merge remote-tracking UNTIL 21. Apr. 2025
saturneric
2025-04-21
1
-8
/
+9
|
\
|
|
*
gpio: pca953x: use value returning setters
Bartosz Golaszewski
2025-02-26
1
-8
/
+9
*
|
Merge remote-tracking UNTIL 24. Mar 2025
saturneric
2025-03-30
1
-20
/
+2
|
\
|
|
*
gpio: pca953x: Improve interrupt support
Mark Tomlinson
2025-02-04
1
-19
/
+0
|
*
gpio: pca953x: log an error when failing to get the reset GPIO
Luca Ceresoli
2024-12-20
1
-1
/
+2
*
|
fix: drivers patch make raspberry pi 5 work properly
saturneric
2025-01-12
1
-0
/
+1
|
/
*
Fix a potential abuse of seq_printf() format string in drivers
David Wang
2024-11-22
1
-1
/
+1
*
gpio: pca953x: Print the error code on read/write failures
Fabio Estevam
2024-08-21
1
-2
/
+2
*
Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-16
1
-0
/
+1
|
\
|
*
gpio: pca953x: Add support for TI TCA9535 variant
Fabio Estevam
2024-06-03
1
-0
/
+1
*
|
gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
Ian Ray
2024-06-21
1
-0
/
+2
|
/
*
gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()
Andy Shevchenko
2024-04-15
1
-1
/
+1
*
gpio: pca953x: Convert to use maple tree register cache
Mark Brown
2023-10-02
1
-2
/
+2
*
gpio: pca953x: Revisit header inclusions
Andy Shevchenko
2023-09-11
1
-6
/
+14
*
gpio: pca953x: Get rid of useless goto label
Andy Shevchenko
2023-09-11
1
-17
/
+7
*
gpio: pca953x: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
2023-09-11
1
-5
/
+3
*
gpio: pca953x: Utilise temporary variable for struct gpio_chip
Andy Shevchenko
2023-09-11
1
-4
/
+3
*
gpio: pca953x: Utilise temporary variable for struct device
Andy Shevchenko
2023-09-11
1
-16
/
+14
*
gpio: pca953x: Simplify code with cleanup helpers
Andy Shevchenko
2023-09-11
1
-48
/
+29
*
gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()
Andy Shevchenko
2023-09-11
1
-15
/
+29
*
gpio: pca953x: Utilise dev_err_probe() where it makes sense
Andy Shevchenko
2023-09-11
1
-5
/
+3
*
gpio: pca953x: Fully convert to device managed resources
Andy Shevchenko
2023-09-11
1
-33
/
+35
*
gpio: pca953x: Drop unused fields in struct pca953x_platform_data
Andy Shevchenko
2023-09-11
1
-29
/
+8
*
gpio: pca953x: add support for TCA9538
Liam Beguin
2023-08-25
1
-0
/
+2
*
gpio: pca953x: Use i2c_get_match_data()
Biju Das
2023-08-25
1
-15
/
+3
*
gpio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-23
1
-1
/
+1
*
gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()
Andy Shevchenko
2023-01-30
1
-1
/
+0
*
gpio: pca953x: Clean up pcal6534_check_register()
Andy Shevchenko
2023-01-30
1
-12
/
+9
*
gpio: pca953x: avoid logically dead code
Haibo Chen
2023-01-30
1
-10
/
+10
*
gpio: pca953x: avoid to use uninitialized value pinctrl
Haibo Chen
2022-12-30
1
-0
/
+3
*
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-15
1
-3
/
+3
|
\
|
*
gpio: pca953x: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-24
1
-3
/
+3
*
|
gpio: pca953x: Add missing header(s)
Andy Shevchenko
2022-10-24
1
-1
/
+2
|
/
*
Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-10-08
1
-38
/
+139
|
\
|
*
gpio: pca953x: Add support for PCAL6534
Martyn Welch
2022-09-15
1
-19
/
+117
|
*
gpio: pca953x: Swap if statements to save later complexity
Martyn Welch
2022-09-15
1
-16
/
+15
|
*
gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()
Martyn Welch
2022-09-15
1
-3
/
+5
|
*
gpio: pca953x: introduce support for nxp,pcal6408
Nate Drude
2022-09-14
1
-0
/
+2
[next]