aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven1-4/+4
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-4/+1
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij1-2/+13
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-0/+2
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik1-0/+9
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-2/+2
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil1-0/+1
2018-07-13gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott1-1/+1
2018-02-22gpio: include consumer header in gpiolib.hLinus Walleij1-1/+1
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+14
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij1-0/+6
2017-12-22gpio: fix "gpio-line-names" property retrievalChristophe Leroy1-1/+2
2017-12-20gpiolib: constify label in gpio_deviceBartosz Golaszewski1-1/+1
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery1-1/+1
2017-11-30gpiolib: acpi: Add quirks field to struct acpi_gpio_mappingAndy Shevchenko1-0/+2
2017-11-30gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko1-2/+2
2017-11-30gpiolib: acpi: Move adev member to struct acpi_gpio_infoAndy Shevchenko1-0/+2
2017-10-20gpio: Fix loose spellingAndrew Jeffery1-1/+1
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner1-0/+4
2017-08-14gpio: replace __maybe_unused in gpiolib.h with static inlineMasahiro Yamada1-1/+1
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko1-2/+13
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko1-0/+2
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+1
2017-01-11gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko1-1/+2
2016-10-24gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg1-0/+2
2016-10-03gpio: add missing static inlineLinus Walleij1-3/+7
2016-10-03gpio: OF: localize some gpiochip init functionsLinus Walleij1-0/+4
2016-10-03gpio: acpi: separation of concernsLinus Walleij1-6/+9
2016-10-03gpio: OF: separation of concernsLinus Walleij1-0/+16
2016-04-26gpio: move gpiod_set_array_value_priv()Linus Walleij1-0/+4
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-0/+3
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij1-0/+2
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij1-0/+10
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij1-2/+8
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-1/+3
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-4/+7
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij1-0/+2
2016-02-09gpio: refer to gpio device in prints and debugfsLinus Walleij1-6/+6
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-1/+26
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+8
2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD1-1/+2
2015-12-13gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov1-0/+8
2015-12-11gpio: forward-declare enum gpiod_flagsLinus Walleij1-1/+1
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov1-0/+8
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+9
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann1-0/+3
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-1/+9
2015-05-12gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold1-4/+0