summaryrefslogtreecommitdiff
path: root/include/linux/gpio/consumer.h
AgeCommit message (Expand)Author
2025-06-30gpio: constify arguments of gpiod_is_equal()Bartosz Golaszewski
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-21Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski
2025-04-09gpio: provide gpiod_is_equal()Bartosz Golaszewski
2025-04-08gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flagBartosz Golaszewski
2025-04-07gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_paramsAndy Shevchenko
2025-02-26gpiolib: make value setters have return valuesBartosz Golaszewski
2025-02-26gpiolib: use the required minimum set of headersBartosz Golaszewski
2025-02-18gpiolib: don't build HTE code with CONFIG_HTE disabledBartosz Golaszewski
2025-02-18gpiolib: move all includes to the top of gpio/consumer.hBartosz Golaszewski
2025-02-12gpiolib: add gpiod_multi_set_value_cansleep()David Lechner
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