summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-11-191-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-131-0/+8
|\ \
| * | gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-12-131-0/+8
| |/
* / ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD2016-01-011-1/+2
|/
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-051-1/+9
|\
| * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-1/+9
* | gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-241-0/+3
|/
* gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold2015-05-121-4/+0Star