commit | d4cfcd32a1feb897dc326cb96c071bdded450f13 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:02:36 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:03:57 2023 +0200 |
tree | c564771d035c9441e8218d8ffd5dc1710cb87a5e | |
parent | a308502005dfb9a706522bd542786c0dba310d56 [diff] |
clk: si570: 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>