Age | Commit message (Expand) | Author |
2023-10-09 | gpio: acpi: remove acpi_get_and_request_gpiod() | Bartosz Golaszewski |
2023-09-11 | gpiolib: unexport gpiod_set_transitory() | Bartosz Golaszewski |
2023-03-06 | gpiolib: Clean up headers | Andy Shevchenko |
2023-03-06 | gpiolib: Group forward declarations in consumer.h | Andy Shevchenko |
2023-03-06 | gpiolib: Deduplicate forward declarations in consumer.h | Andy Shevchenko |
2023-01-30 | gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs | Dmitry Torokhov |
2022-11-09 | gpiolib: remove devm_fwnode_get_[index_]gpiod_from_child() | Dmitry Torokhov |
2022-09-04 | gpiolib: make fwnode_get_named_gpiod() static | Dmitry Torokhov |
2022-06-05 | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-05-04 | gpiolib: Add HTE support | Dipen Patel |
2022-04-08 | gpiolib: acpi: Convert type for pin to be unsigned | Andy Shevchenko |
2022-02-09 | gpiolib: make struct comments into real kernel docs | Bartosz Golaszewski |
2021-11-15 | gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios() | Andy Shevchenko |
2021-08-13 | Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Bartosz Golaszewski |
2021-08-11 | gpiolib: Deduplicate forward declaration in the consumer.h header | Andy Shevchenko |
2021-08-05 | gpiolib: constify passed device_node pointer | Krzysztof Kozlowski |
2021-06-04 | gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helper | Daniel Scally |
2021-03-08 | gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk | Andy Shevchenko |
2020-11-16 | gpiolib: Replace unsigned by unsigned int | Andy Shevchenko |
2020-03-27 | gpiolib: Introduce gpiod_set_config() | Geert Uytterhoeven |
2020-02-10 | gpio: Avoid kernel.h inclusion where it's possible | Andy Shevchenko |
2019-12-18 | gpio: add gpiod_toggle_active_low() | Michał Mirosław |
2019-10-03 | gpiolib: introduce fwnode_gpiod_get_index() | Dmitry Torokhov |
2019-10-03 | gpiolib: introduce devm_fwnode_gpiod_get_index() | Dmitry Torokhov |
2019-09-05 | Merge tag 'v5.3-rc7' into devel | Linus Walleij |
2019-07-31 | gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.h | Andy Shevchenko |
2019-07-31 | gpiolib: of: Reshuffle contents of consumer.h for new library layout | Andy Shevchenko |
2019-07-28 | gpio: don't WARN() on NULL descs if gpiolib is disabled | Bartosz Golaszewski |
2018-12-28 | Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds |
2018-12-14 | gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB | Krzysztof Kozlowski |
2018-12-11 | gpio: Add devm_gpiod_unhinge() | Linus Walleij |
2018-12-11 | gpio: Export gpiod_get_from_of_node() | Linus Walleij |
2018-11-05 | gpiolib: Fix possible use after free on label | Muchun Song |
2018-10-23 | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds |
2018-10-12 | regulator/gpio: Allow nonexclusive GPIO access | Linus Walleij |
2018-10-01 | gpio: Restore indentation of continued lines | Geert Uytterhoeven |
2018-10-01 | gpio: Propagate errors from gpiod_set_array_value_complex() | Geert Uytterhoeven |
2018-09-13 | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik |
2018-09-13 | gpiolib: Identify arrays matching GPIO hardware | Janusz Krzysztofik |
2018-09-13 | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik |
2018-07-30 | gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain ones | Andy Shevchenko |
2018-06-18 | gpio: Add API to explicitly name a consumer | Linus Walleij |
2018-05-23 | gpio: Remove VLA from gpiolib | Laura Abbott |
2018-01-12 | gpio: Export devm_gpiod_get_from_of_node() for consumers | Linus Walleij |
2017-12-02 | gpio: gpiolib: Generalise state persistence beyond sleep | Andrew Jeffery |
2017-11-14 | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-30 | gpio: Make it possible for consumers to enforce open drain | Linus Walleij |
2017-10-19 | gpio: Introduce ->get_multiple callback | Lukas Wunner |