summaryrefslogtreecommitdiff
path: root/include/linux/gpio/consumer.h
AgeCommit message (Expand)Author
2023-10-09gpio: acpi: remove acpi_get_and_request_gpiod()Bartosz Golaszewski
2023-09-11gpiolib: unexport gpiod_set_transitory()Bartosz Golaszewski
2023-03-06gpiolib: Clean up headersAndy Shevchenko
2023-03-06gpiolib: Group forward declarations in consumer.hAndy Shevchenko
2023-03-06gpiolib: Deduplicate forward declarations in consumer.hAndy Shevchenko
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov
2022-11-09gpiolib: remove devm_fwnode_get_[index_]gpiod_from_child()Dmitry Torokhov
2022-09-04gpiolib: make fwnode_get_named_gpiod() staticDmitry Torokhov
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-04gpiolib: Add HTE supportDipen Patel
2022-04-08gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko
2022-02-09gpiolib: make struct comments into real kernel docsBartosz Golaszewski
2021-11-15gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()Andy Shevchenko
2021-08-13Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski
2021-08-11gpiolib: Deduplicate forward declaration in the consumer.h headerAndy Shevchenko
2021-08-05gpiolib: constify passed device_node pointerKrzysztof Kozlowski
2021-06-04gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko
2020-03-27gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleAndy Shevchenko
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov
2019-10-03gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij
2019-07-31gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko
2019-07-31gpiolib: of: Reshuffle contents of consumer.h for new library layoutAndy Shevchenko
2019-07-28gpio: don't WARN() on NULL descs if gpiolib is disabledBartosz Golaszewski
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-14gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-07-30gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain onesAndy Shevchenko
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner