commit | 0be6e82e78c31669f3ef889803ffdbc20cfe883f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:01:39 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:03:55 2023 +0200 |
tree | c44394f89f44bf2af550077ba1d1332c019ab001 | |
parent | cfefd6e9e851da1de5f29d072467a3b00906d3d8 [diff] |
clk: si5341: 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>