mfd: tps65090: Convert to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Sun, 1 Oct 2023 10:27:49 +0000 (11:27 +0100)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:14 +0000 (10:02 +0000)
commit778eea25bff27b4cdc7c7f4e2c045e5c2008a924
treeb29266d9442cc454dfb4c2207301fc2aa99fcef9
parent6917c33322d14882b0e85fd338e203df7fbd3b1b
mfd: tps65090: 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>
Link: https://lore.kernel.org/r/20231001-mfd-ti-maple-v1-2-0657862de3f6@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/tps65090.c