aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-maple.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-02regmap: cache: mapple: use kmalloc_array() to replace kmalloc()Andy Shevchenko1-4/+3
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea1-0/+3
2024-08-28regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski1-1/+1
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-06-07regmap: maple: Switch to use kmemdup_array()Andy Shevchenko1-7/+6
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown1-3/+3
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-03-25regmap: maple: Remove second semicolonColin Ian King1-1/+1
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck1-8/+8
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown1-6/+76
2023-06-12regmap: Merge up v6.4-rc6Mark Brown1-1/+4
2023-05-24regmap: Load register defaults in blocks rather than register by registerMark Brown1-6/+52
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown1-1/+4
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown1-2/+2
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown1-2/+3
2023-04-03regmap: Add maple tree based register cacheMark Brown1-0/+278