summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.h
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: make gpio_device_get() and gpio_device_put() publicBartosz Golaszewski2023-10-041-10/+0
* gpiolib: make gpiochip_get_desc() publicBartosz Golaszewski2023-09-121-2/+0
* gpiolib: unexport gpiod_set_transitory()Bartosz Golaszewski2023-09-111-0/+2
* gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski2023-08-221-0/+1
* gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski2023-08-211-0/+3
* gpiolib: rename the gpio_device notifierBartosz Golaszewski2023-08-211-3/+3
* gpio: mmio: handle "ngpios" properly in bgpio_init()Asmaa Mnebhi2023-07-181-0/+1
* gpiolib: order includes alphabetically in gpiolib.hBartosz Golaszewski2023-07-131-4/+4
* gpiolib: add missing includeBartosz Golaszewski2023-07-101-0/+1
* gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko2023-01-301-0/+10
* gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski2022-12-071-0/+5
* gpiolib: Provide to_gpio_device() helperAndy Shevchenko2022-11-291-2/+7
* Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-051-0/+1
|\
| * gpiolib: Add HTE supportDipen Patel2022-05-041-0/+1
* | gpiolib: Split out for_each_gpio_desc() macroAndy Shevchenko2022-04-091-1/+4
* | gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko2022-04-091-4/+4
|/
* Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-251-0/+41
|\
| * gpiolib: make struct comments into real kernel docsBartosz Golaszewski2022-02-091-0/+34
| * gpiolib: Introduce for_each_gpio_desc_with_flag() macroAndy Shevchenko2022-02-081-0/+7
* | gpiolib: Never return internal error codes to user spaceAndy Shevchenko2022-02-081-0/+12
|/
* Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij2020-12-091-0/+2
|\
| * gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-261-0/+2
* | gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson2020-12-051-0/+1
* | gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko2020-11-161-0/+1
|/
* gpiolib: cdev: support setting debounceKent Gibson2020-09-301-0/+4
* gpiolib: cdev: support edge detection for uAPI v2Kent Gibson2020-09-301-0/+2
* gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson2020-07-121-1/+1
* gpiolib: move gpiolib-sysfs function declarations into their own headerKent Gibson2020-07-121-18/+0
* gpiolib: Rename "chip" variables to "gc" in core header fileGeert Uytterhoeven2020-04-281-14/+13
* gpio: of: Add DT overlay support for GPIO hogsGeert Uytterhoeven2020-02-211-0/+3
* gpiolib: add new ioctl() for monitoring changes in line infoBartosz Golaszewski2020-02-121-0/+1
* Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-01-071-1/+2
|\
| * gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski2020-01-071-1/+2
* | gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven2019-12-121-0/+2
|/
* gpiolib: add support for disabling line biasKent Gibson2019-11-121-0/+1
* gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko2019-07-311-93/+0
* gpio: of: Break out OF-only codeLinus Walleij2019-07-281-27/+0
* gpiolib: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-061-1/+1
* Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-5/+14
|\
| * gpiolib: acpi: Respect pin bias settingAndy Shevchenko2019-04-231-0/+2
| * gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko2019-04-231-0/+8
| * gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko2019-04-231-5/+4
* | gpiolib: export devprop_gpiochip_set_names()Jan Kundrát2019-03-241-3/+0
|/
* gpio: add core support for pull-up/pull-down configurationThomas Petazzoni2019-02-131-0/+2
* gpio: Export gpiod_get_from_of_node()Linus Walleij2018-12-111-6/+0
* gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-011-4/+4
* gpio: Use SPDX header for core libraryLinus Walleij2018-09-251-4/+1
* Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-201-2/+13
|\
| * gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-0/+2
| * gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-131-0/+9