summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* | gpiolib: export devprop_gpiochip_set_names()Jan Kundrát2019-03-241-3/+0Star
|/
* 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/+0Star
* gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-011-4/+4
* gpio: Use SPDX header for core libraryLinus Walleij2018-09-251-4/+1Star
* 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
* gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko2017-01-111-1/+2
* gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg2016-10-241-0/+2
* gpio: add missing static inlineLinus Walleij2016-10-031-3/+7
* gpio: OF: localize some gpiochip init functionsLinus Walleij2016-10-031-0/+4
* gpio: acpi: separation of concernsLinus Walleij2016-10-031-6/+9
* gpio: OF: separation of concernsLinus Walleij2016-10-031-0/+16
* gpio: move gpiod_set_array_value_priv()Linus Walleij2016-04-261-0/+4
* gpio: store reflect the label to userspaceLinus Walleij2016-02-191-0/+3
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-161-0/+2
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-161-0/+10
* gpio: reflect base and ngpio into gpio_deviceLinus Walleij2016-02-111-2/+8
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-111-1/+3
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-111-4/+7
* gpio: add a userspace chardev ABI for GPIOsLinus Walleij2016-02-091-0/+2
* gpio: refer to gpio device in prints and debugfsLinus Walleij2016-02-091-6/+6
* gpio: make the gpiochip a real deviceLinus Walleij2016-02-091-1/+26
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\
| * gpio: forward-declare enum gpiod_flagsLinus Walleij2015-12-111-1/+1