summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-cdev.c
AgeCommit message (Expand)Author
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko
2024-11-04gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski
2024-10-31gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann
2024-10-22gpiolib: cdev: remove redundant store of debounce_period_usKent Gibson
2024-10-22gpiolib: notify user-space about in-kernel line state changesBartosz Golaszewski
2024-10-22gpiolib: switch the line state notifier to atomicBartosz Golaszewski
2024-10-22gpio: cdev: put emitting the line state events on a workqueueBartosz Golaszewski
2024-10-22gpiolib: add a per-gpio_device line state notification workqueueBartosz Golaszewski
2024-10-22gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomicBartosz Golaszewski
2024-10-22gpio: cdev: go back to storing debounce period in the GPIO descriptorBartosz Golaszewski
2024-10-08gpio: cdev: update flags at once when reconfiguring from user-spaceBartosz Golaszewski
2024-09-30gpiolib: cdev: Fix reference to linereq_set_config_unlocked()Kent Gibson
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko
2024-07-15Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-06-27gpiolib: cdev: Ignore reconfiguration without directionKent Gibson
2024-06-27gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson
2024-05-30gpiolib: cdev: Cleanup kfifo_out() error handlingKent Gibson
2024-05-30gpiolib: cdev: Refactor allocation of linereq events kfifoKent Gibson
2024-05-30gpiolib: cdev: Add INIT_KFIFO() for linereq eventsKent Gibson
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson
2024-05-09gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han
2024-05-09gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski
2024-04-04gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson
2024-04-04gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski
2024-03-26gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski
2024-02-16gpio: cdev: fix a NULL-pointer dereference with DEBUG enabledBartosz Golaszewski
2024-02-15gpio: cdev: use correct pointer accessors with SRCUBartosz Golaszewski
2024-02-12gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski
2024-02-12gpio: cdev: don't access gdev->chip if it's not neededBartosz Golaszewski
2024-02-12gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()Bartosz Golaszewski
2024-02-12gpio: remove gpio_lockBartosz Golaszewski
2024-02-12gpio: protect the descriptor label with SRCUBartosz Golaszewski
2024-02-12gpio: provide and use gpiod_get_label()Bartosz Golaszewski
2024-01-29gpio: cdev: remove leftover function pointer typedefsBartosz Golaszewski
2023-12-27gpiolib: cdev: replace locking wrappers for gpio_device with guardsKent Gibson
2023-12-27gpiolib: cdev: replace locking wrappers for config_mutex with guardsKent Gibson
2023-12-27gpiolib: cdev: allocate linereq using kvzalloc()Kent Gibson
2023-12-27gpiolib: cdev: include overflow.hKent Gibson
2023-12-27Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski
2023-12-21gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson
2023-12-19gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()Kent Gibson
2023-12-19gpiolib: cdev: improve documentation of get/set valuesKent Gibson
2023-12-19gpiolib: cdev: fully adopt guard() and scoped_guard()Kent Gibson
2023-12-19gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson
2023-11-04treewide: rename pinctrl_gpio_can_use_line_new()Bartosz Golaszewski
2023-11-04gpio: cdev: use pinctrl_gpio_can_use_line_new()Bartosz Golaszewski
2023-09-25gpiolib: cdev: annotate struct linereq with __counted_byKees Cook
2023-08-22gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski
2023-08-21gpio: cdev: wake up lineevent poll() on device unbindBartosz Golaszewski