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
2025-05-13
gpio: max77620: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-8
/
+5
2025-05-13
gpio: max732x: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+10
2025-05-13
gpio: max730x: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+6
2025-05-13
gpio: max3191x: remove unused callbacks
Bartosz Golaszewski
1
-16
/
+0
2025-05-13
gpio: madera: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-12
/
+6
2025-05-13
gpio: lpc32xx: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-11
/
+17
2025-05-13
gpio: lpc18xx: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+6
2025-05-13
gpio: lp87565: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-6
/
+9
2025-05-13
gpio: lp873x: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-6
/
+6
2025-05-13
Merge tag 'ib-mfd-gpio-nvmem-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Bartosz Golaszewski
3
-0
/
+544
2025-05-13
gpio: virtuser: fix potential out-of-bound write
Markus Burri
1
-2
/
+10
2025-05-13
gpio: pca953x: fix IRQ storm on system wake up
Emanuele Ghidoli
1
-0
/
+6
2025-05-09
gpio: max77759: Add Maxim MAX77759 gpio driver
André Draszik
3
-0
/
+544
2025-05-05
gpio: blzp1600: remove incorrect pf_match_ptr()
Arnd Bergmann
1
-1
/
+1
2025-04-30
gpio: lp3943: use new line value setter callbacks
Bartosz Golaszewski
1
-4
/
+9
2025-04-30
gpio: loongson: use new line value setter callbacks
Bartosz Golaszewski
1
-3
/
+5
2025-04-30
gpio: loongson-64bit: use new line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-04-30
gpio: logicvc: use new line value setter callbacks
Bartosz Golaszewski
1
-6
/
+5
2025-04-30
gpio: ljca: use new line value setter callbacks
Bartosz Golaszewski
1
-4
/
+9
2025-04-30
gpio: kempld: use new line value setter callbacks
Bartosz Golaszewski
1
-2
/
+5
2025-04-30
gpio: janz-ttl: use new line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-04-30
gpio: it87: use new line value setter callbacks
Bartosz Golaszewski
1
-4
/
+7
2025-04-30
gpio: imx-scu: use new line value setter callbacks
Bartosz Golaszewski
1
-2
/
+5
2025-04-30
gpio: imx-scu: destroy the mutex in detach path
Bartosz Golaszewski
1
-1
/
+4
2025-04-30
gpio: imx-scu: use lock guards
Bartosz Golaszewski
1
-14
/
+12
2025-04-30
gpio: imx-scu: don't check the GPIO range
Bartosz Golaszewski
1
-9
/
+0
2025-04-28
gpiolib: devres: Finish the conversion to use devm_add_action()
Andy Shevchenko
1
-65
/
+25
2025-04-23
gpio: pca953x: Add support for level-triggered interrupts
Potin Lai
1
-5
/
+27
2025-04-23
gpio: vf610: Allow building as a module
Jindong Yue
2
-2
/
+4
2025-04-22
gpio: Restrict GPIO_ICH to compile testing with HAS_IOPORT
Nathan Chancellor
1
-1
/
+1
2025-04-17
gpiolib: Remove redundant assignment of return variable
Andy Shevchenko
1
-7
/
+6
2025-04-17
gpiolib: Reuse return variable in gpiod_to_irq()
Andy Shevchenko
1
-5
/
+4
2025-04-17
gpiolib: Call validate_desc() when VALIDATE_DESC() can't be used
Andy Shevchenko
1
-11
/
+5
2025-04-17
gpiolib: Move validate_desc() and Co upper in the code
Andy Shevchenko
1
-31
/
+31
2025-04-17
gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
Andy Shevchenko
1
-2
/
+1
2025-04-17
gpiolib: Print actual error when descriptor contains an error pointer
Andy Shevchenko
1
-1
/
+1
2025-04-17
gpiolib: Convert to use guard()() for gpio_machine_hogs_mutex
Andy Shevchenko
1
-8
/
+4
2025-04-17
gpiolib: Make taking gpio_lookup_lock consistent
Andy Shevchenko
1
-6
/
+2
2025-04-17
gpio: spacemit: add support for K1 SoC
Yixun Lan
3
-0
/
+303
2025-04-17
gpio: tn48m: enable building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2025-04-17
gpio: rtd: enable building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2025-04-17
gpio: pl061: enable building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2025-04-17
gpio: msc313: enable building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2025-04-17
gpio: zynq: enable building the modules with COMPILE_TEST=y
Bartosz Golaszewski
1
-2
/
+2
2025-04-17
gpio: blzp1600: drop dependency on OF headers
Bartosz Golaszewski
1
-4
/
+2
2025-04-17
gpio: ds4520: don't check the 'ngpios' property in the driver
Bartosz Golaszewski
1
-6
/
+0
2025-04-17
gpio: ich: use new line value setter callbacks
Bartosz Golaszewski
1
-4
/
+8
2025-04-17
gpio: ich: enable building with COMPILE_TEST=y
Bartosz Golaszewski
1
-2
/
+1
2025-04-17
gpio: htc-egpio: use new line value setter callbacks
Bartosz Golaszewski
1
-8
/
+8
2025-04-17
gpio: htc-egpio: enable building with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
[prev]
[next]