index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-25
gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
Ian Ray
1
-0
/
+2
2024-07-05
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
1
-6
/
+10
2024-07-05
gpio: davinci: Validate the obtained number of IRQs
Aleksandr Mishin
1
-0
/
+5
2024-06-21
gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
Matthias Schiffer
1
-4
/
+42
2024-06-21
gpio: tqmx86: store IRQ trigger type and unmask status separately
Matthias Schiffer
1
-20
/
+28
2024-06-21
gpio: tqmx86: Convert to immutable irq_chip
Linus Walleij
1
-8
/
+20
2024-06-21
gpio: tqmx86: introduce shadow register for GPIO output value
Matthias Schiffer
1
-7
/
+11
2024-06-21
gpio: tqmx86: remove unneeded call to platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2024-06-21
gpio: tqmx86: fix typo in Kconfig label
Gregor Herburger
1
-1
/
+1
2024-05-17
gpiolib: cdev: fix uninitialised kfifo
Kent Gibson
1
-0
/
+14
2024-05-17
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
1
-23
/
+142
2024-05-17
gpiolib: cdev: Add missing header(s)
Andy Shevchenko
1
-1
/
+3
2024-05-17
gpio: crystalcove: Use -ENOTSUPP consistently
Andy Shevchenko
1
-1
/
+1
2024-05-17
gpio: wcove: Use -ENOTSUPP consistently
Andy Shevchenko
1
-1
/
+1
2024-03-26
gpio: vf610: allow disabling the vf610 driver
Martin Kaiser
1
-1
/
+2
2024-03-06
gpio: fix resource unwinding order in error path
Bartosz Golaszewski
1
-4
/
+4
2024-03-06
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Andy Shevchenko
1
-1
/
+1
2024-03-06
gpio: 74x164: Enable output pins after registers are reset
Arturas Moskvinas
1
-2
/
+2
2024-01-31
gpio: eic-sprd: Clear interrupt after set the interrupt type
Wenhua Lin
1
-4
/
+28
2024-01-31
gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
Mario Limonciello
1
-0
/
+14
2024-01-01
gpio: dwapb: mask/unmask IRQ when disable/enale it
xiongxin
1
-4
/
+8
2024-01-01
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
1
-4
/
+12
2023-12-13
gpiolib: sysfs: Fix error handling on failed export
Boerge Struempfel
1
-6
/
+9
2023-10-25
gpio: vf610: mask the gpio irq in system suspend and support wakeup
Haibo Chen
1
-1
/
+2
2023-10-25
gpio: vf610: make irq_chip immutable
Alexander Stein
1
-18
/
+23
2023-10-25
gpio: vf610: set value before the direction to avoid a glitch
Haibo Chen
1
-2
/
+2
2023-10-25
gpio: timberdale: Fix potential deadlock on &tgpio->lock
Chengfeng Ye
1
-2
/
+3
2023-10-10
gpio: pxa: disable pinctrl calls for MMP_GPIO
Duje Mihanović
1
-0
/
+1
2023-10-10
gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
Bartosz Golaszewski
1
-1
/
+1
2023-10-06
gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
Wenhua Lin
1
-0
/
+1
2023-10-06
gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
Christophe JAILLET
1
-1
/
+5
2023-08-30
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
1
-1
/
+1
2023-08-30
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
1
-0
/
+13
2023-08-16
gpio: sim: mark the GPIO chip as a one that can sleep
Bartosz Golaszewski
1
-0
/
+1
2023-08-16
gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
William Breathitt Gray
1
-1
/
+1
2023-08-03
gpio: mvebu: fix irq domain leak
Bartosz Golaszewski
1
-5
/
+13
2023-08-03
gpio: mvebu: Make use of devm_pwmchip_add
Uwe Kleine-König
1
-6
/
+2
2023-08-03
gpio: tps68470: Make tps68470_gpio_output() always set the initial value
Hans de Goede
1
-3
/
+3
2023-06-28
gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()
Michael Walle
1
-1
/
+2
2023-06-28
gpio: sifive: add missing check for platform_get_irq
Jiasheng Jiang
1
-2
/
+6
2023-06-28
gpiolib: Fix GPIO chip IRQ initialization restriction
Jiawen Wu
1
-0
/
+8
2023-06-14
gpio: sim: fix memory corruption when adding named lines and unnamed hogs
Kent Gibson
1
-2
/
+4
2023-06-05
gpio-f7188x: fix chip name and pin count on Nuvoton chip
Henning Schild
2
-15
/
+15
2023-05-30
gpio: mockup: Fix mode of debugfs files
Zev Weiss
1
-1
/
+1
2023-05-01
gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
Werner Sembach
1
-0
/
+13
2023-04-13
gpio: davinci: Add irq chip flag to skip set wake
Dhruva Gole
1
-1
/
+1
2023-04-13
gpio: davinci: Do not clear the bank intr enable bit in save_context
Dhruva Gole
1
-3
/
+0
2023-04-13
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
1
-3
/
+6
2023-04-13
gpio: GPIO_REGMAP: select REGMAP instead of depending on it
Randy Dunlap
1
-1
/
+1
2023-03-10
gpio: vf610: connect GPIO label to dev name
Haibo Chen
1
-1
/
+1
[next]