summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-6/+77
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown1-0/+66
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer1-1/+2
2024-02-05regmap: rework ->max_register handlingJan Dakinevich4-6/+11
2024-01-10Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-13/+85
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-4/+4
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov2-4/+4
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-22regmap: fix regmap_noinc_write() descriptionHugo Villeneuve1-1/+1
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer1-0/+60
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer2-8/+20
2023-11-08Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-10-30regmap: Merge up fix for window/paging issueMark Brown3-2/+33
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown1-1/+1
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-07-24regmap: Fix the type used for a bitmap pointerChristophe JAILLET1-1/+1
2023-07-24regmap: Merge up fixes from mainlineMark Brown7-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown1-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck1-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck1-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck1-0/+5
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown2-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown1-0/+40
2023-07-18regmap: Let users check if a register is cachedMark Brown1-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown1-1/+11
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres1-1/+1
2023-07-10regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko1-24/+0
2023-07-10regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko1-15/+0
2023-07-10regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko1-122/+0
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds10-259/+808
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown1-3/+12
2023-06-16regmap: Drop early readability checkMark Brown1-3/+3
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown1-0/+115
2023-06-14regmap: Check for register readability before checking cache during readMark Brown1-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown1-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown1-0/+41