commit | a308502005dfb9a706522bd542786c0dba310d56 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:02:17 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:03:56 2023 +0200 |
tree | 8f764ae6951a4de771786cac2e8b5abd6974b4b0 | |
parent | 5416a9ddf2967d9ecf0ba408225098d08725f48b [diff] |
clk: si544: 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>