summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2024-05-27regmap-i2c: Subtract reg size from max_writeJim Wylder
2024-05-23Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-17regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter
2024-04-10regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko
2024-04-10regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald
2024-03-25regmap: maple: Remove second semicolonColin Ian King
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer
2024-02-05regmap: rework ->max_register handlingJan Dakinevich
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