index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
2024-02-12
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
Bartosz Golaszewski
2024-02-12
gpio: sysfs: extend the critical section for unregistering sysfs devices
Bartosz Golaszewski
2024-02-12
gpio: remove unneeded code from gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
gpio: reinforce desc->flags handling
Bartosz Golaszewski
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2024-02-12
gpio: don't set label from irq helpers
Bartosz Golaszewski
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-02-12
gpio: remove unused logging helpers
Bartosz Golaszewski
2024-02-12
gpio: of: assign and read the hog pointer atomically
Bartosz Golaszewski
2024-02-12
gpio: protect the list of GPIO devices with SRCU
Bartosz Golaszewski
2024-02-12
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
2024-02-12
Merge tag 'v6.8-rc4' into gpio/for-next
Bartosz Golaszewski
2024-02-08
gpio: set device type for GPIO chips
Bartosz Golaszewski
2024-02-08
gpio: remove GPIO device from the list unconditionally in error path
Bartosz Golaszewski
2024-02-05
gpio: gpiolib: make gpio_bus_type const
Ricardo B. Marliere
2024-02-02
gpio: vf610: enable COMPILE_TEST
Martin Kaiser
2024-02-02
gpio: vf610: allow disabling the vf610 driver
Martin Kaiser
2024-01-29
gpio: unexport GPIO irq domain functions only used internally
Bartosz Golaszewski
2024-01-29
gpio: cdev: remove leftover function pointer typedefs
Bartosz Golaszewski
2024-01-22
gpio: eic-sprd: Clear interrupt after set the interrupt type
Wenhua Lin
2024-01-22
gpio: eic-sprd: Optimize the calculation method of eic number
Wenhua Lin
2024-01-22
gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
Mario Limonciello
2024-01-22
gpio: legacy: mark old interfaces as deprecated in kernel docs
Bartosz Golaszewski
2024-01-18
Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-18
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-17
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
2024-01-15
gpio: EN7523: fix kernel-doc warnings
Randy Dunlap
2024-01-15
gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
Su Hui
2024-01-15
gpio: rtd: Fix signedness bug in probe
Dan Carpenter
2024-01-04
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
2024-01-04
gpiolib: remove the GPIO device from the list when it's unregistered
Bartosz Golaszewski
2024-01-03
gpio: nuvoton: Add Nuvoton NPCM sgpio driver
Jim Liu
2024-01-03
gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCs
Tzuyi Chang
2024-01-03
gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offset
Wenhua Lin
2024-01-02
gpio: dwapb: Use generic request, free and set_config
Emil Renner Berthing
2023-12-27
gpio: sysfs: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
gpiolib: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
gpiolib: remove extra_checks
Bartosz Golaszewski
2023-12-27
gpio: tps65219: don't use CONFIG_DEBUG_GPIO
Bartosz Golaszewski
2023-12-27
gpiolib: cdev: replace locking wrappers for gpio_device with guards
Kent Gibson
2023-12-27
gpiolib: cdev: replace locking wrappers for config_mutex with guards
Kent Gibson
2023-12-27
gpiolib: cdev: allocate linereq using kvzalloc()
Kent Gibson
2023-12-27
gpiolib: cdev: include overflow.h
Kent Gibson
2023-12-27
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
2023-12-21
gpio: dwapb: mask/unmask IRQ when disable/enale it
xiongxin
2023-12-21
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
[prev]
[next]