| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge remote-tracking branch 'regmap/for-7.2' into regmap-next | Mark Brown | 1 | -1/+1 |
| 4 days | regmap: reject volatile update_bits() in cache-only mode | bui duc phuc | 1 | -0/+3 |
| 11 days | regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16 | Nishanth Sampath Kumar | 1 | -1/+1 |
| 2026-04-27 | regmap: sdw-mbq: Fix spelling mistake "undeferable" -> "undeferrable" | Colin Ian King | 1 | -1/+1 |
| 2026-04-24 | Merge tag 'regmap-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -1/+56 |
| 2026-04-24 | Merge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+18 |
| 2026-04-20 | regmap: sdw-mbq: Allow defers on undeferrable controls | Charles Keepax | 1 | -18/+18 |
| 2026-04-17 | regmap: ram: fix memory leaks in __regmap_init_ram() on error | Yuho Choi | 1 | -1/+7 |
| 2026-04-15 | Merge tag 'regmap-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 5 | -67/+92 |
| 2026-04-13 | regmap-i2c: add SMBus byte/word reg16 bus for adapters lacking I2C_FUNC_I2C | Nishanth Sampath Kumar | 1 | -0/+49 |
| 2026-04-10 | regmap: i3c: Add non-devm regmap_init_i3c() helper | Pei Xiao | 1 | -0/+10 |
| 2026-04-09 | regmap: debugfs: fix race condition in dummy name allocation | Zxyan Zhu | 2 | -5/+17 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+26 |
| 2026-03-18 | regmap: mdio: make it depend on PHYLIB | Heiner Kallweit | 1 | -1/+1 |
| 2026-03-16 | regmap: Synchronize cache for the page selector | Andy Shevchenko | 1 | -4/+26 |
| 2026-03-16 | regmap: Synchronize cache for the page selector | Andy Shevchenko | 1 | -4/+26 |
| 2026-03-05 | regmap: Simplify devres handling | Krzysztof Kozlowski | 1 | -13/+10 |
| 2026-03-05 | regcache: Move HW readback after cache initialisation | Andy Shevchenko | 1 | -12/+15 |
| 2026-03-05 | regcache: Allocate and free reg_defaults on the same level | Andy Shevchenko | 1 | -19/+15 |
| 2026-03-05 | regcache: Move count check and cache_bypass assignment to the caller | Andy Shevchenko | 1 | -4/+4 |
| 2026-03-03 | regcache: Factor out regcache_hw_exit() helper | Andy Shevchenko | 1 | -6/+9 |
| 2026-03-02 | regcache: Amend printf() specifiers when printing registers | Andy Shevchenko | 1 | -2/+2 |
| 2026-03-02 | regcache: Define iterator inside for-loop and align their types | Andy Shevchenko | 2 | -8/+7 |
| 2026-02-22 | regcache: Split regcache_count_cacheable_registers() helper | Andy Shevchenko | 1 | -11/+19 |
| 2026-02-22 | regcache: Remove duplicate check in regcache_hw_init() | Andy Shevchenko | 1 | -3/+0 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 10 | -17/+17 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 13 | -26/+21 |
| 2026-01-28 | regmap: reg_default_cb for flat cache defaults | Mark Brown | 6 | -7/+126 |
| 2026-01-27 | regcache: Demote defaults readback from HW to debug print | Marek Vasut | 1 | -1/+1 |
| 2026-01-27 | regmap: add KUnit coverage for reg_default_cb callback | Sheetal | 1 | -0/+91 |
| 2026-01-27 | regmap: Add reg_default_cb callback for flat cache defaults | Sheetal | 4 | -1/+26 |
| 2026-01-15 | regmap: Enable REGMAP when REGMAP_SLIMBUS is enabled | Geert Uytterhoeven | 1 | -1/+1 |
| 2026-01-12 | regmap: Fix race condition in hwspinlock irqsave routine | Cheng-Yu Lee | 1 | -1/+3 |
| 2026-01-05 | regmap: maple: free entry on mas_store_gfp() failure | Kaushlendra Kumar | 1 | -5/+6 |
| 2025-12-08 | Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c... | Linus Torvalds | 1 | -4/+4 |
| 2025-12-04 | Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 8 | -59/+175 |
| 2025-12-02 | regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer | Frank Li | 1 | -4/+4 |
| 2025-11-07 | regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing | Charles Keepax | 1 | -1/+2 |
| 2025-11-06 | ASoC: qcom: q6dsp: fixes and updates | Mark Brown | 1 | -4/+2 |
| 2025-11-04 | regmap: i3c: Use ARRAY_SIZE() | Andy Shevchenko | 1 | -2/+3 |
| 2025-10-31 | regcache: maple: Split ->populate() from ->init() | Andy Shevchenko | 1 | -26/+21 |
| 2025-10-31 | regcache: flat: Split ->populate() from ->init() | Andy Shevchenko | 1 | -9/+18 |
| 2025-10-31 | regcache: flat: Remove unneeded check and error message for -ENOMEM | Andy Shevchenko | 1 | -9/+1 |
| 2025-10-31 | regcache: rbtree: Split ->populate() from ->init() | Andy Shevchenko | 1 | -14/+17 |
| 2025-10-31 | regcache: Add ->populate() callback to separate from ->init() | Andy Shevchenko | 2 | -0/+17 |
| 2025-10-29 | regmap: warn users about uninitialized flat cache | Sander Vanheule | 1 | -12/+6 |
| 2025-10-29 | regmap: add flat cache with sparse validity | Sander Vanheule | 4 | -11/+115 |
| 2025-10-27 | regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave | Charles Keepax | 1 | -11/+12 |
| 2025-10-23 | regmap: slimbus: fix bus_context pointer in regmap init calls | Alexey Klimov | 1 | -4/+2 |
| 2025-08-28 | regmap: use int type to store negative error codes | Qianfeng Rong | 1 | -4/+7 |
| 2025-08-13 | regmap: Remove superfluous check for !config in __regmap_init() | Geert Uytterhoeven | 1 | -1/+1 |
| 2025-08-10 | regmap: mmio: Add missing MODULE_DESCRIPTION() | Luis Henriques | 1 | -0/+1 |
| 2025-08-09 | Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -9/+21 |
| 2025-08-01 | regmap: irq: Avoid lockdep warnings with nested regmap-irq chips | Mark Brown | 1 | -1/+10 |
| 2025-08-01 | regmap: irq: Free the regmap-irq mutex | Mark Brown | 1 | -8/+11 |
| 2025-07-28 | Merge tag 'regmap-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2 | -11/+1 |
| 2025-07-04 | regmap: get rid of redundant debugfs_file_{get,put}() | Al Viro | 1 | -10/+0 |
| 2025-06-29 | regmap: fix potential memory leak of regmap_bus | Abdun Nihaal | 1 | -0/+2 |
| 2025-06-08 | regmap: kunit: Constify regmap_range_cfg array | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-05-22 | regmap: irq: Add support for chips without separate IRQ status | Mathieu Dubois-Briand | 1 | -31/+68 |
| 2025-05-21 | regmap-irq: Use dedicated interrupt wake setters | Andy Shevchenko | 1 | -2/+2 |
| 2025-05-20 | regmap: Move selecting for REGMAP_MDIO and REGMAP_IRQ | Andrew Davis | 1 | -2/+2 |
| 2025-04-30 | regcache: Use sort()'s default swap() implementation | Thorsten Blum | 1 | -12/+1 |
| 2025-03-29 | Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2 | -7/+7 |
| 2025-02-27 | regcache: Add support for sorting defaults arrays | Charles Keepax | 1 | -0/+31 |
| 2025-02-06 | regmap: irq: Use one way of setting all bits in the register | Andy Shevchenko | 1 | -1/+1 |
| 2025-02-05 | regmap-irq: Add missing kfree() | Jiasheng Jiang | 1 | -0/+2 |
| 2025-02-03 | regmap: Reorder 'struct regmap' | Christophe JAILLET | 1 | -6/+6 |
| 2025-01-07 | Expand SoundWire MBQ register map support | Mark Brown | 1 | -22/+197 |
| 2025-01-07 | regmap: sdw-mbq: Add support for SDCA deferred controls | Charles Keepax | 1 | -14/+115 |
| 2025-01-07 | regmap: sdw-mbq: Add support for further MBQ register sizes | Charles Keepax | 1 | -20/+94 |
| 2024-12-11 | regmap: regmap_multi_reg_read(): make register list const | Richard Fitzgerald | 1 | -2/+2 |
| 2024-12-09 | regmap: Merge up v6.12-rc2 | Mark Brown | 1 | -2/+14 |
| 2024-12-02 | regmap: Cleanup and microoptimization | Mark Brown | 2 | -6/+5 |
| 2024-12-02 | regmap: cache: rbtree: use krealloc_array() to replace krealloc() | Andy Shevchenko | 1 | -6/+4 |
| 2024-12-02 | regmap: cache: mapple: use kmalloc_array() to replace kmalloc() | Andy Shevchenko | 1 | -4/+3 |
| 2024-12-02 | regmap: place foo / 8 and foo % 8 closer to each other | Andy Shevchenko | 1 | -2/+2 |
| 2024-12-02 | regmap: Use BITS_TO_BYTES() | Andy Shevchenko | 1 | -4/+3 |
| 2024-12-02 | regmap: cache: Use BITS_TO_BYTES() | Andy Shevchenko | 1 | -1/+1 |
| 2024-12-02 | regmap: detach regmap from dev on regmap_exit | Cosmin Tanislav | 1 | -0/+12 |
| 2024-12-02 | regmap: Use correct format specifier for logging range errors | Mark Brown | 1 | -2/+2 |
| 2024-11-01 | regmap: irq: Set lockdep class for hierarchical IRQ domains | Andy Shevchenko | 1 | -0/+4 |
| 2024-10-31 | regmap: maple: Provide lockdep (sub)class for maple tree's internal lock | Cristian Ciocaltea | 3 | -0/+5 |
| 2024-10-29 | regmap: kunit: Fix repeated test param | Cheng-Cheng Lo | 1 | -1/+1 |
| 2024-10-29 | regmap: Merge up fixes from v6.12-rc3 | Mark Brown | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-30 | regmap: Specifically test writing 0 as a value to sparse caches | Mark Brown | 1 | -0/+43 |
| 2024-09-30 | regmap-irq: Consistently use memset32() in regmap_irq_thread() | Andy Shevchenko | 1 | -4/+1 |
| 2024-09-02 | regmap: kunit: Add coverage of spinlocked regmaps | Mark Brown | 1 | -1/+16 |
| 2024-08-28 | regcache: use map->alloc_flags also for allocating cache | Marek Szyprowski | 3 | -3/+3 |
| 2024-08-23 | regmap: Use locking during kunit tests | Mark Brown | 1 | -2/+0 |
| 2024-08-23 | regmap: Hold the regmap lock when allocating and freeing the cache | Mark Brown | 2 | -0/+5 |
| 2024-08-13 | regmap: Allow setting IRQ domain name suffix | Matti Vaittinen | 1 | -11/+26 |
| 2024-07-27 | Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+2 |
| 2024-07-22 | regmap: maple: work around gcc-14.1 false-positive warning | Arnd Bergmann | 1 | -1/+2 |
| 2024-07-15 | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -2/+1 |
| 2024-07-11 | regmap: kunit: Add test cases for regmap_multi_reg_(read,write}() | Guenter Roeck | 1 | -0/+73 |
| 2024-07-10 | regmap: Implement regmap_multi_reg_read() | Mark Brown | 1 | -35/+68 |
| 2024-07-10 | regmap: Implement regmap_multi_reg_read() | Guenter Roeck | 1 | -35/+68 |
| 2024-07-08 | regmap-irq: handle const struct regmap_irq_sub_irq_map | Thomas Weißschuh | 1 | -1/+1 |
| 2024-06-24 | regmap: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 8 | -0/+8 |
| 2024-06-14 | regmap-i2c: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-06-07 | regmap: Switch to use kmemdup_array() | Mark Brown | 3 | -11/+10 |
| 2024-06-07 | regmap: kunit: Use array_size() and sizeof(*ptr) consistently | Andy Shevchenko | 1 | -6/+6 |
| 2024-06-07 | regmap: maple: Switch to use kmemdup_array() | Andy Shevchenko | 1 | -7/+6 |
| 2024-06-07 | regmap: cache: Switch to use kmemdup_array() | Andy Shevchenko | 1 | -2/+2 |
| 2024-06-07 | regmap: cache: Use correct type of the rb_for_each() parameter | Andy Shevchenko | 1 | -1/+1 |
| 2024-06-07 | regmap: Switch to use kmemdup_array() | Andy Shevchenko | 1 | -1/+1 |
| 2024-06-05 | regmap: spi: Fix potential off-by-one when calculating reserved size | Andy Shevchenko | 1 | -2/+1 |
| 2024-06-03 | regmap: Merge up fixes | Mark Brown | 1 | -1/+2 |
| 2024-05-31 | regmap: kunit: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-05-27 | regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap() | Richard Fitzgerald | 1 | -27/+45 |
| 2024-05-27 | regmap-i2c: Subtract reg size from max_write | Jim Wylder | 1 | -1/+2 |
| 2024-05-23 | Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+8 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -9/+9 |
| 2024-05-17 | regmap: kunit: Fix array overflow in stride() test | Richard Fitzgerald | 1 | -1/+8 |
| 2024-04-15 | regmap: kunit: Fix an NULL vs IS_ERR() check | Dan Carpenter | 1 | -3/+3 |
| 2024-04-10 | regmap: spi: Add missing MODULE_DESCRIPTION() | Andy Shevchenko | 1 | -0/+1 |
| 2024-04-10 | regmap: Drop capitalisation in MODULE_DESCRIPTION() | Andy Shevchenko | 4 | -4/+4 |
| 2024-04-09 | regmap: kunit: Add some test cases and a few small | Mark Brown | 6 | -254/+803 |
| 2024-04-08 | regmap: kunit: Add test cases for regmap_read_bypassed() | Richard Fitzgerald | 1 | -0/+131 |
| 2024-04-08 | regmap: kunit: Add cache-drop test with multiple cache blocks | Richard Fitzgerald | 1 | -0/+103 |
| 2024-04-08 | regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc | Richard Fitzgerald | 1 | -3/+1 |
| 2024-04-08 | regmap: kunit: Use a KUnit action to call regmap_exit() | Richard Fitzgerald | 1 | -55/+7 |
| 2024-04-08 | regmap: kunit: Add more cache-sync tests | Richard Fitzgerald | 1 | -4/+122 |
| 2024-04-08 | regmap: kunit: Add more cache-drop tests | Richard Fitzgerald | 1 | -0/+135 |
| 2024-04-08 | regmap: kunit: Run non-sparse cache tests at non-zero register addresses | Richard Fitzgerald | 1 | -29/+57 |
| 2024-04-08 | regmap: kunit: Run sparse cache tests at non-zero register addresses | Richard Fitzgerald | 1 | -22/+45 |
| 2024-04-08 | regmap: kunit: Introduce struct for test case parameters | Richard Fitzgerald | 1 | -116/+95 |
| 2024-04-08 | regmap: kunit: Create a struct device for the regmap | Richard Fitzgerald | 4 | -42/+87 |
| 2024-04-08 | regmap: kunit: Fix warnings of implicit casts to __le16 and __be16 | Richard Fitzgerald | 1 | -7/+7 |
| 2024-04-08 | regmap: Add regmap_read_bypassed() | Richard Fitzgerald | 1 | -0/+37 |
| 2024-03-29 | regmap: maple: Fix uninitialized symbol 'ret' warnings | Richard Fitzgerald | 1 | -2/+2 |
| 2024-03-27 | regmap: maple: Fix cache corruption in regcache_maple_drop() | Richard Fitzgerald | 1 | -1/+1 |
| 2024-03-25 | regmap: maple: Remove second semicolon | Colin Ian King | 1 | -1/+1 |
| 2024-03-13 | Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 5 | -6/+77 |
| 2024-02-26 | regmap: kunit: Add a test for ranges in combination with windows | Mark Brown | 1 | -0/+66 |
| 2024-02-12 | regmap: kunit: Ensure that changed bytes are actually different | Mark Brown | 1 | -16/+38 |
| 2024-02-07 | regmap: kunit: fix raw noinc write test wrapping | Ben Wolsieffer | 1 | -1/+2 |
| 2024-02-05 | regmap: rework ->max_register handling | Jan Dakinevich | 4 | -6/+11 |
| 2024-01-09 | Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 5 | -11/+83 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -4/+4 |
| 2023-12-20 | regmap: fix kcalloc() arguments order | Dmitry Antipov | 2 | -4/+4 |
| 2023-12-04 | regmap: fix bogus error on regcache_sync success | Matthias Reichl | 1 | -2/+1 |
| 2023-11-21 | regmap: fix regmap_noinc_write() description | Hugo Villeneuve | 1 | -1/+1 |
| 2023-11-13 | regmap: kunit: add noinc write test | Ben Wolsieffer | 1 | -0/+60 |
| 2023-11-13 | regmap: ram: support noinc semantics | Ben Wolsieffer | 2 | -6/+18 |
| 2023-11-07 | Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -7/+9 |
| 2023-11-01 | regmap: prevent noinc writes from clobbering cache | Ben Wolsieffer | 1 | -7/+9 |
| 2023-10-30 | regmap: Merge up fix for window/paging issue | Mark Brown | 3 | -2/+33 |
| 2023-10-26 | regmap: Ensure range selector registers are updated after cache sync | Mark Brown | 1 | -0/+30 |
| 2023-10-26 | regmap: kunit: Add test for cache sync interaction with ranges | Mark Brown | 1 | -2/+64 |
| 2023-10-26 | regmap: kunit: Fix marking of the range window as volatile | Mark Brown | 1 | -1/+1 |
| 2023-10-09 | regmap: fix NULL deref on lookup | Johan Hovold | 1 | -1/+1 |
| 2023-09-22 | regmap: rbtree: Fix wrong register marked as in-cache when creating new node | Richard Fitzgerald | 1 | -1/+2 |
| 2023-09-11 | regmap: debugfs: Fix a erroneous check after snprintf() | Christophe JAILLET | 1 | -1/+1 |
| 2023-07-23 | regmap: Fix the type used for a bitmap pointer | Christophe JAILLET | 1 | -1/+1 |
| 2023-07-23 | regmap: Merge up fixes from mainline | Mark Brown | 7 | -13/+17 |
| 2023-07-21 | regmap: Remove dynamic allocation warnings for rbtree and maple | Mark Brown | 1 | -9/+0 |
| 2023-07-21 | regmap: rbtree: Use alloc_flags for memory allocations | Dan Carpenter | 1 | -5/+5 |
| 2023-07-20 | regmap: maple: Use alloc_flags for memory allocations | Guenter Roeck | 1 | -8/+8 |
| 2023-07-20 | regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches | Guenter Roeck | 1 | -0/+9 |
| 2023-07-20 | regmap: Disable locking for RBTREE and MAPLE unit tests | Guenter Roeck | 1 | -0/+5 |
| 2023-07-19 | regcache: Push async I/O request down into the rbtree cache | Mark Brown | 2 | -3/+4 |
| 2023-07-18 | regmap: Provide test for regcache_reg_present() | Mark Brown | 1 | -0/+40 |
| 2023-07-18 | regmap: Let users check if a register is cached | Mark Brown | 1 | -0/+23 |
| 2023-07-17 | regmap: Account for register length in SMBus I/O limits | Mark Brown | 1 | -4/+4 |
| 2023-07-17 | regmap: Drop initial version of maximum transfer length fixes | Mark Brown | 2 | -5/+3 |
| 2023-07-13 | regmap: Provide user selectable option to enable regmap | Mark Brown | 1 | -1/+11 |
| 2023-07-12 | regmap-irq: Fix out-of-bounds access when allocating config buffers | Isaac J. Manjarres | 1 | -1/+1 |
| 2023-07-09 | regmap: mmio: Remove unused 64-bit support code | Andy Shevchenko | 1 | -24/+0 |
| 2023-07-09 | regmap: cache: Revert "Add 64-bit mode support" | Andy Shevchenko | 1 | -15/+0 |
| 2023-07-09 | regmap: Revert "add 64-bit mode support" and Co. | Andy Shevchenko | 1 | -122/+0 |
| 2023-06-28 | Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 10 | -259/+808 |
| 2023-06-20 | regmap: spi-avmm: Fix regmap_bus max_raw_write | Russ Weight | 1 | -1/+1 |
| 2023-06-19 | regmap: Allow reads from write only registers with the flat cache | Mark Brown | 1 | -3/+12 |
| 2023-06-16 | regmap: Drop early readability check | Mark Brown | 1 | -3/+3 |
| 2023-06-14 | regmap: Add KUnit tests for read/write checking | Mark Brown | 1 | -0/+115 |
| 2023-06-14 | regmap: Check for register readability before checking cache during read | Mark Brown | 1 | -3/+3 |
| 2023-06-14 | regmap: Add test to make sure we don't sync to read only registers | Mark Brown | 1 | -0/+42 |
| 2023-06-14 | regmap: Add a test case for write only registers | Mark Brown | 1 | -0/+32 |
| 2023-06-14 | regmap: Add test that writes to write only registers are prevented | Mark Brown | 1 | -0/+41 |
| 2023-06-13 | regmap: Add debugfs file for forcing field writes | Waqar Hameed | 3 | -1/+15 |
| 2023-06-13 | regmap: regcache: Don't sync read-only registers | Takashi Iwai | 1 | -0/+3 |
| 2023-06-12 | regmap: Provide basic test coverage for raw I/O | Mark Brown | 4 | -1/+469 |
| 2023-06-12 | regmap: Don't check for changes in regcache_set_val() | Mark Brown | 2 | -7/+3 |
| 2023-06-12 | regmap: maple: Implement block sync for the maple tree cache | Mark Brown | 3 | -8/+80 |
| 2023-06-12 | regmap: Merge up v6.4-rc6 | Mark Brown | 4 | -6/+22 |
| 2023-06-12 | regmap: Provide basic KUnit coverage for the raw register I/O | Mark Brown | 1 | -0/+327 |
| 2023-06-12 | regmap: Provide a ram backed regmap with raw support | Mark Brown | 3 | -1/+142 |
| 2023-06-01 | regmap: Add missing cache_only checks | Charles Keepax | 1 | -10/+16 |
| 2023-06-01 | regmap: regmap-irq: Move handle_post_irq to before pm_runtime_put | Charles Keepax | 1 | -3/+3 |
| 2023-05-24 | regmap: Load register defaults in blocks rather than register by register | Mark Brown | 1 | -6/+52 |
| 2023-05-24 | regmap: maple: Drop the RCU read lock while syncing registers | Mark Brown | 1 | -1/+4 |
| 2023-05-24 | regmap: sdw: check for invalid multi-register writes config | Srinivas Kandagatla | 1 | -0/+4 |
| 2023-05-18 | regmap: Account for register length when chunking | Jim Wylder | 1 | -2/+4 |
| 2023-05-12 | regmap-irq: Cleanups and remove unused | Mark Brown | 1 | -175/+47 |
| 2023-05-12 | regmap: mmio: Allow passing an empty config->reg_stride | Maxime Chevallier | 1 | -1/+1 |
| 2023-05-12 | regmap-irq: Drop backward compatibility for inverted mask/unmask | Aidan MacDonald | 1 | -33/+11 |