13 Jun
2023
13 Jun
'23
7:25 p.m.
On Sat, Jun 10, 2023 at 02:56:24PM +0100, Mark Brown wrote:
The cs35l35 can only support single register read and write operations so does not benefit from block writes. This means it gets no benefit from using the rbtree register cache over the maple tree register cache so convert it to use maple trees instead, it is more modern.
Signed-off-by: Mark Brown broonie@kernel.org
A little late to the party, but for what it is worth on this cs35l35 one:
Tested-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles