summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'regmap-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-67/+92
2026-04-10regmap: i3c: Add non-devm regmap_init_i3c() helperPei Xiao-0/+10
2026-04-09regmap: debugfs: fix race condition in dummy name allocationZxyan Zhu-5/+17
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+26
2026-03-18regmap: mdio: make it depend on PHYLIBHeiner Kallweit-1/+1
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko-4/+26
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko-4/+26
2026-03-05regmap: Simplify devres handlingKrzysztof Kozlowski-13/+10
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko-12/+15
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko-19/+15
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko-4/+4
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko-6/+9
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko-2/+2
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko-8/+7
2026-02-22regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko-11/+19
2026-02-22regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko-3/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+21
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown-7/+126
2026-01-27regcache: Demote defaults readback from HW to debug printMarek Vasut-1/+1
2026-01-27regmap: add KUnit coverage for reg_default_cb callbackSheetal-0/+91
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal-1/+26
2026-01-15regmap: Enable REGMAP when REGMAP_SLIMBUS is enabledGeert Uytterhoeven-1/+1
2026-01-12regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee-1/+3
2026-01-05regmap: maple: free entry on mas_store_gfp() failureKaushlendra Kumar-5/+6
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-4/+4
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-59/+175
2025-12-02regmap: i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li-4/+4
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax-1/+2
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown-4/+2
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko-2/+3
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko-26/+21
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko-9/+18
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko-9/+1
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko-14/+17
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko-0/+17
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule-12/+6
2025-10-29regmap: add flat cache with sparse validitySander Vanheule-11/+115
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax-11/+12
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov-4/+2
2025-08-28regmap: use int type to store negative error codesQianfeng Rong-4/+7
2025-08-13regmap: Remove superfluous check for !config in __regmap_init()Geert Uytterhoeven-1/+1
2025-08-10regmap: mmio: Add missing MODULE_DESCRIPTION()Luis Henriques-0/+1
2025-08-09Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-9/+21
2025-08-01regmap: irq: Avoid lockdep warnings with nested regmap-irq chipsMark Brown-1/+10
2025-08-01regmap: irq: Free the regmap-irq mutexMark Brown-8/+11
2025-07-28Merge tag 'regmap-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-11/+1
2025-07-04regmap: get rid of redundant debugfs_file_{get,put}()Al Viro-10/+0
2025-06-29regmap: fix potential memory leak of regmap_busAbdun Nihaal-0/+2
2025-06-08regmap: kunit: Constify regmap_range_cfg arrayKrzysztof Kozlowski-1/+1