aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentGravatar Mark Brown 1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingGravatar Ben Wolsieffer 1-1/+2
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 5-13/+85
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+4
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-4/+4
2023-12-20regmap: fix kcalloc() arguments orderGravatar Dmitry Antipov 2-4/+4
2023-12-04regmap: fix bogus error on regcache_sync successGravatar Matthias Reichl 1-2/+1
2023-11-21regmap: fix regmap_noinc_write() descriptionGravatar Hugo Villeneuve 1-1/+1
2023-11-13regmap: kunit: add noinc write testGravatar Ben Wolsieffer 1-0/+60
2023-11-13regmap: ram: support noinc semanticsGravatar Ben Wolsieffer 2-8/+20
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheGravatar Ben Wolsieffer 1-7/+9
2023-10-30regmap: Merge up fix for window/paging issueGravatar Mark Brown 3-2/+33
2023-10-26regmap: Ensure range selector registers are updated after cache syncGravatar Mark Brown 1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesGravatar Mark Brown 1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileGravatar Mark Brown 1-1/+1
2023-10-09regmap: fix NULL deref on lookupGravatar Johan Hovold 1-1/+1
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeGravatar Richard Fitzgerald 1-1/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Gravatar Christophe JAILLET 1-1/+1
2023-07-23regmap: Fix the type used for a bitmap pointerGravatar Christophe JAILLET 1-1/+1
2023-07-23regmap: Merge up fixes from mainlineGravatar Mark Brown 7-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleGravatar Mark Brown 1-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsGravatar Dan Carpenter 1-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGravatar Guenter Roeck 1-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGravatar Guenter Roeck 1-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGravatar Guenter Roeck 1-0/+5
2023-07-19regcache: Push async I/O request down into the rbtree cacheGravatar Mark Brown 2-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Gravatar Mark Brown 1-0/+40
2023-07-18regmap: Let users check if a register is cachedGravatar Mark Brown 1-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsGravatar Mark Brown 1-4/+4
2023-07-17regmap: Drop initial version of maximum transfer length fixesGravatar Mark Brown 2-5/+3
2023-07-13regmap: Provide user selectable option to enable regmapGravatar Mark Brown 1-1/+11
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersGravatar Isaac J. Manjarres 1-1/+1
2023-07-09regmap: mmio: Remove unused 64-bit support codeGravatar Andy Shevchenko 1-24/+0
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Gravatar Andy Shevchenko 1-15/+0
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Gravatar Andy Shevchenko 1-122/+0
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 10-259/+808
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeGravatar Russ Weight 1-1/+1
2023-06-19regmap: Allow reads from write only registers with the flat cacheGravatar Mark Brown 1-3/+12
2023-06-16regmap: Drop early readability checkGravatar Mark Brown 1-3/+3
2023-06-14regmap: Add KUnit tests for read/write checkingGravatar Mark Brown 1-0/+115
2023-06-14regmap: Check for register readability before checking cache during readGravatar Mark Brown 1-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersGravatar Mark Brown 1-0/+42
2023-06-14regmap: Add a test case for write only registersGravatar Mark Brown 1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedGravatar Mark Brown 1-0/+41
2023-06-13regmap: Add debugfs file for forcing field writesGravatar Waqar Hameed 3-1/+15
2023-06-13regmap: regcache: Don't sync read-only registersGravatar Takashi Iwai 1-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OGravatar Mark Brown 4-1/+469
2023-06-12regmap: Don't check for changes in regcache_set_val()Gravatar Mark Brown 2-7/+3
2023-06-12regmap: maple: Implement block sync for the maple tree cacheGravatar Mark Brown 3-8/+80