summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-devres.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: constify passed device_node pointerKrzysztof Kozlowski2021-08-051-1/+1
* gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski2020-11-161-15/+4
* gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-261-5/+3
* gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum2020-08-041-5/+8
* gpio: Move devres calls to devres fileLinus Walleij2020-03-201-0/+46
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-15/+1
* gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-10/+9
* gpio: devres: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2019-09-111-14/+14
* gpio: Add devm_gpiod_unhinge()Linus Walleij2018-12-111-0/+30
* gpio: devres: Handle nonexclusive GPIOsLinus Walleij2018-12-111-12/+38
* gpio: Rename devres implementation fileLinus Walleij2018-09-251-0/+439