mfd: wcd934x: Update to use maple tree register cache
authorMark Brown <broonie@kernel.org>
Tue, 12 Sep 2023 11:36:46 +0000 (12:36 +0100)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:11 +0000 (10:02 +0000)
commita50afa310d6a4c765a1787742b206eb149bb1d12
tree995273cc74d9aad9a50f5d6f1a0e65e2dd9ff674
parenta8e498368d75230988860e818b6e565ad70a2c66
mfd: wcd934x: Update 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. In
v6.5 it has also acquired the ability to generate multi-register writes in
sync operations, bringing performance up to parity with the rbtree cache
there.

Update the wcd934x to use the more modern data structure.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230912-mfd-wcd934x-maple-v2-1-292a154113e3@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/wcd934x.c