Re: [PATCH] pinctrl: sx150x: Use maple tree register cache

From: Linus Walleij
Date: Tue Oct 01 2024 - 10:32:20 EST


On Tue, Sep 24, 2024 at 5:39 PM Mark Brown <broonie@xxxxxxxxxx> wrote:

> The sx150x driver uses a rbtree register cache with no obvious reason for
> specifically preferring it. The maple tree register cache is based on a
> more modern data structure and makes implementation decisions more suitable
> for modern systems so let's switch the driver to use that. No functional
> change.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>

Patch applied!

Yours,
Linus Walleij