| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | -13/+85 |
| 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 | -8/+20 |
| 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 |
| 2023-05-12 | regmap-irq: Minor adjustments to .handle_mask_sync() | Aidan MacDonald | 1 | -34/+31 |
| 2023-05-12 | regmap-irq: Remove support for not_fixed_stride | Aidan MacDonald | 1 | -40/+3 |
| 2023-05-12 | regmap-irq: Remove type registers | Aidan MacDonald | 1 | -74/+8 |
| 2023-05-11 | regmap-irq: Remove virtual registers | Aidan MacDonald | 1 | -48/+0 |
| 2023-05-08 | regmap: REGMAP_KUNIT should not select REGMAP | Geert Uytterhoeven | 1 | -3/+10 |
| 2023-05-08 | regmap-irq: Drop map from handle_mask_sync() parameters | William Breathitt Gray | 1 | -3/+2 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
| 2023-04-07 | regmap: allow upshifting register addresses before performing operations | Maxime Chevallier | 2 | -3/+9 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -4/+4 |
| 2023-04-05 | Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers | Mark Brown | 1 | -3/+5 |
| 2023-04-05 | regmap: Pass irq_drv_data as a parameter for set_type_config() | William Breathitt Gray | 1 | -3/+5 |
| 2023-04-05 | regmap: Use mas_walk() instead of mas_find() | Mark Brown | 1 | -2/+2 |
| 2023-04-04 | regmap: Fix double unlock in the maple cache | Mark Brown | 1 | -2/+3 |
| 2023-04-03 | regmap: Add maple tree based register cache | Mark Brown | 5 | -1/+284 |
| 2023-04-03 | regmap: Factor out single value register syncing | Mark Brown | 2 | -14/+27 |
| 2023-03-30 | regmap: Add some basic kunit tests | Mark Brown | 3 | -0/+744 |
| 2023-03-30 | regmap: Add RAM backed register map | Mark Brown | 4 | -0/+108 |
| 2023-03-29 | regmap: Removed compressed cache support | Mark Brown | 5 | -378/+0 |
| 2023-03-27 | regmap: Support paging for buses with reg_read()/reg_write() | Mark Brown | 1 | -0/+18 |
| 2023-03-27 | regmap: Clarify error for unknown cache types | Mark Brown | 1 | -1/+1 |
| 2023-03-27 | regmap: Handle sparse caches in the default sync | Mark Brown | 1 | -0/+2 |
| 2023-03-24 | Introduce a helper to translate register addresses | Mark Brown | 1 | -14/+13 |
| 2023-03-24 | regmap: add a helper to translate the register address | Maxime Chevallier | 1 | -14/+13 |
| 2023-03-13 | regmap: cache: Silence checkpatch warning | Alexander Stein | 1 | -1/+1 |
| 2023-03-13 | regmap: cache: Return error in cache sync operations for REGCACHE_NONE | Alexander Stein | 1 | -0/+6 |
| 2023-03-06 | regmap: Add support for devices with no interrupt readback | Mark Brown | 1 | -7/+15 |
| 2023-03-05 | regmap-irq: Add no_status support | William Breathitt Gray | 1 | -7/+15 |
| 2023-03-05 | regmap: sdw: Remove 8-bit value size restriction | Lucas Tanure | 1 | -15/+24 |
| 2023-03-05 | regmap: sdw: Update misleading comment | Charles Keepax | 1 | -1/+1 |
| 2023-02-17 | Merge remote-tracking branch 'regmap/for-6.3' into regmap-next | Mark Brown | 2 | -41/+25 |
| 2023-02-17 | regmap-irq: Remove unused mask_invert flag | Aidan MacDonald | 1 | -14/+0 |
| 2023-02-17 | regmap-irq: Remove unused type_invert flag | Aidan MacDonald | 1 | -9/+2 |
| 2023-01-31 | regmap: apply reg_base and reg_downshift for single register ops | Daniel Golle | 1 | -0/+6 |
| 2023-01-16 | regmap: Rework regmap_mdio_c45_{read|write} for new C45 API. | Andrew Lunn | 1 | -18/+23 |
| 2022-12-12 | regmap: Merge fix for where we get the number of registers from | Mark Brown | 1 | -4/+11 |
| 2022-12-09 | regmap-irq: Add handle_mask_sync() callback | William Breathitt Gray | 1 | -13/+31 |
| 2022-11-25 | fsi: Add regmap and refactor sbefifo | Mark Brown | 3 | -1/+237 |
| 2022-11-25 | regmap: Add FSI bus support | Eddie James | 3 | -1/+237 |
| 2022-11-22 | regmap: add regmap_might_sleep() | Michael Walle | 1 | -0/+13 |
| 2022-11-09 | regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode | Yassine Oudjana | 1 | -4/+11 |
| 2022-10-04 | Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 4 | -103/+428 |
| 2022-09-22 | regmap: mmio: replace return 0 with break in switch statement | Colin Ian King | 1 | -1/+1 |
| 2022-09-07 | regmap: spi-avmm: Use swabXX_array() helpers | Andy Shevchenko | 1 | -10/+4 |
| 2022-09-07 | regmap: mmio: Use swabXX_array() helpers | Andy Shevchenko | 1 | -16/+4 |
| 2022-09-05 | regmap: trace: Remove unneeded blank lines | Andy Shevchenko | 1 | -8/+0 |
| 2022-09-05 | regmap: trace: Remove explicit castings | Andy Shevchenko | 1 | -12/+5 |
| 2022-09-05 | regmap: trace: Remove useless check for NULL for bulk ops | Andy Shevchenko | 1 | -2/+1 |
| 2022-09-01 | regmap: mmio: Fix rebase error | Linus Walleij | 1 | -3/+0 |