Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ASoC: Use maple tree for Cirrus Logic devices
@ 2023-06-10 13:56 Mark Brown
  2023-06-10 13:56 ` [PATCH 01/10] ASoC: cs35l32: Use maple tree register cache Mark Brown
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Mark Brown @ 2023-06-10 13:56 UTC (permalink / raw)
  To: James Schulman, David Rhodes, Richard Fitzgerald, Liam Girdwood,
	Martin Povišer
  Cc: alsa-devel, patches, asahi, Mark Brown

A lot of the Cirrus Logic devices only support single register
read/write operations so they get no benefit from using the rbtree cache
over the more modern maple tree cache, convert them to use maple tree.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (10):
      ASoC: cs35l32: Use maple tree register cache
      ASoC: cs35l33: Use maple tree register cache
      ASoC: cs35l34: Use maple tree register cache
      ASoC: cs35l35: Use maple tree register cache
      ASoC: cs4234: Use maple tree register cache
      ASoC: cs42l42: Use maple tree register cache
      ASoC: cs42l73: Use maple tree register cache
      ASoC: cs42l83: Use maple tree register cache
      ASoC: cs43130: Use maple tree register cache
      ASoC: cs35l30: Use maple tree register cache

 sound/soc/codecs/cs35l32.c     | 2 +-
 sound/soc/codecs/cs35l33.c     | 2 +-
 sound/soc/codecs/cs35l34.c     | 2 +-
 sound/soc/codecs/cs35l35.c     | 2 +-
 sound/soc/codecs/cs4234.c      | 2 +-
 sound/soc/codecs/cs42l42.c     | 2 +-
 sound/soc/codecs/cs42l73.c     | 2 +-
 sound/soc/codecs/cs42l83-i2c.c | 2 +-
 sound/soc/codecs/cs43130.c     | 2 +-
 sound/soc/codecs/cs53l30.c     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
---
base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
change-id: 20230609-asoc-cirrus-maple-0aba1f5c18b8

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-06-13 17:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 13:56 [PATCH 00/10] ASoC: Use maple tree for Cirrus Logic devices Mark Brown
2023-06-10 13:56 ` [PATCH 01/10] ASoC: cs35l32: Use maple tree register cache Mark Brown
2023-06-10 13:56 ` [PATCH 02/10] ASoC: cs35l33: " Mark Brown
2023-06-10 13:56 ` [PATCH 03/10] ASoC: cs35l34: " Mark Brown
2023-06-10 13:56 ` [PATCH 04/10] ASoC: cs35l35: " Mark Brown
2023-06-13 17:25   ` Charles Keepax
2023-06-10 13:56 ` [PATCH 05/10] ASoC: cs4234: " Mark Brown
2023-06-10 13:56 ` [PATCH 06/10] ASoC: cs42l42: " Mark Brown
2023-06-10 13:56 ` [PATCH 07/10] ASoC: cs42l73: " Mark Brown
2023-06-10 13:56 ` [PATCH 08/10] ASoC: cs42l83: " Mark Brown
2023-06-10 13:56 ` [PATCH 09/10] ASoC: cs43130: " Mark Brown
2023-06-10 13:56 ` [PATCH 10/10] ASoC: cs35l30: " Mark Brown
2023-06-12 18:01 ` [PATCH 00/10] ASoC: Use maple tree for Cirrus Logic devices Rhodes, David
2023-06-13 16:18 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox