regulator: pf9453: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Thu, 24 Apr 2025 01:08:55 +0000 (21:08 -0400)
committerMark Brown <broonie@kernel.org>
Thu, 24 Apr 2025 11:56:29 +0000 (12:56 +0100)
commit5410aa3aa7f7dfcbdfcf94034595765d7e69ead3
treeec29586f6cf6b2827f0d3bedbcd4f7af9d6781b3
parent382d4ee4455234b498f201c00bfc120dc38b78c3
regulator: pf9453: 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://patch.msgid.link/20250424010855.2662-1-liubo03@inspur.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pf9453-regulator.c