summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-10-30regmap: Merge up fix for window/paging issueMark Brown
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown
2023-10-09regmap: fix NULL deref on lookupJohan Hovold
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown
2023-07-18regmap: Let users check if a register is cachedMark Brown
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres
2023-07-09regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown
2023-06-16regmap: Drop early readability checkMark Brown
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown
2023-06-14regmap: Check for register readability before checking cache during readMark Brown
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown
2023-06-14regmap: Add a test case for write only registersMark Brown
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown
2023-06-12regmap: Merge up v6.4-rc6Mark Brown
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown