index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-17
/
+17
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-26
/
+21
2026-01-28
regmap: reg_default_cb for flat cache defaults
Mark Brown
-7
/
+126
2026-01-27
regcache: Demote defaults readback from HW to debug print
Marek Vasut
-1
/
+1
2026-01-27
regmap: add KUnit coverage for reg_default_cb callback
Sheetal
-0
/
+91
2026-01-27
regmap: Add reg_default_cb callback for flat cache defaults
Sheetal
-1
/
+26
2026-01-15
regmap: Enable REGMAP when REGMAP_SLIMBUS is enabled
Geert Uytterhoeven
-1
/
+1
2026-01-12
regmap: Fix race condition in hwspinlock irqsave routine
Cheng-Yu Lee
-1
/
+3
2026-01-05
regmap: maple: free entry on mas_store_gfp() failure
Kaushlendra Kumar
-5
/
+6
2025-12-08
Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
-4
/
+4
2025-12-04
Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
-59
/
+175
2025-12-02
regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer
Frank Li
-4
/
+4
2025-11-07
regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing
Charles Keepax
-1
/
+2
2025-11-06
ASoC: qcom: q6dsp: fixes and updates
Mark Brown
-4
/
+2
2025-11-04
regmap: i3c: Use ARRAY_SIZE()
Andy Shevchenko
-2
/
+3
2025-10-31
regcache: maple: Split ->populate() from ->init()
Andy Shevchenko
-26
/
+21
2025-10-31
regcache: flat: Split ->populate() from ->init()
Andy Shevchenko
-9
/
+18
2025-10-31
regcache: flat: Remove unneeded check and error message for -ENOMEM
Andy Shevchenko
-9
/
+1
2025-10-31
regcache: rbtree: Split ->populate() from ->init()
Andy Shevchenko
-14
/
+17
2025-10-31
regcache: Add ->populate() callback to separate from ->init()
Andy Shevchenko
-0
/
+17
2025-10-29
regmap: warn users about uninitialized flat cache
Sander Vanheule
-12
/
+6
2025-10-29
regmap: add flat cache with sparse validity
Sander Vanheule
-11
/
+115
2025-10-27
regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave
Charles Keepax
-11
/
+12
2025-10-23
regmap: slimbus: fix bus_context pointer in regmap init calls
Alexey Klimov
-4
/
+2
2025-08-28
regmap: use int type to store negative error codes
Qianfeng Rong
-4
/
+7
2025-08-13
regmap: Remove superfluous check for !config in __regmap_init()
Geert Uytterhoeven
-1
/
+1
2025-08-10
regmap: mmio: Add missing MODULE_DESCRIPTION()
Luis Henriques
-0
/
+1
2025-08-09
Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-9
/
+21
2025-08-01
regmap: irq: Avoid lockdep warnings with nested regmap-irq chips
Mark Brown
-1
/
+10
2025-08-01
regmap: irq: Free the regmap-irq mutex
Mark Brown
-8
/
+11
2025-07-28
Merge tag 'regmap-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
-11
/
+1
2025-07-04
regmap: get rid of redundant debugfs_file_{get,put}()
Al Viro
-10
/
+0
2025-06-29
regmap: fix potential memory leak of regmap_bus
Abdun Nihaal
-0
/
+2
2025-06-08
regmap: kunit: Constify regmap_range_cfg array
Krzysztof Kozlowski
-1
/
+1
2025-05-22
regmap: irq: Add support for chips without separate IRQ status
Mathieu Dubois-Briand
-31
/
+68
2025-05-21
regmap-irq: Use dedicated interrupt wake setters
Andy Shevchenko
-2
/
+2
2025-05-20
regmap: Move selecting for REGMAP_MDIO and REGMAP_IRQ
Andrew Davis
-2
/
+2
2025-04-30
regcache: Use sort()'s default swap() implementation
Thorsten Blum
-12
/
+1
2025-03-29
Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
-7
/
+7
2025-02-27
regcache: Add support for sorting defaults arrays
Charles Keepax
-0
/
+31
2025-02-06
regmap: irq: Use one way of setting all bits in the register
Andy Shevchenko
-1
/
+1
2025-02-05
regmap-irq: Add missing kfree()
Jiasheng Jiang
-0
/
+2
2025-02-03
regmap: Reorder 'struct regmap'
Christophe JAILLET
-6
/
+6
2025-01-07
Expand SoundWire MBQ register map support
Mark Brown
-22
/
+197
2025-01-07
regmap: sdw-mbq: Add support for SDCA deferred controls
Charles Keepax
-14
/
+115
2025-01-07
regmap: sdw-mbq: Add support for further MBQ register sizes
Charles Keepax
-20
/
+94
2024-12-11
regmap: regmap_multi_reg_read(): make register list const
Richard Fitzgerald
-2
/
+2
2024-12-09
regmap: Merge up v6.12-rc2
Mark Brown
-2
/
+14
2024-12-02
regmap: Cleanup and microoptimization
Mark Brown
-6
/
+5
2024-12-02
regmap: cache: rbtree: use krealloc_array() to replace krealloc()
Andy Shevchenko
-6
/
+4
[next]