summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-maple.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck2023-07-201-8/+8
* regmap: maple: Implement block sync for the maple tree cacheMark Brown2023-06-121-6/+76
* regmap: Merge up v6.4-rc6Mark Brown2023-06-121-1/+4
|\
| * regmap: maple: Drop the RCU read lock while syncing registersMark Brown2023-05-241-1/+4
* | regmap: Load register defaults in blocks rather than register by registerMark Brown2023-05-241-6/+52
|/
* regmap: Use mas_walk() instead of mas_find()Mark Brown2023-04-051-2/+2
* regmap: Fix double unlock in the maple cacheMark Brown2023-04-041-2/+3
* regmap: Add maple tree based register cacheMark Brown2023-04-031-0/+278