index
:
pub/scm/linux/kernel/git/klassert/ipsec-next.git
master
Steffen Klassert's ipsec-next networking tree
Steffen Klassert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-04
gpio: core: fix const-correctness of gpio_chip_guard
Marco Scardovi (scardracs)
1
-1
/
+1
2026-03-16
gpio: move hogs into GPIO core
Bartosz Golaszewski
1
-0
/
+3
2026-02-23
gpiolib: replace snprintf("%s") with strscpy
Thorsten Blum
1
-1
/
+2
2026-01-21
gpio: shared: propagate configuration to pinctrl
Bartosz Golaszewski
1
-0
/
+2
2025-11-17
Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...
Bartosz Golaszewski
1
-0
/
+2
2025-11-17
gpio: provide gpiod_is_shared()
Bartosz Golaszewski
1
-0
/
+1
2025-11-17
gpiolib: define GPIOD_FLAG_SHARED
Bartosz Golaszewski
1
-0
/
+1
2025-10-21
gpio: export gpiod_hwgpio()
Bartosz Golaszewski
1
-8
/
+0
2025-10-21
gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()
Bartosz Golaszewski
1
-1
/
+1
2025-10-13
gpiolib: reuse macro code in GPIO chip printk helpers
Bartosz Golaszewski
1
-8
/
+9
2025-10-13
gpiolib: reuse macro code in GPIO descriptor printk helpers
Bartosz Golaszewski
1
-18
/
+6
2025-10-13
gpiolib: rename GPIO chip printk macros
Bartosz Golaszewski
1
-4
/
+4
2025-09-12
gpiolib: add a common prefix to GPIO descriptor flags
Bartosz Golaszewski
1
-18
/
+18
2025-06-20
gpio: sysfs: remove the mockdev pointer from struct gpio_device
Bartosz Golaszewski
1
-3
/
+0
2025-03-17
Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
1
-1
/
+4
2025-03-13
gpio: cdev: use raw notifier for line state events
Bartosz Golaszewski
1
-1
/
+4
2025-03-05
gpio: Hide valid_mask from direct assignments
Matti Vaittinen
1
-0
/
+3
2025-03-04
gpiolib: Align FLAG_* definitions in the struct gpio_desc
Andy Shevchenko
1
-18
/
+18
2025-02-18
gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
Bartosz Golaszewski
1
-2
/
+2
2024-10-22
gpiolib: notify user-space about in-kernel line state changes
Bartosz Golaszewski
1
-0
/
+3
2024-10-22
gpiolib: switch the line state notifier to atomic
Bartosz Golaszewski
1
-1
/
+1
2024-10-22
gpiolib: add a per-gpio_device line state notification workqueue
Bartosz Golaszewski
1
-0
/
+4
2024-10-22
gpio: cdev: go back to storing debounce period in the GPIO descriptor
Bartosz Golaszewski
1
-0
/
+5
2024-08-20
gpiolib: Replace gpio_suffix_count with NULL-terminated array
Andy Shevchenko
1
-6
/
+5
2024-08-20
gpiolib: Introduce for_each_gpio_property_name() helper
Andy Shevchenko
1
-0
/
+13
2024-07-02
gpiolib: unexport gpiochip_get_desc()
Bartosz Golaszewski
1
-0
/
+1
2024-06-14
gpiolib: put gpio_suffixes in a single compilation unit
Bartosz Golaszewski
1
-1
/
+2
2024-05-14
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-09
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
1
-5
/
+5
2024-05-07
gpiolib: fix the speed of descriptor label setting with SRCU
Bartosz Golaszewski
1
-1
/
+6
2024-04-17
gpiolib: Get rid of never false gpio_is_valid() calls
Andy Shevchenko
1
-1
/
+1
2024-02-27
gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
Stephen Boyd
1
-0
/
+8
2024-02-15
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
1
-1
/
+2
2024-02-12
gpio: remove the RW semaphore from the GPIO device
Bartosz Golaszewski
1
-5
/
+0
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
1
-1
/
+21
2024-02-12
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
1
-0
/
+2
2024-02-12
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
1
-0
/
+3
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
1
-2
/
+0
2024-02-12
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
1
-1
/
+0
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
1
-10
/
+24
2024-02-12
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
1
-0
/
+3
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
1
-0
/
+1
2024-02-12
gpio: remove unused logging helpers
Bartosz Golaszewski
1
-13
/
+0
2024-01-17
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
1
-2
/
+0
2024-01-04
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
1
-1
/
+1
2023-12-19
gpiolib: remove debounce_period_us from struct gpio_desc
Kent Gibson
1
-5
/
+0
2023-12-18
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
1
-0
/
+2
2023-10-04
gpiolib: make gpio_device_get() and gpio_device_put() public
Bartosz Golaszewski
1
-10
/
+0
2023-09-12
gpiolib: make gpiochip_get_desc() public
Bartosz Golaszewski
1
-2
/
+0
2023-09-11
gpiolib: unexport gpiod_set_transitory()
Bartosz Golaszewski
1
-0
/
+2
[next]