[PATCH 00/17] ASoC: maxim: Convert to use maple tree caches

Mark Brown posted 17 patches 1 week, 4 days ago
sound/soc/codecs/max98088.c     | 2 +-
sound/soc/codecs/max98090.c     | 2 +-
sound/soc/codecs/max98095.c     | 2 +-
sound/soc/codecs/max98363.c     | 2 +-
sound/soc/codecs/max98371.c     | 2 +-
sound/soc/codecs/max98373-i2c.c | 2 +-
sound/soc/codecs/max98373-sdw.c | 2 +-
sound/soc/codecs/max98388.c     | 2 +-
sound/soc/codecs/max98390.c     | 2 +-
sound/soc/codecs/max98396.c     | 4 ++--
sound/soc/codecs/max9850.c      | 2 +-
sound/soc/codecs/max98504.c     | 2 +-
sound/soc/codecs/max98520.c     | 2 +-
sound/soc/codecs/max9860.c      | 2 +-
sound/soc/codecs/max9867.c      | 2 +-
sound/soc/codecs/max9877.c      | 2 +-
sound/soc/codecs/max98925.c     | 2 +-
sound/soc/codecs/max98926.c     | 2 +-
sound/soc/codecs/max98927.c     | 2 +-
19 files changed, 20 insertions(+), 20 deletions(-)
[PATCH 00/17] ASoC: maxim: Convert to use maple tree caches
Posted by Mark Brown 1 week, 4 days ago
A big batch of updates to convert the Maxim CODEC drivers to the more
modern maple tree register cache.

max9768 has been left as it has 2 bits of register address and therefore
is a good candiate for rbtree.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (17):
      ASoC: max98088: Use maple tree register cache
      ASoC: max98095: Use maple tree register cache
      ASoC: max98095: Use maple tree register cache
      ASoC: max98363: Use maple tree register cache
      ASoC: max98371: Use maple tree register cache
      ASoC: max98373: Use maple tree register cache
      ASoC: max98388: Use maple tree register cache
      ASoC: max98390: Use maple tree register cache
      ASoC: max98396: Use maple tree register cache
      ASoC: max98504: Use maple tree register cache
      ASoC: max98520: Use maple tree register cache
      ASoC: max9860: Use maple tree register cache
      ASoC: max9867: Use maple tree register cache
      ASoC: max9877: Use maple tree register cache
      ASoC: max98925: Use maple tree register cache
      ASoC: max98926: Use maple tree register cache
      ASoC: max98927: Use maple tree register cache

 sound/soc/codecs/max98088.c     | 2 +-
 sound/soc/codecs/max98090.c     | 2 +-
 sound/soc/codecs/max98095.c     | 2 +-
 sound/soc/codecs/max98363.c     | 2 +-
 sound/soc/codecs/max98371.c     | 2 +-
 sound/soc/codecs/max98373-i2c.c | 2 +-
 sound/soc/codecs/max98373-sdw.c | 2 +-
 sound/soc/codecs/max98388.c     | 2 +-
 sound/soc/codecs/max98390.c     | 2 +-
 sound/soc/codecs/max98396.c     | 4 ++--
 sound/soc/codecs/max9850.c      | 2 +-
 sound/soc/codecs/max98504.c     | 2 +-
 sound/soc/codecs/max98520.c     | 2 +-
 sound/soc/codecs/max9860.c      | 2 +-
 sound/soc/codecs/max9867.c      | 2 +-
 sound/soc/codecs/max9877.c      | 2 +-
 sound/soc/codecs/max98925.c     | 2 +-
 sound/soc/codecs/max98926.c     | 2 +-
 sound/soc/codecs/max98927.c     | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)
---
base-commit: 8e929cb546ee42c9a61d24fae60605e9e3192354
change-id: 20241111-asoc-maxim-maple-a34f5763e8a9

Best regards,
-- 
Mark Brown <broonie@kernel.org>