index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-16
Merge branch 'gpio/dev-init-rework' into gpio/for-current
Bartosz Golaszewski
1
-53
/
+48
2026-03-16
gpio: cs5535: use dynamically allocated priv struct
Rosen Penev
1
-27
/
+21
2026-03-16
Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"
Tzung-Bi Shih
1
-4
/
+3
2026-03-16
Do not enable the v1 uAPI by default
Linus Walleij
1
-3
/
+0
2026-03-16
gpio: kempld: Implement the interrupt controller
Alban Bedel
2
-0
/
+193
2026-03-16
gpio: kempld: Add support for get/set multiple
Alban Bedel
1
-0
/
+60
2026-03-16
gpio: kempld: Add support for PLD version >= 2.8
Alban Bedel
1
-2
/
+12
2026-03-16
gpio: kempld: Simplify the bit level register accesses
Alban Bedel
1
-13
/
+14
2026-03-16
gpiolib: Update gpiochip_find_base_unlocked() kerneldoc
Linus Walleij
1
-1
/
+9
2026-03-16
gpio: max732x: use guard(mutex) to simplify locking
Richard Lyu
1
-12
/
+12
2026-03-16
gpio: sim: allow to define the active-low setting of a simulated hog
Bartosz Golaszewski
1
-1
/
+39
2026-03-16
gpio: remove machine hogs
Bartosz Golaszewski
1
-71
/
+0
2026-03-16
gpio: sim: use fwnode-based GPIO hogs
Bartosz Golaszewski
1
-106
/
+56
2026-03-16
gpio: move hogs into GPIO core
Bartosz Golaszewski
5
-199
/
+125
2026-03-16
gpio: of: clear OF_POPULATED on hog nodes in remove path
Bartosz Golaszewski
1
-1
/
+8
2026-03-11
gpiolib: clear requested flag if line is invalid
Barnabás Pőcze
1
-2
/
+4
2026-03-11
gpio: tegra186: allocate irqs with the main struct
Rosen Penev
1
-13
/
+9
2026-03-11
gpio: htc-egpio: allocate irq with the main struct
Rosen Penev
1
-9
/
+4
2026-03-11
gpio: bcm-kona: reduce the number of memory allocations
Rosen Penev
1
-21
/
+16
2026-03-10
gpio: realtek-otto: add rtl9607 support
Rustam Adilov
1
-0
/
+4
2026-03-09
Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git into gpio/for-next
Bartosz Golaszewski
2
-55
/
+4
2026-03-09
gpio: remove of_get_named_gpio() and <linux/of_gpio.h>
Jialu Xu
2
-55
/
+0
2026-03-09
nfc: s3fwrn5: convert to gpio descriptors
Jialu Xu
1
-0
/
+4
2026-03-09
gpio: mpsse: drop redundant device reference
Johan Hovold
1
-12
/
+1
2026-03-03
gpio: rockchip: Call pinctrl for gpio config
Matthijs Kooijman
1
-1
/
+1
2026-03-02
gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()
Tzung-Bi Shih
2
-4
/
+0
2026-02-27
gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
Tzung-Bi Shih
1
-6
/
+0
2026-02-27
gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
Tzung-Bi Shih
5
-33
/
+32
2026-02-27
gpio: sysfs: Remove redundant check for struct gpio_chip
Tzung-Bi Shih
3
-11
/
+6
2026-02-27
gpio: Remove redundant check for struct gpio_chip
Tzung-Bi Shih
1
-11
/
+2
2026-02-27
gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
Tzung-Bi Shih
1
-3
/
+4
2026-02-27
Merge branch 'gpio/dev-init-rework' into gpio/for-next
Bartosz Golaszewski
1
-53
/
+48
2026-02-27
gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()
Tzung-Bi Shih
1
-53
/
+48
2026-02-27
gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()
Bartosz Golaszewski
1
-1
/
+11
2026-02-27
gpio: generic: Don't use 'proxy' headers
Andy Shevchenko
1
-3
/
+1
2026-02-23
gpiolib: normalize the return value of gc->get() on behalf of buggy drivers
Bartosz Golaszewski
1
-2
/
+6
2026-02-23
gpio: shared: fix memory leaks
Daniel J Blueman
1
-3
/
+3
2026-02-23
gpiolib: replace snprintf("%s") with strscpy
Thorsten Blum
1
-1
/
+2
2026-02-23
gpio: ts4800: Remove duplicate code to handle 'ngpios' property
Andy Shevchenko
1
-10
/
+0
2026-02-23
gpio: viperboard: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: tps65086: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: stp-xway: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: lp873x: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: da9055: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: cgbc: normalize return value of gpio_get
Dmitry Torokhov
1
-2
/
+2
2026-02-23
gpio: bd9571mwv: normalize return value of gpio_get
Dmitry Torokhov
1
-1
/
+1
2026-02-23
gpio: tegra186: Support multi-socket devices
Prathamesh Shete
1
-3
/
+13
2026-02-23
gpio: tegra186: Simplify GPIO line name prefix handling
Prathamesh Shete
1
-8
/
+7
2026-02-23
gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()
Kent Gibson
1
-95
/
+46
2026-02-23
gpio: brcmstb: allow parent_irq to wake
Doug Berger
1
-28
/
+57
[prev]
[next]