aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-devres.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Gravatar Stephen Boyd 1-1/+1
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsGravatar Dmitry Torokhov 1-55/+0
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Gravatar Andy Shevchenko 1-32/+0
2021-08-05gpiolib: constify passed device_node pointerGravatar Krzysztof Kozlowski 1-1/+1
2020-11-16gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Gravatar Bartosz Golaszewski 1-15/+4
2020-10-26gpiolib: Extract gpiod_not_found() helperGravatar Andy Shevchenko 1-5/+3
2020-08-04gpio: don't use same lockdep class for all devm_gpiochip_add_data usersGravatar Ahmad Fatoum 1-5/+8
2020-03-20gpio: Move devres calls to devres fileGravatar Linus Walleij 1-0/+46
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Gravatar Dmitry Torokhov 1-15/+1
2019-10-03gpiolib: introduce devm_fwnode_gpiod_get_index()Gravatar Dmitry Torokhov 1-10/+9
2019-09-11gpio: devres: Switch to EXPORT_SYMBOL_GPL()Gravatar Geert Uytterhoeven 1-14/+14
2018-12-11gpio: Add devm_gpiod_unhinge()Gravatar Linus Walleij 1-0/+30
2018-12-11gpio: devres: Handle nonexclusive GPIOsGravatar Linus Walleij 1-12/+38
2018-09-25gpio: Rename devres implementation fileGravatar Linus Walleij 1-0/+439