index
:
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.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-cdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: cdev: fix missed label sanitizing in debounce_setup()
Kent Gibson
2024-04-04
1
-21
/
+28
*
gpio: cdev: check for NULL labels when sanitizing them for irqs
Bartosz Golaszewski
2024-04-04
1
-5
/
+14
*
gpio: cdev: sanitize the label before requesting the interrupt
Bartosz Golaszewski
2024-03-26
1
-6
/
+32
*
gpio: cdev: fix a NULL-pointer dereference with DEBUG enabled
Bartosz Golaszewski
2024-02-16
1
-2
/
+2
*
gpio: cdev: use correct pointer accessors with SRCU
Bartosz Golaszewski
2024-02-15
1
-13
/
+12
*
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
1
-28
/
+36
*
gpio: cdev: don't access gdev->chip if it's not needed
Bartosz Golaszewski
2024-02-12
1
-1
/
+1
*
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
1
-5
/
+5
*
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
1
-11
/
+9
*
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
1
-3
/
+7
*
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-02-12
1
-2
/
+2
*
gpio: cdev: remove leftover function pointer typedefs
Bartosz Golaszewski
2024-01-29
1
-5
/
+0
*
gpiolib: cdev: replace locking wrappers for gpio_device with guards
Kent Gibson
2023-12-27
1
-158
/
+47
*
gpiolib: cdev: replace locking wrappers for config_mutex with guards
Kent Gibson
2023-12-27
1
-39
/
+24
*
gpiolib: cdev: allocate linereq using kvzalloc()
Kent Gibson
2023-12-27
1
-2
/
+2
*
gpiolib: cdev: include overflow.h
Kent Gibson
2023-12-27
1
-0
/
+1
*
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
2023-12-27
1
-4
/
+12
|
\
|
*
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
2023-12-21
1
-4
/
+12
*
|
gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
Kent Gibson
2023-12-19
1
-38
/
+36
*
|
gpiolib: cdev: improve documentation of get/set values
Kent Gibson
2023-12-19
1
-1
/
+23
*
|
gpiolib: cdev: fully adopt guard() and scoped_guard()
Kent Gibson
2023-12-19
1
-86
/
+57
*
|
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
2023-12-19
1
-23
/
+142
|
/
*
treewide: rename pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
2023-11-04
1
-1
/
+1
*
gpio: cdev: use pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
2023-11-04
1
-2
/
+1
*
gpiolib: cdev: annotate struct linereq with __counted_by
Kees Cook
2023-09-25
1
-2
/
+2
*
gpiolib: provide and use gpiod_line_state_notify()
Bartosz Golaszewski
2023-08-22
1
-12
/
+5
*
gpio: cdev: wake up lineevent poll() on device unbind
Bartosz Golaszewski
2023-08-21
1
-0
/
+22
*
gpio: cdev: wake up linereq poll() on device unbind
Bartosz Golaszewski
2023-08-21
1
-0
/
+23
*
gpio: cdev: wake up chardev poll() on device unbind
Bartosz Golaszewski
2023-08-21
1
-2
/
+27
*
gpiolib: add a second blocking notifier to struct gpio_device
Bartosz Golaszewski
2023-08-21
1
-0
/
+1
*
gpio: cdev: open-code to_gpio_chardev_data()
Bartosz Golaszewski
2023-08-21
1
-7
/
+2
*
gpiolib: rename the gpio_device notifier
Bartosz Golaszewski
2023-08-21
1
-8
/
+8
*
gpiolib: Introduce gpio_device_get() and gpio_device_put()
Andy Shevchenko
2023-01-30
1
-12
/
+9
*
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-15
1
-26
/
+180
|
\
|
*
gpiolib: protect the GPIO device against being dropped while in use by user-s...
Bartosz Golaszewski
2022-12-07
1
-25
/
+152
|
*
gpiolib: cdev: fix NULL-pointer dereferences
Bartosz Golaszewski
2022-12-07
1
-0
/
+27
|
*
gpiolib: cdev: Fix typo in kernel doc for struct line
Andy Shevchenko
2022-10-25
1
-1
/
+1
*
|
gpiolib: cdev: Add missing header(s)
Andy Shevchenko
2022-10-24
1
-1
/
+3
|
/
*
Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-10-08
1
-0
/
+18
|
\
|
*
gpiolib: cdev: add fdinfo output for line request file descriptors
Bartosz Golaszewski
2022-09-26
1
-0
/
+18
*
|
gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully
Meng Li
2022-09-21
1
-2
/
+3
|
/
*
Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-08-04
1
-140
/
+151
|
\
|
*
gpiolib: cdev: compile out HTE unless CONFIG_HTE selected
Kent Gibson
2022-07-19
1
-35
/
+63
|
*
gpiolib: cdev: consolidate edge detector configuration flags
Kent Gibson
2022-07-19
1
-66
/
+60
|
*
gpiolib: cdev: simplify line event identification
Kent Gibson
2022-07-19
1
-29
/
+15
|
*
gpiolib: cdev: replace if-else chains with switches
Kent Gibson
2022-07-19
1
-13
/
+18
|
*
gpiolib: cdev: simplify parameter in call to hte_edge_setup
Kent Gibson
2022-07-19
1
-3
/
+1
|
*
gpiolib: cdev: simplify linereq_free
Kent Gibson
2022-07-19
1
-4
/
+4
*
|
Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...
Linus Torvalds
2022-07-18
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
gpiolib: cdev: Fix kernel doc for struct line
Andy Shevchenko
2022-06-17
1
-0
/
+4
[next]