Age | Commit message (Expand) | Author | Files | Lines |
2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -64/+25 |
2025-04-28 | gpiolib: devres: Finish the conversion to use devm_add_action() | Andy Shevchenko | 1 | -65/+25 |
2025-04-08 | gpio: deprecate devm_gpiod_unhinge() | Bartosz Golaszewski | 1 | -1/+5 |
2024-09-02 | gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIs | Andy Shevchenko | 1 | -74/+8 |
2024-09-02 | gpiolib: Update the kernel documentation - add Return sections | Andy Shevchenko | 1 | -2/+36 |
2024-02-27 | gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index() | Stephen Boyd | 1 | -1/+1 |
2023-01-30 | gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIs | Dmitry Torokhov | 1 | -55/+0 |
2022-07-19 | gpiolib: devres: Get rid of unused devm_gpio_free() | Andy Shevchenko | 1 | -32/+0 |
2021-08-05 | gpiolib: constify passed device_node pointer | Krzysztof Kozlowski | 1 | -1/+1 |
2020-11-16 | gpiolib: devres: shrink devm_gpiochip_add_data_with_key() | Bartosz Golaszewski | 1 | -15/+4 |
2020-10-26 | gpiolib: Extract gpiod_not_found() helper | Andy Shevchenko | 1 | -5/+3 |
2020-08-04 | gpio: don't use same lockdep class for all devm_gpiochip_add_data users | Ahmad Fatoum | 1 | -5/+8 |
2020-03-20 | gpio: Move devres calls to devres file | Linus Walleij | 1 | -0/+46 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -1/+1 |
2019-10-03 | gpiolib: introduce fwnode_gpiod_get_index() | Dmitry Torokhov | 1 | -15/+1 |
2019-10-03 | gpiolib: introduce devm_fwnode_gpiod_get_index() | Dmitry Torokhov | 1 | -10/+9 |
2019-09-11 | gpio: devres: Switch to EXPORT_SYMBOL_GPL() | Geert Uytterhoeven | 1 | -14/+14 |
2018-12-11 | gpio: Add devm_gpiod_unhinge() | Linus Walleij | 1 | -0/+30 |
2018-12-11 | gpio: devres: Handle nonexclusive GPIOs | Linus Walleij | 1 | -12/+38 |
2018-09-25 | gpio: Rename devres implementation file | Linus Walleij | 1 | -0/+439 |