aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-regmap.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: regmap: fix memory leak of gpio_regmap structureIoana Ciornei2025-09-221-1/+1
* treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2025-08-071-2/+2
* gpio: regmap: use value returning settersBartosz Golaszewski2025-02-261-11/+21
* gpio: regmap: Allow ngpio to be read from the propertyAndy Shevchenko2025-02-211-4/+9
* gpio: regmap: Move optional assignments down in the codeAndy Shevchenko2025-02-211-14/+14
* gpio: regmap: Group optional assignments together for better understandingAndy Shevchenko2025-02-211-3/+3
* gpio: regmap: Use generic request/free opsSander Vanheule2025-01-131-0/+2
* gpio: regmap: Use -ENOTSUPP consistentlyAndy Shevchenko2024-04-121-2/+2
* gpio: regmap: Add missing header(s)Andy Shevchenko2023-03-061-3/+9
* gpio: regmap: use new regmap_might_sleep()Michael Walle2023-01-301-9/+1
* gpio: regmap: Always set gpio_chip get_directionWilliam Breathitt Gray2023-01-301-1/+6
* gpio: regmap: Switch to use fwnode instead of of_nodeAndy Shevchenko2021-12-231-5/+1
* gpio: regmap: move drvdata to config dataMichael Walle2021-06-071-6/+1
* gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen2021-06-041-14/+11
* gpio: regmap: set gpio_chip of_nodeÁlvaro Fernández Rojas2021-03-291-0/+5
* gpio: add a reusable generic gpio_chip using regmapMichael Walle2020-06-031-0/+349