summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck-0/+5
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown-0/+40
2023-07-18regmap: Let users check if a register is cachedMark Brown-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown-4/+4
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown-5/+3
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown-1/+11
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres-1/+1
2023-07-09regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko-24/+0
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko-15/+0
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko-122/+0
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-259/+808
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight-1/+1
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown-3/+12
2023-06-16regmap: Drop early readability checkMark Brown-3/+3
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown-0/+115
2023-06-14regmap: Check for register readability before checking cache during readMark Brown-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown-0/+41
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed-1/+15
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown-1/+469
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown-7/+3
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown-8/+80
2023-06-12regmap: Merge up v6.4-rc6Mark Brown-6/+22
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown-0/+327
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown-1/+142
2023-06-01regmap: Add missing cache_only checksCharles Keepax-10/+16
2023-06-01regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax-3/+3
2023-05-24regmap: Load register defaults in blocks rather than register by registerMark Brown-6/+52
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown-1/+4
2023-05-24regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla-0/+4
2023-05-18regmap: Account for register length when chunkingJim Wylder-2/+4
2023-05-12regmap-irq: Cleanups and remove unusedMark Brown-175/+47
2023-05-12regmap: mmio: Allow passing an empty config->reg_strideMaxime Chevallier-1/+1
2023-05-12regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald-33/+11
2023-05-12regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald-34/+31
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald-40/+3
2023-05-12regmap-irq: Remove type registersAidan MacDonald-74/+8
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald-48/+0
2023-05-08regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven-3/+10
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray-3/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4