Re: [PATCH] ASoC: fsl: Use maple tree register cache

2024-09-30 Thread Mark Brown
On Tue, 24 Sep 2024 15:58:42 +0200, Mark Brown wrote: > 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 drive

Re: [PATCH] ASoC: fsl: Use maple tree register cache

2024-09-25 Thread Daniel Baluta
On Tue, Sep 24, 2024 at 4:59 PM Mark Brown wrote: > > 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 driver

Re: [PATCH] ASoC: fsl: Use maple tree register cache

2024-09-24 Thread Fabio Estevam
On Tue, Sep 24, 2024 at 10:58 AM Mark Brown wrote: > > 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 Typo: using. Reviewed-by: Fabio Estevam

[PATCH] ASoC: fsl: Use maple tree register cache

2024-09-24 Thread Mark Brown
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