mfd: wolfson: Convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Tue, 6 Feb 2024 07:13:06 +0000 (02:13 -0500)
committerLee Jones <lee@kernel.org>
Fri, 23 Feb 2024 14:58:04 +0000 (14:58 +0000)
commit9261cd047326afcda6b942c77c16c6b4c8fb0489
tree7cc6b7e4f64a4dda262f71195bd79c8fbb206a4d
parentbaaa1b8e7d84d9b5399d8e75f6c9241465869c0e
mfd: wolfson: Convert to use maple tree register cache

The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240206071314.8721-11-liubo03@inspur.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/wm5102-tables.c
drivers/mfd/wm5110-tables.c
drivers/mfd/wm8350-regmap.c
drivers/mfd/wm8400-core.c
drivers/mfd/wm97xx-core.c