summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: kunit: Ensure that changed bytes are actually differentMark Brown2024-02-121-16/+38
* regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer2024-02-071-1/+2
* Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2024-01-095-13/+85
|\
| * regmap: fix kcalloc() arguments orderDmitry Antipov2023-12-202-4/+4
| * regmap: fix regmap_noinc_write() descriptionHugo Villeneuve2023-11-211-1/+1
| * regmap: kunit: add noinc write testBen Wolsieffer2023-11-131-0/+60
| * regmap: ram: support noinc semanticsBen Wolsieffer2023-11-132-8/+20
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+4
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-4/+4
| |/
* / regmap: fix bogus error on regcache_sync successMatthias Reichl2023-12-041-2/+1
|/
* Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-071-7/+9
|\
| * regmap: prevent noinc writes from clobbering cacheBen Wolsieffer2023-11-011-7/+9
* | regmap: Merge up fix for window/paging issueMark Brown2023-10-303-2/+33
|\ \ | |/ |/|
| * regmap: Ensure range selector registers are updated after cache syncMark Brown2023-10-261-0/+30
| * regmap: fix NULL deref on lookupJohan Hovold2023-10-091-1/+1
| * regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald2023-09-221-1/+2
* | regmap: kunit: Add test for cache sync interaction with rangesMark Brown2023-10-261-2/+64
* | regmap: kunit: Fix marking of the range window as volatileMark Brown2023-10-261-1/+1
* | regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-111-1/+1
|/
* regmap: Fix the type used for a bitmap pointerChristophe JAILLET2023-07-231-1/+1
* regmap: Merge up fixes from mainlineMark Brown2023-07-237-13/+17
|\
| * regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck2023-07-201-0/+5
| * regcache: Push async I/O request down into the rbtree cacheMark Brown2023-07-192-3/+4
| * regmap: Account for register length in SMBus I/O limitsMark Brown2023-07-171-4/+4
| * regmap: Drop initial version of maximum transfer length fixesMark Brown2023-07-172-5/+3
| * regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres2023-07-121-1/+1
* | regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown2023-07-211-9/+0
* | regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter2023-07-211-5/+5
* | regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck2023-07-201-8/+8
* | regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck2023-07-201-0/+9
* | regmap: Provide test for regcache_reg_present()Mark Brown2023-07-181-0/+40
* | regmap: Let users check if a register is cachedMark Brown2023-07-181-0/+23
* | regmap: Provide user selectable option to enable regmapMark Brown2023-07-131-1/+11
* | regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko2023-07-091-24/+0
* | regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko2023-07-091-15/+0
* | regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko2023-07-091-122/+0
|/
* Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-06-2810-259/+808
|\
| * regmap: Allow reads from write only registers with the flat cacheMark Brown2023-06-191-3/+12
| * regmap: Drop early readability checkMark Brown2023-06-161-3/+3
| * regmap: Add KUnit tests for read/write checkingMark Brown2023-06-141-0/+115
| |\
| | * regmap: Add test to make sure we don't sync to read only registersMark Brown2023-06-141-0/+42
| | * regmap: Add a test case for write only registersMark Brown2023-06-141-0/+32
| | * regmap: Add test that writes to write only registers are preventedMark Brown2023-06-141-0/+41
| * | regmap: Check for register readability before checking cache during readMark Brown2023-06-141-3/+3
| |/
| * regmap: Add debugfs file for forcing field writesWaqar Hameed2023-06-133-1/+15
| * regmap: Provide basic test coverage for raw I/OMark Brown2023-06-124-1/+469
| |\
| | * regmap: Provide basic KUnit coverage for the raw register I/OMark Brown2023-06-121-0/+327
| | * regmap: Provide a ram backed regmap with raw supportMark Brown2023-06-123-1/+142
| * | regmap: Don't check for changes in regcache_set_val()Mark Brown2023-06-122-7/+3
| * | regmap: maple: Implement block sync for the maple tree cacheMark Brown2023-06-123-8/+80