aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'regmap-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-25/+35
2026-08-18Merge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski2-12/+19
2026-08-12regmap: sdw-mbq: don't call an unset readable_reg callbackAndrey Golovko1-1/+1
2026-08-11regmap: sdw-mbq: Fix swap of timeout and retry timesCharles Keepax1-1/+1
2026-08-06regcache: Sort the local copy of an unsorted reg_defaults arrayPeter Ujfalusi1-1/+16
2026-08-06regcache: Use a consistent sort for defaults tableMark Brown1-9/+1
2026-07-20regcache: Warn if regcache_sync() is called in cache_only modeMark Brown1-0/+14
2026-07-20regcache: Validate cache_only state in regcache_sync_region()bui duc phuc1-0/+4
2026-07-20regcache: Warn if regcache_sync() is called in cache_only modebui duc phuc1-0/+10
2026-07-13regcache: Mark cache dirty if selector register rewrite failsbui duc phuc1-0/+1
2026-07-13regcache: Preserve cache synchronization errors in regcache_sync()bui duc phuc1-11/+12
2026-07-03regmap-irq: Provide IRQ resource request and release callbacksMark Brown1-0/+22
2026-07-03regmap-irq: Provide IRQ resource request and release callbacksAndy Shevchenko1-0/+22
2026-06-29regmap: maple: Workaround for another false-positive compiler warningUwe Kleine-König (The Capable Hub)1-1/+1
2026-06-29regcache: Make ->exit() callback return voidAndy Shevchenko4-13/+7
2026-06-26Merge tag 'regmap-fix-v7.2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+1
2026-06-16regcache: Do not overwrite error code when finalizing cache after errorFrancesco Lavra1-1/+1
2026-06-16Merge tag 'regmap-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+1
2026-05-28regmap: reject volatile update_bits() in cache-only modebui duc phuc1-0/+3
2026-05-21regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16Nishanth Sampath Kumar1-1/+1
2026-04-27regmap: sdw-mbq: Fix spelling mistake "undeferable" -> "undeferrable"Colin Ian King1-1/+1
2026-04-24Merge tag 'regmap-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-1/+56
2026-04-24Merge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-18/+18
2026-04-20regmap: sdw-mbq: Allow defers on undeferrable controlsCharles Keepax1-18/+18
2026-04-17regmap: ram: fix memory leaks in __regmap_init_ram() on errorYuho Choi1-1/+7
2026-04-15Merge tag 'regmap-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-67/+92
2026-04-13regmap-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-18regmap: 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-05regmap: 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-22regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko1-11/+19
2026-02-22regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko1-3/+0
2026-02-21Convert '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