index
:
pub/scm/linux/kernel/git/rientjes/linux.git
master
David Rientjes's fork of linux.git
David Rientjes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-regmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
gpio: regmap: Add IRQ enable/disable helpers
Yu-Chun Lin
1
-0
/
+12
2026-07-30
gpio: regmap: Add set_config callback
Yu-Chun Lin
1
-0
/
+17
2026-07-30
gpio: regmap: Add value_xlate callback
Yu-Chun Lin
1
-1
/
+30
2026-07-30
gpio: regmap: Add gpio_regmap_operation to extend reg_mask_xlate callback
Yu-Chun Lin
1
-8
/
+10
2026-07-30
gpio: regmap: Apply default resource callbacks for regmap IRQ chip
Andy Shevchenko
1
-0
/
+14
2026-07-30
gpio: regmap: Provide default IRQ resource request and release callbacks
Andy Shevchenko
1
-0
/
+12
2026-05-12
gpio: regmap: Don't set a fixed direction line
Linus Walleij
1
-0
/
+37
2026-05-12
gpio: regmap: Support sparsed fixed direction
Linus Walleij
1
-4
/
+33
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-05
gpio: regmap: Fix memleak in error path in gpio_regmap_register()
Wentao Guan
1
-1
/
+1
2025-10-23
gpio: regmap: Bypass cache for aliased inputs
Sander Vanheule
1
-1
/
+5
2025-10-23
gpio: regmap: Force writes for aliased data regs
Sander Vanheule
1
-3
/
+9
2025-10-16
gpio: regmap: add the .fixed_direction_output configuration parameter
Ioana Ciornei
1
-2
/
+24
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+28
2025-09-22
gpio: regmap: fix memory leak of gpio_regmap structure
Ioana Ciornei
1
-1
/
+1
2025-09-16
gpio: regmap: Allow to provide init_valid_mask callback
Mathieu Dubois-Briand
1
-0
/
+1
2025-09-16
gpio: regmap: Allow to allocate regmap-irq device
Mathieu Dubois-Briand
1
-2
/
+27
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-2
/
+2
2025-02-26
gpio: regmap: use value returning setters
Bartosz Golaszewski
1
-11
/
+21
2025-02-21
gpio: regmap: Allow ngpio to be read from the property
Andy Shevchenko
1
-4
/
+9
2025-02-21
gpio: regmap: Move optional assignments down in the code
Andy Shevchenko
1
-14
/
+14
2025-02-21
gpio: regmap: Group optional assignments together for better understanding
Andy Shevchenko
1
-3
/
+3
2025-01-13
gpio: regmap: Use generic request/free ops
Sander Vanheule
1
-0
/
+2
2024-04-12
gpio: regmap: Use -ENOTSUPP consistently
Andy Shevchenko
1
-2
/
+2
2023-03-06
gpio: regmap: Add missing header(s)
Andy Shevchenko
1
-3
/
+9
2023-01-30
gpio: regmap: use new regmap_might_sleep()
Michael Walle
1
-9
/
+1
2023-01-30
gpio: regmap: Always set gpio_chip get_direction
William Breathitt Gray
1
-1
/
+6
2021-12-23
gpio: regmap: Switch to use fwnode instead of of_node
Andy Shevchenko
1
-5
/
+1
2021-06-07
gpio: regmap: move drvdata to config data
Michael Walle
1
-6
/
+1
2021-06-04
gpio: gpio-regmap: Use devm_add_action_or_reset()
Matti Vaittinen
1
-14
/
+11
2021-03-29
gpio: regmap: set gpio_chip of_node
Álvaro Fernández Rojas
1
-0
/
+5
2020-06-03
gpio: add a reusable generic gpio_chip using regmap
Michael Walle
1
-0
/
+349