summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'regmap-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+56
3 daysMerge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+18
7 daysregmap: sdw-mbq: Allow defers on undeferrable controlsCharles Keepax1-18/+18
10 daysregmap: ram: fix memory leaks in __regmap_init_ram() on errorYuho Choi1-1/+7
11 daysMerge tag 'regmap-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-67/+92
14 daysregmap-i2c: add SMBus byte/word reg16 bus for adapters lacking I2C_FUNC_I2CNishanth Sampath Kumar1-0/+49
2026-04-10regmap: i3c: Add non-devm regmap_init_i3c() helperPei Xiao1-0/+10
2026-04-09regmap: debugfs: fix race condition in dummy name allocationZxyan Zhu2-5/+17
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+26
2026-03-19regmap: mdio: make it depend on PHYLIBHeiner Kallweit1-1/+1
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko1-4/+26
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko1-4/+26
2026-03-06regmap: Simplify devres handlingKrzysztof Kozlowski1-13/+10
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko1-12/+15
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko1-19/+15
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko1-4/+4
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko1-6/+9
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko1-2/+2
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko2-8/+7
2026-02-23regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko1-11/+19
2026-02-23regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko1-3/+0
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-26/+21
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown6-7/+126
2026-01-27regcache: Demote defaults readback from HW to debug printMarek Vasut1-1/+1
2026-01-27regmap: add KUnit coverage for reg_default_cb callbackSheetal1-0/+91
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal4-1/+26
2026-01-15regmap: Enable REGMAP when REGMAP_SLIMBUS is enabledGeert Uytterhoeven1-1/+1
2026-01-12regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee1-1/+3
2026-01-05regmap: maple: free entry on mas_store_gfp() failureKaushlendra Kumar1-5/+6
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds8-59/+175
2025-12-02regmap: i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li1-4/+4
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax1-1/+2
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown1-4/+2
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko1-2/+3
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko1-26/+21
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko1-9/+18
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko1-9/+1
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko1-14/+17
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko2-0/+17
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule1-12/+6
2025-10-29regmap: add flat cache with sparse validitySander Vanheule4-11/+115
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax1-11/+12
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov1-4/+2
2025-08-28regmap: use int type to store negative error codesQianfeng Rong1-4/+7
2025-08-13regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven1-1/+1
2025-08-10regmap: mmio: Add missing MODULE_DESCRIPTION()Luis Henriques1-0/+1
2025-08-09Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-9/+21
2025-08-01regmap: irq: Avoid lockdep warnings with nested regmap-irq chipsMark Brown1-1/+10