commit | 5eb55d89a92036afad839e2f88b940890c76b4bb | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Sep 24 13:21:18 2024 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 24 13:21:18 2024 +0200 |
tree | aec862f713fd07d6bcd3564d133105a90f68d564 | |
parent | 6bfd3c3957084d8da66b7b3c18755ab711e515ab [diff] |
pinctrl: sx150x: Use maple tree register cache The sx150x driver uses a rbtree register cache with no obvious reason for specifically preferring it. The maple tree register cache is based on a more modern data structure and makes implementation decisions more suitable for modern systems so let's switch the driver to use that. No functional change. Signed-off-by: Mark Brown <broonie@kernel.org>