gpio: fx6408: Convert to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Fri, 29 Sep 2023 14:11:24 +0000 (16:11 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 2 Oct 2023 06:58:01 +0000 (08:58 +0200)
commit46d0825104b8e62ea5b3f0f749e656ecfdcc20da
treeefb4aef8c65784c30ab1c3ea6595260868649363
parentbad66884acb55e2419b8fdc56ae902d3bfc0c2e3
gpio: fx6408: 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: Mark Brown <broonie@kernel.org>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-fxl6408.c