index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-cdev.c
Age
Commit message (
Expand
)
Author
2025-04-07
gpiolib: don't allow setting values on input lines
Bartosz Golaszewski
2025-03-13
gpio: cdev: use raw notifier for line state events
Bartosz Golaszewski
2024-11-12
gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)
Andy Shevchenko
2024-11-04
gpio: cdev: don't report GPIOs requested as interrupts as used
Bartosz Golaszewski
2024-10-31
gpiolib: avoid format string weakness in workqueue interface
Arnd Bergmann
2024-10-22
gpiolib: cdev: remove redundant store of debounce_period_us
Kent Gibson
2024-10-22
gpiolib: notify user-space about in-kernel line state changes
Bartosz Golaszewski
2024-10-22
gpiolib: switch the line state notifier to atomic
Bartosz Golaszewski
2024-10-22
gpio: cdev: put emitting the line state events on a workqueue
Bartosz Golaszewski
2024-10-22
gpiolib: add a per-gpio_device line state notification workqueue
Bartosz Golaszewski
2024-10-22
gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic
Bartosz Golaszewski
2024-10-22
gpio: cdev: go back to storing debounce period in the GPIO descriptor
Bartosz Golaszewski
2024-10-08
gpio: cdev: update flags at once when reconfiguring from user-space
Bartosz Golaszewski
2024-09-30
gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
Kent Gibson
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-02
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
2024-07-15
Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-06-27
gpiolib: cdev: Ignore reconfiguration without direction
Kent Gibson
2024-06-27
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
2024-05-30
gpiolib: cdev: Cleanup kfifo_out() error handling
Kent Gibson
2024-05-30
gpiolib: cdev: Refactor allocation of linereq events kfifo
Kent Gibson
2024-05-30
gpiolib: cdev: Add INIT_KFIFO() for linereq events
Kent Gibson
2024-05-10
gpiolib: cdev: fix uninitialised kfifo
Kent Gibson
2024-05-09
gpiolib: cdev: Fix use after free in lineinfo_changed_notify
Zhongqiu Han
2024-05-09
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
2024-04-04
gpio: cdev: fix missed label sanitizing in debounce_setup()
Kent Gibson
2024-04-04
gpio: cdev: check for NULL labels when sanitizing them for irqs
Bartosz Golaszewski
2024-03-26
gpio: cdev: sanitize the label before requesting the interrupt
Bartosz Golaszewski
2024-02-16
gpio: cdev: fix a NULL-pointer dereference with DEBUG enabled
Bartosz Golaszewski
2024-02-15
gpio: cdev: use correct pointer accessors with SRCU
Bartosz Golaszewski
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
gpio: cdev: don't access gdev->chip if it's not needed
Bartosz Golaszewski
2024-02-12
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-01-29
gpio: cdev: remove leftover function pointer typedefs
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
gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()
Kent Gibson
2023-12-19
gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
Kent Gibson
2023-12-19
gpiolib: cdev: improve documentation of get/set values
Kent Gibson
2023-12-19
gpiolib: cdev: fully adopt guard() and scoped_guard()
Kent Gibson
2023-12-19
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
2023-11-04
treewide: rename pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
2023-11-04
gpio: cdev: use pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
2023-09-25
gpiolib: cdev: annotate struct linereq with __counted_by
Kees Cook
[next]