summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-2/+2
* | gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-101-0/+1
|/
* gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko2018-07-131-1/+1
* gpio: Remove VLA from gpiolibLaura Abbott2018-05-231-1/+1
* gpio: include consumer header in gpiolib.hLinus Walleij2018-02-221-1/+1
* Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-311-4/+14
|\
| * gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij2018-01-121-0/+6
| * gpiolib: constify label in gpio_deviceBartosz Golaszewski2017-12-201-1/+1
| * gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-021-1/+1
| * gpiolib: acpi: Add quirks field to struct acpi_gpio_mappingAndy Shevchenko2017-11-301-0/+2
| * gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko2017-11-301-2/+2
| * gpiolib: acpi: Move adev member to struct acpi_gpio_infoAndy Shevchenko2017-11-301-0/+2
* | gpio: fix "gpio-line-names" property retrievalChristophe Leroy2017-12-221-1/+2
|/
* gpio: Fix loose spellingAndrew Jeffery2017-10-201-1/+1
* gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-191-0/+4
* gpio: replace __maybe_unused in gpiolib.h with static inlineMasahiro Yamada2017-08-141-1/+1
* gpio: acpi: Override GPIO initialization flagsAndy Shevchenko2017-05-291-2/+13
* gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko2017-05-291-0/+2
* gpio: Add new flags to control sleep status of GPIOsCharles Keepax2017-05-291-0/+1