summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.h
AgeCommit message (Expand)Author
2024-08-20gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko
2024-08-20gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko
2024-07-02gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski
2024-06-14gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski
2024-05-14Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-09gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski
2024-05-07gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski
2024-04-17gpiolib: Get rid of never false gpio_is_valid() callsAndy Shevchenko
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd
2024-02-15gpio: use srcu_dereference() with SRCU-protected pointersBartosz Golaszewski
2024-02-12gpio: remove the RW semaphore from the GPIO deviceBartosz Golaszewski
2024-02-12gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski
2024-02-12gpio: add SRCU infrastructure to struct gpio_deviceBartosz Golaszewski
2024-02-12gpio: add the can_sleep flag to struct gpio_deviceBartosz Golaszewski
2024-02-12gpio: remove gpio_lockBartosz Golaszewski
2024-02-12gpio: sysfs: use gpio_device_find() to iterate over existing devicesBartosz Golaszewski
2024-02-12gpio: protect the descriptor label with SRCUBartosz Golaszewski
2024-02-12gpio: add SRCU infrastructure to struct gpio_descBartosz Golaszewski
2024-02-12gpio: provide and use gpiod_get_label()Bartosz Golaszewski
2024-02-12gpio: remove unused logging helpersBartosz Golaszewski
2024-01-17gpiolib: revert the attempt to protect the GPIO device list with an rwsemBartosz Golaszewski
2024-01-04gpiolib: replace the GPIO device mutex with a read-write semaphoreBartosz Golaszewski
2023-12-19gpiolib: remove debounce_period_us from struct gpio_descKent Gibson
2023-12-18gpiolib: use a mutex to protect the list of GPIO devicesBartosz Golaszewski
2023-10-04gpiolib: make gpio_device_get() and gpio_device_put() publicBartosz Golaszewski
2023-09-12gpiolib: make gpiochip_get_desc() publicBartosz Golaszewski
2023-09-11gpiolib: unexport gpiod_set_transitory()Bartosz Golaszewski
2023-08-22gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski
2023-08-21gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski
2023-08-21gpiolib: rename the gpio_device notifierBartosz Golaszewski
2023-07-18gpio: mmio: handle "ngpios" properly in bgpio_init()Asmaa Mnebhi
2023-07-13gpiolib: order includes alphabetically in gpiolib.hBartosz Golaszewski
2023-07-10gpiolib: add missing includeBartosz Golaszewski
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko
2022-12-07gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski
2022-11-29gpiolib: Provide to_gpio_device() helperAndy Shevchenko
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-04gpiolib: Add HTE supportDipen Patel
2022-04-09gpiolib: Split out for_each_gpio_desc() macroAndy Shevchenko
2022-04-09gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-02-09gpiolib: make struct comments into real kernel docsBartosz Golaszewski
2022-02-08gpiolib: Introduce for_each_gpio_desc_with_flag() macroAndy Shevchenko
2022-02-08gpiolib: Never return internal error codes to user spaceAndy Shevchenko
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij
2020-12-05gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson
2020-11-16gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko
2020-10-26gpiolib: Extract gpiod_not_found() helperAndy Shevchenko
2020-09-30gpiolib: cdev: support setting debounceKent Gibson
2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson