commit | 01a6b2610525c1b95dae481c152c088b41786f30 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Sep 24 12:17:29 2024 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 24 12:17:29 2024 +0200 |
tree | 62ac49a98fffa62969fc2370f9cc285a15f8c51d | |
parent | b5e244560fdb406fcb5709b9a704f1663bc29d0d [diff] |
ASoC: fsl: Use maple tree register cache Several of the NXP drivers use regmaps with a rbtree register cache. Since the maple tree cache is uisng a generally more modern data structure which makes implementation choices more suitable for modern systems let's convert these drivers to it. This should have no practical impact. Signed-off-by: Mark Brown <broonie@kernel.org>