summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorLines
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald-0/+135
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald-29/+57
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald-22/+45
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald-116/+95
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald-42/+87
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald-7/+7
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald-0/+37
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald-1/+1
2024-03-25regmap: maple: Remove second semicolonColin Ian King-1/+1
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-6/+77
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown-0/+66
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer-1/+2
2024-02-05regmap: rework ->max_register handlingJan Dakinevich-6/+11
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-13/+85
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-4/+4
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov-4/+4
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl-2/+1
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve-1/+1
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer-0/+60
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer-8/+20
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer-7/+9
2023-10-30regmap: Merge up fix for window/paging issueMark Brown-2/+33
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown-1/+1
2023-10-09regmap: fix NULL deref on lookupJohan Hovold-1/+1
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald-1/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET-1/+1
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