aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/gpiolib-devres.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-64/+25
2025-04-28gpiolib: devres: Finish the conversion to use devm_add_action()Andy Shevchenko1-65/+25
2025-04-08gpio: deprecate devm_gpiod_unhinge()Bartosz Golaszewski1-1/+5
2024-09-02gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko1-74/+8
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko1-2/+36
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd1-1/+1
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov1-55/+0
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Andy Shevchenko1-32/+0
2021-08-05gpiolib: constify passed device_node pointerKrzysztof Kozlowski1-1/+1
2020-11-16gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski1-15/+4
2020-10-26gpiolib: Extract gpiod_not_found() helperAndy Shevchenko1-5/+3
2020-08-04gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum1-5/+8
2020-03-20gpio: Move devres calls to devres fileLinus Walleij1-0/+46
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov1-15/+1
2019-10-03gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov1-10/+9
2019-09-11gpio: devres: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven1-14/+14
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij1-0/+30
2018-12-11gpio: devres: Handle nonexclusive GPIOsLinus Walleij1-12/+38
2018-09-25gpio: Rename devres implementation fileLinus Walleij1-0/+439