regulator: rpi-panel-attiny: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Wed, 20 Mar 2024 08:57:40 +0000 (04:57 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2024 00:48:27 +0000 (00:48 +0000)
commitab470abe58c09b2fbe2c1478e67a904fd803e84f
treecc7828fc80c236da325c1f1da7c57f07d5fc10c4
parentfe258f54c0a85c1bfc0e836e20c3e4e52f1a8318
regulator: rpi-panel-attiny: 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: Bo Liu <liubo03@inspur.com>
Link: https://msgid.link/r/20240320085740.4604-14-liubo03@inspur.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rpi-panel-attiny-regulator.c