Re: [PATCH 10/18] mfd: wolfson: convert to use maple tree register cache
From: Charles Keepax
Date: Tue Feb 06 2024 - 05:05:05 EST
On Tue, Feb 06, 2024 at 02:13:06AM -0500, Bo Liu wrote:
> 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@xxxxxxxxxx>
> ---
> drivers/mfd/wm5102-tables.c | 2 +-
> drivers/mfd/wm5110-tables.c | 2 +-
> drivers/mfd/wm8350-regmap.c | 2 +-
> drivers/mfd/wm8400-core.c | 2 +-
> drivers/mfd/wm97xx-core.c | 6 +++---
> 5 files changed, 7 insertions(+), 7 deletions(-)
The change looks good, but whilst it won't cause any problems, it
seems a bit weird not to convert wm8997, wm8998 and cs47l24.
These are part of the same driver as wm5102 and wm5110.
Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
Thanks,
Charles