commit | cfefd6e9e851da1de5f29d072467a3b00906d3d8 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:01:27 2023 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 29 11:03:54 2023 +0200 |
tree | 780cbef2779a1b22f26161f44d9c3bb567d8b621 | |
parent | 4e796d209802fb42b9b6017d0a4c2341f1782b80 [diff] |
clk: si514: 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>