index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-14
1
-1
/
+1
|
\
|
*
gpiolib: Get rid of never false gpio_is_valid() calls
Andy Shevchenko
2024-04-17
1
-1
/
+1
*
|
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
2024-05-09
1
-5
/
+5
*
|
gpiolib: fix the speed of descriptor label setting with SRCU
Bartosz Golaszewski
2024-05-07
1
-1
/
+6
|
/
*
gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
Stephen Boyd
2024-02-27
1
-0
/
+8
*
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
2024-02-15
1
-1
/
+2
*
gpio: remove the RW semaphore from the GPIO device
Bartosz Golaszewski
2024-02-12
1
-5
/
+0
*
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
1
-1
/
+21
*
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
2024-02-12
1
-0
/
+2
*
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
2024-02-12
1
-0
/
+3
*
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
1
-2
/
+0
*
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
2024-02-12
1
-1
/
+0
*
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
1
-10
/
+24
*
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2024-02-12
1
-0
/
+3
*
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-02-12
1
-0
/
+1
*
gpio: remove unused logging helpers
Bartosz Golaszewski
2024-02-12
1
-13
/
+0
*
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
2024-01-17
1
-2
/
+0
*
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
2024-01-04
1
-1
/
+1
*
gpiolib: remove debounce_period_us from struct gpio_desc
Kent Gibson
2023-12-19
1
-5
/
+0
*
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
2023-12-18
1
-0
/
+2
*
gpiolib: make gpio_device_get() and gpio_device_put() public
Bartosz Golaszewski
2023-10-04
1
-10
/
+0
*
gpiolib: make gpiochip_get_desc() public
Bartosz Golaszewski
2023-09-12
1
-2
/
+0
*
gpiolib: unexport gpiod_set_transitory()
Bartosz Golaszewski
2023-09-11
1
-0
/
+2
*
gpiolib: provide and use gpiod_line_state_notify()
Bartosz Golaszewski
2023-08-22
1
-0
/
+1
*
gpiolib: add a second blocking notifier to struct gpio_device
Bartosz Golaszewski
2023-08-21
1
-0
/
+3
*
gpiolib: rename the gpio_device notifier
Bartosz Golaszewski
2023-08-21
1
-3
/
+3
*
gpio: mmio: handle "ngpios" properly in bgpio_init()
Asmaa Mnebhi
2023-07-18
1
-0
/
+1
*
gpiolib: order includes alphabetically in gpiolib.h
Bartosz Golaszewski
2023-07-13
1
-4
/
+4
*
gpiolib: add missing include
Bartosz Golaszewski
2023-07-10
1
-0
/
+1
*
gpiolib: Introduce gpio_device_get() and gpio_device_put()
Andy Shevchenko
2023-01-30
1
-0
/
+10
*
gpiolib: protect the GPIO device against being dropped while in use by user-s...
Bartosz Golaszewski
2022-12-07
1
-0
/
+5
*
gpiolib: Provide to_gpio_device() helper
Andy Shevchenko
2022-11-29
1
-2
/
+7
*
Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-05
1
-0
/
+1
|
\
|
*
gpiolib: Add HTE support
Dipen Patel
2022-05-04
1
-0
/
+1
*
|
gpiolib: Split out for_each_gpio_desc() macro
Andy Shevchenko
2022-04-09
1
-1
/
+4
*
|
gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()
Andy Shevchenko
2022-04-09
1
-4
/
+4
|
/
*
Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-03-25
1
-0
/
+41
|
\
|
*
gpiolib: make struct comments into real kernel docs
Bartosz Golaszewski
2022-02-09
1
-0
/
+34
|
*
gpiolib: Introduce for_each_gpio_desc_with_flag() macro
Andy Shevchenko
2022-02-08
1
-0
/
+7
*
|
gpiolib: Never return internal error codes to user space
Andy Shevchenko
2022-02-08
1
-0
/
+12
|
/
*
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
2020-12-09
1
-0
/
+2
|
\
|
*
gpiolib: Extract gpiod_not_found() helper
Andy Shevchenko
2020-10-26
1
-0
/
+2
*
|
gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
Kent Gibson
2020-12-05
1
-0
/
+1
*
|
gpiolib: Introduce gpio_set_debounce_timeout() for internal use
Andy Shevchenko
2020-11-16
1
-0
/
+1
|
/
*
gpiolib: cdev: support setting debounce
Kent Gibson
2020-09-30
1
-0
/
+4
*
gpiolib: cdev: support edge detection for uAPI v2
Kent Gibson
2020-09-30
1
-0
/
+2
*
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
2020-07-12
1
-1
/
+1
*
gpiolib: move gpiolib-sysfs function declarations into their own header
Kent Gibson
2020-07-12
1
-18
/
+0
*
gpiolib: Rename "chip" variables to "gc" in core header file
Geert Uytterhoeven
2020-04-28
1
-14
/
+13
*
gpio: of: Add DT overlay support for GPIO hogs
Geert Uytterhoeven
2020-02-21
1
-0
/
+3
[next]