index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Lines
2026-04-18
Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-1
/
+2
2026-04-16
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+120
2026-04-15
Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-1
/
+20
2026-04-13
Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-981
/
+1364
2026-04-10
gpio: tegra: return -ENOMEM on allocation failure in probe
Samasth Norway Ananda
-1
/
+1
2026-04-09
gpio: swnode: defer probe on references to unregistered software nodes
Bartosz Golaszewski
-0
/
+8
2026-04-09
gpio: tegra: fix irq_release_resources calling enable instead of disable
Samasth Norway Ananda
-1
/
+1
2026-04-08
gpio: bd72720: handle missing regmap
Matti Vaittinen
-0
/
+2
2026-04-07
gpio: gpio-by-pinctrl: s/used to do/is used to do/
Geert Uytterhoeven
-1
/
+1
2026-04-07
gpio: aspeed: fix unsigned long int declaration
Chen Jung Ku
-1
/
+1
2026-04-07
gpio: rockchip: convert to dynamic GPIO base allocation
Shawn Lin
-1
/
+1
2026-04-07
gpio: remove dev-sync-probe
Bartosz Golaszewski
-128
/
+0
2026-04-07
gpio: virtuser: stop using dev-sync-probe
Bartosz Golaszewski
-11
/
+20
2026-04-07
gpio: aggregator: stop using dev-sync-probe
Bartosz Golaszewski
-18
/
+21
2026-04-07
gpio: sim: stop using dev-sync-probe
Bartosz Golaszewski
-21
/
+29
2026-04-07
gpio: Add Intel Nova Lake ACPI GPIO events driver
Alan Borzeszkowski
-0
/
+350
2026-04-03
gpiolib: Make deferral warnings debug messages
Jon Hunter
-4
/
+4
2026-03-31
gpio: mpfs: Add interrupt support
Conor Dooley
-3
/
+120
2026-03-30
gpiolib: fix hogs with multiple lines
Bartosz Golaszewski
-38
/
+54
2026-03-30
gpio: shared: shorten the critical section in gpiochip_setup_shared()
Bartosz Golaszewski
-28
/
+28
2026-03-26
gpio: mxc: map Both Edge pad wakeup to Rising Edge
Shenwei Wang
-1
/
+9
2026-03-26
gpio: fix up CONFIG_OF dependencies
Arnd Bergmann
-0
/
+6
2026-03-25
gpio: tps68470: Add i2c daisy chain support
Antti Laakso
-1
/
+20
2026-03-25
Merge branch 'ib-scmi-pinctrl-gpio' of git://git.kernel.org/pub/scm/linux/ker...
Bartosz Golaszewski
-0
/
+115
2026-03-24
Merge branch 'ib-scmi-pinctrl-gpio' into devel
Linus Walleij
-0
/
+115
2026-03-24
gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver
AKASHI Takahiro
-0
/
+115
2026-03-24
gpio: drop unneeded Kconfig dependencies on OF_GPIO
Bartosz Golaszewski
-36
/
+17
2026-03-23
gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()
Felix Gu
-2
/
+2
2026-03-23
gpio: dwapb: reduce allocation to single kzalloc
Rosen Penev
-14
/
+5
2026-03-23
gpio: shared: handle pins shared by child nodes of devices
Bartosz Golaszewski
-7
/
+10
2026-03-23
gpio: shared: call gpio_chip::of_xlate() if set
Bartosz Golaszewski
-4
/
+29
2026-03-19
gpio: spacemit-k1: Add set_config callback support
Junhui Liu
-0
/
+1
2026-03-16
Merge branch 'gpio/dev-init-rework' into gpio/for-current
Bartosz Golaszewski
-53
/
+48
2026-03-16
gpio: cs5535: use dynamically allocated priv struct
Rosen Penev
-27
/
+21
2026-03-16
Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"
Tzung-Bi Shih
-4
/
+3
2026-03-16
Do not enable the v1 uAPI by default
Linus Walleij
-3
/
+0
2026-03-16
gpio: kempld: Implement the interrupt controller
Alban Bedel
-0
/
+193
2026-03-16
gpio: kempld: Add support for get/set multiple
Alban Bedel
-0
/
+60
2026-03-16
gpio: kempld: Add support for PLD version >= 2.8
Alban Bedel
-2
/
+12
2026-03-16
gpio: kempld: Simplify the bit level register accesses
Alban Bedel
-13
/
+14
2026-03-16
gpiolib: Update gpiochip_find_base_unlocked() kerneldoc
Linus Walleij
-1
/
+9
2026-03-16
gpio: max732x: use guard(mutex) to simplify locking
Richard Lyu
-12
/
+12
2026-03-16
gpio: sim: allow to define the active-low setting of a simulated hog
Bartosz Golaszewski
-1
/
+39
2026-03-16
gpio: remove machine hogs
Bartosz Golaszewski
-71
/
+0
2026-03-16
gpio: sim: use fwnode-based GPIO hogs
Bartosz Golaszewski
-106
/
+56
2026-03-16
gpio: move hogs into GPIO core
Bartosz Golaszewski
-199
/
+125
2026-03-16
gpio: of: clear OF_POPULATED on hog nodes in remove path
Bartosz Golaszewski
-1
/
+8
2026-03-11
gpiolib: clear requested flag if line is invalid
Barnabás Pőcze
-2
/
+4
2026-03-11
gpio: tegra186: allocate irqs with the main struct
Rosen Penev
-13
/
+9
2026-03-11
gpio: htc-egpio: allocate irq with the main struct
Rosen Penev
-9
/
+4
[next]