commit | 9982a5e0afbbd30ee49709cf3a20d943b5f901a5 | [log] [tgz] |
---|---|---|
author | Bo Liu <liubo03@inspur.com> | Tue Feb 06 02:13:11 2024 -0500 |
committer | Lee Jones <lee@kernel.org> | Fri Feb 23 14:58:05 2024 +0000 |
tree | 1b24f74d8dc7e755438cb96dca8342070b6076c9 | |
parent | 5db47ad8aeb9055f86e518d3453d1ecd5d9b2798 [diff] |
mfd: si476x: 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: Bo Liu <liubo03@inspur.com> Link: https://lore.kernel.org/r/20240206071314.8721-16-liubo03@inspur.com Signed-off-by: Lee Jones <lee@kernel.org>