index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-regmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: regmap: fix memory leak of gpio_regmap structure
Ioana Ciornei
2025-09-22
1
-1
/
+1
*
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-08-07
1
-2
/
+2
*
gpio: regmap: use value returning setters
Bartosz Golaszewski
2025-02-26
1
-11
/
+21
*
gpio: regmap: Allow ngpio to be read from the property
Andy Shevchenko
2025-02-21
1
-4
/
+9
*
gpio: regmap: Move optional assignments down in the code
Andy Shevchenko
2025-02-21
1
-14
/
+14
*
gpio: regmap: Group optional assignments together for better understanding
Andy Shevchenko
2025-02-21
1
-3
/
+3
*
gpio: regmap: Use generic request/free ops
Sander Vanheule
2025-01-13
1
-0
/
+2
*
gpio: regmap: Use -ENOTSUPP consistently
Andy Shevchenko
2024-04-12
1
-2
/
+2
*
gpio: regmap: Add missing header(s)
Andy Shevchenko
2023-03-06
1
-3
/
+9
*
gpio: regmap: use new regmap_might_sleep()
Michael Walle
2023-01-30
1
-9
/
+1
*
gpio: regmap: Always set gpio_chip get_direction
William Breathitt Gray
2023-01-30
1
-1
/
+6
*
gpio: regmap: Switch to use fwnode instead of of_node
Andy Shevchenko
2021-12-23
1
-5
/
+1
*
gpio: regmap: move drvdata to config data
Michael Walle
2021-06-07
1
-6
/
+1
*
gpio: gpio-regmap: Use devm_add_action_or_reset()
Matti Vaittinen
2021-06-04
1
-14
/
+11
*
gpio: regmap: set gpio_chip of_node
Álvaro Fernández Rojas
2021-03-29
1
-0
/
+5
*
gpio: add a reusable generic gpio_chip using regmap
Michael Walle
2020-06-03
1
-0
/
+349