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-08-11
gpio: twl4030: Remove error print for devm_add_action_or_reset()
Waqar Hameed
1
-3
/
+1
2025-08-11
gpio: aggregator: fix macros coding style error
Li Jun
1
-2
/
+2
2025-08-11
gpio: stmpe: Allow to compile as a module
Alexander Stein
2
-3
/
+19
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
135
-177
/
+177
2025-08-07
gpio: remove legacy GPIO line value setter callbacks
Bartosz Golaszewski
1
-21
/
+6
2025-08-03
gpio: mlxbf2: use platform_get_irq_optional()
David Thompson
1
-1
/
+1
2025-08-03
Revert "gpio: pxa: Make irq_chip immutable"
Bartosz Golaszewski
1
-7
/
+1
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
103
-1056
/
+2288
2025-07-27
gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIB
Arnd Bergmann
1
-2
/
+2
2025-07-25
gpio: virtio: Fix config space reading.
Harald Mommer
1
-4
/
+5
2025-07-24
gpiolib: make legacy interfaces optional
Arnd Bergmann
2
-1
/
+4
2025-07-24
Merge tag 'ib-mfd-gpio-power-soc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Bartosz Golaszewski
3
-0
/
+303
2025-07-24
gpiolib: of: add forward declaration for struct device_node
Andrei Lalaev
1
-1
/
+1
2025-07-24
gpio: Add new gpio-macsmc driver for Apple Macs
Hector Martin
3
-0
/
+303
2025-07-23
gpio: cadence: Remove duplicated include in gpio-cadence.c
Yang Li
1
-1
/
+0
2025-07-23
gpio: tps65219: Add support for TI TPS65214 PMIC
Shree Ramamoorthy
1
-6
/
+86
2025-07-23
gpio: tps65219: Update _IDX & _OFFSET macro prefix
Shree Ramamoorthy
1
-10
/
+17
2025-07-19
gpio: sysfs: Fix an end of loop test in gpiod_unexport()
Dan Carpenter
1
-3
/
+6
2025-07-18
gpio: xilinx: convert set_multiple() to the new API as well
Bartosz Golaszewski
1
-3
/
+5
2025-07-17
gpiolib: devres: release GPIOs in devm_gpiod_put_array()
André Draszik
1
-1
/
+1
2025-07-16
gpio: loongson-64bit: Extend GPIO irq support
Binbin Zhou
1
-0
/
+6
2025-07-16
gpio: viperboard: Unlock on error in vprbrd_gpiob_direction_output()
Dan Carpenter
1
-3
/
+1
2025-07-16
gpio: TODO: remove the task for the sysfs rework
Bartosz Golaszewski
1
-9
/
+5
2025-07-16
gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interface
Bartosz Golaszewski
2
-0
/
+50
2025-07-16
gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directory
Bartosz Golaszewski
1
-1
/
+50
2025-07-16
gpio: sysfs: don't look up exported lines as class devices
Bartosz Golaszewski
1
-16
/
+44
2025-07-16
gpio: sysfs: don't use driver data in sysfs callbacks for line attributes
Bartosz Golaszewski
1
-40
/
+83
2025-07-16
gpio: sysfs: rename the data variable in gpiod_(un)export()
Bartosz Golaszewski
1
-18
/
+18
2025-07-16
gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functions
Bartosz Golaszewski
1
-12
/
+9
2025-07-16
gpio: sysfs: only get the dirent reference for the value attr once
Bartosz Golaszewski
1
-8
/
+11
2025-07-16
gpio: sysfs: add a parallel class device for each GPIO chip using device IDs
Bartosz Golaszewski
1
-48
/
+144
2025-07-16
gpio: sysfs: use gpiod_is_equal() to compare GPIO descriptors
Bartosz Golaszewski
1
-1
/
+1
2025-07-16
gpio: wcove: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-4
/
+4
2025-07-16
gpio: wcove: use regmap_assign_bits() in .set()
Bartosz Golaszewski
1
-4
/
+1
2025-07-15
gpio: pca953x: use regmap_update_bits() to improve performance
Hugo Villeneuve
1
-10
/
+10
2025-07-15
Merge tag 'intel-gpio-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current
Bartosz Golaszewski
1
-0
/
+13
2025-07-15
gpio: zynqmp-modepin: set line value in .direction_output()
Bartosz Golaszewski
1
-1
/
+1
2025-07-15
gpio: zynqmp-modepin: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+5
2025-07-15
gpio: zynq: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+5
2025-07-15
gpio: zevio: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-07-15
gpio: xtensa: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-07-15
gpio: xtensa: remove unneeded .set() callback
Bartosz Golaszewski
1
-7
/
+0
2025-07-15
gpio: xra1403: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-8
/
+5
2025-07-15
gpio: xlp: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-07-15
gpio: xlp: drop unneeded ngpio checks
Bartosz Golaszewski
1
-4
/
+0
2025-07-15
gpio: xilinx: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-07-15
gpio: xgene: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-2
/
+4
2025-07-15
gpio: wm8994: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+5
2025-07-15
gpio: wm8350: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-8
/
+7
2025-07-15
gpio: wm831x: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-7
/
+6
[prev]
[next]