All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: "Liam Girdwood" <lgirdwood@gmail.com>,
	"James Schulman" <james.schulman@cirrus.com>,
	"David Rhodes" <david.rhodes@cirrus.com>,
	"Richard Fitzgerald" <rf@opensource.cirrus.com>,
	"Martin Povišer" <povik+lin@cutebit.org>
Cc: patches@opensource.cirrus.com, alsa-devel@alsa-project.org,
	 asahi@lists.linux.dev, Mark Brown <broonie@kernel.org>
Subject: [PATCH 00/48] ASoC: cirrus: Use the maple tree register cache
Date: Thu, 13 Jul 2023 01:13:13 +0100	[thread overview]
Message-ID: <20230713-asoc-cirrus-maple-v1-0-a62651831735@kernel.org> (raw)

The maple tree register register cache is now able to generate multi
register writes which was the last big feature of the rbtree cache that
it didn't support so let's update drivers to use the cache with the more
modern data structure.

---
Mark Brown (48):
      ASoC: cs35l36: Update to use maple tree register cache
      ASoC: cs35l41: Update to use maple tree register cache
      ASoC: cs35l45: Update to use maple tree register cache
      ASoC: cs35l56: Update to use maple tree register cache
      ASoC: cs42l51: Update to use maple tree register cache
      ASoC: cs4265: Update to use maple tree register cache
      ASoC: cs4270: Update to use maple tree register cache
      ASoC: cs42l52: Update to use maple tree register cache
      ASoC: cs42l56: Update to use maple tree register cache
      ASoC: cs42xx8: Update to use maple tree register cache
      ASoC: cs4349: Update to use maple tree register cache
      ASoC: wm2200: Update to use maple tree register cache
      ASoC: wm5100: Update to use maple tree register cache
      ASoC: wm9081: Update to use maple tree register cache
      ASoC: wm9090: Update to use maple tree register cache
      ASoC: wm8510: Update to use maple tree register cache
      ASoC: wm8523: Update to use maple tree register cache
      ASoC: wm8580: Update to use maple tree register cache
      ASoC: wm8711: Update to use maple tree register cache
      ASoC: wm8728: Update to use maple tree register cache
      ASoC: wm8731: Update to use maple tree register cache
      ASoC: wm8737: Update to use maple tree register cache
      ASoC: wm8741: Update to use maple tree register cache
      ASoC: wm8750: Update to use maple tree register cache
      ASoC: wm8753: Update to use maple tree register cache
      ASoC: wm8770: Update to use maple tree register cache
      ASoC: wm8776: Update to use maple tree register cache
      ASoC: wm8804: Update to use maple tree register cache
      ASoC: wm8900: Update to use maple tree register cache
      ASoC: wm8903: Update to use maple tree register cache
      ASoC: wm8904: Update to use maple tree register cache
      ASoC: wm8960: Update to use maple tree register cache
      ASoC: wm8961: Update to use maple tree register cache
      ASoC: wm8962: Update to use maple tree register cache
      ASoC: wm8991: Update to use maple tree register cache
      ASoC: wm8993: Update to use maple tree register cache
      ASoC: wm8995: Update to use maple tree register cache
      ASoC: wm8996: Update to use maple tree register cache
      ASoC: wm8940: Update to use maple tree register cache
      ASoC: wm8955: Update to use maple tree register cache
      ASoC: wm8971: Update to use maple tree register cache
      ASoC: wm8978: Update to use maple tree register cache
      ASoC: wm8983: Update to use maple tree register cache
      ASoC: wm8985: Update to use maple tree register cache
      ASoC: wm8988: Update to use maple tree register cache
      ASoC: wm9705: Update to use maple tree register cache
      ASoC: wm9712: Update to use maple tree register cache
      ASoC: wm9713: Update to use maple tree register cache

 sound/soc/codecs/cs35l36.c        | 2 +-
 sound/soc/codecs/cs35l41-lib.c    | 4 ++--
 sound/soc/codecs/cs35l45-tables.c | 4 ++--
 sound/soc/codecs/cs35l56-shared.c | 6 +++---
 sound/soc/codecs/cs4265.c         | 2 +-
 sound/soc/codecs/cs4270.c         | 2 +-
 sound/soc/codecs/cs42l51.c        | 2 +-
 sound/soc/codecs/cs42l52.c        | 2 +-
 sound/soc/codecs/cs42l56.c        | 2 +-
 sound/soc/codecs/cs42xx8.c        | 2 +-
 sound/soc/codecs/cs4349.c         | 2 +-
 sound/soc/codecs/wm2200.c         | 2 +-
 sound/soc/codecs/wm5100.c         | 2 +-
 sound/soc/codecs/wm8510.c         | 2 +-
 sound/soc/codecs/wm8523.c         | 2 +-
 sound/soc/codecs/wm8580.c         | 2 +-
 sound/soc/codecs/wm8711.c         | 2 +-
 sound/soc/codecs/wm8728.c         | 2 +-
 sound/soc/codecs/wm8731.c         | 2 +-
 sound/soc/codecs/wm8737.c         | 2 +-
 sound/soc/codecs/wm8741.c         | 2 +-
 sound/soc/codecs/wm8750.c         | 2 +-
 sound/soc/codecs/wm8753.c         | 2 +-
 sound/soc/codecs/wm8770.c         | 2 +-
 sound/soc/codecs/wm8776.c         | 2 +-
 sound/soc/codecs/wm8804.c         | 2 +-
 sound/soc/codecs/wm8900.c         | 2 +-
 sound/soc/codecs/wm8903.c         | 2 +-
 sound/soc/codecs/wm8904.c         | 2 +-
 sound/soc/codecs/wm8940.c         | 2 +-
 sound/soc/codecs/wm8955.c         | 2 +-
 sound/soc/codecs/wm8960.c         | 2 +-
 sound/soc/codecs/wm8961.c         | 2 +-
 sound/soc/codecs/wm8962.c         | 2 +-
 sound/soc/codecs/wm8971.c         | 2 +-
 sound/soc/codecs/wm8978.c         | 2 +-
 sound/soc/codecs/wm8983.c         | 2 +-
 sound/soc/codecs/wm8985.c         | 2 +-
 sound/soc/codecs/wm8988.c         | 2 +-
 sound/soc/codecs/wm8991.c         | 2 +-
 sound/soc/codecs/wm8993.c         | 2 +-
 sound/soc/codecs/wm8995.c         | 2 +-
 sound/soc/codecs/wm8996.c         | 2 +-
 sound/soc/codecs/wm9081.c         | 2 +-
 sound/soc/codecs/wm9090.c         | 2 +-
 sound/soc/codecs/wm9705.c         | 2 +-
 sound/soc/codecs/wm9712.c         | 2 +-
 sound/soc/codecs/wm9713.c         | 2 +-
 48 files changed, 52 insertions(+), 52 deletions(-)
---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230629-asoc-cirrus-maple-d3704cc6579f

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


             reply	other threads:[~2023-07-13  0:14 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  0:13 Mark Brown [this message]
2023-07-13  0:13 ` [PATCH 01/48] ASoC: cs35l36: Update to use maple tree register cache Mark Brown
2023-07-13  0:13 ` [PATCH 02/48] ASoC: cs35l41: " Mark Brown
2023-07-18 12:06   ` Charles Keepax
2023-07-13  0:13 ` [PATCH 03/48] ASoC: cs35l45: " Mark Brown
2023-07-13  0:13 ` [PATCH 04/48] ASoC: cs35l56: " Mark Brown
2023-07-13  0:13 ` [PATCH 05/48] ASoC: cs42l51: " Mark Brown
2023-07-13  0:13 ` [PATCH 06/48] ASoC: cs4265: " Mark Brown
2023-07-13  0:13 ` [PATCH 07/48] ASoC: cs4270: " Mark Brown
2023-07-13  0:13 ` [PATCH 08/48] ASoC: cs42l52: " Mark Brown
2023-07-13  0:13 ` [PATCH 09/48] ASoC: cs42l56: " Mark Brown
2023-07-13  0:13 ` [PATCH 10/48] ASoC: cs42xx8: " Mark Brown
2023-07-13  0:13 ` [PATCH 11/48] ASoC: cs4349: " Mark Brown
2023-07-13  0:13 ` [PATCH 12/48] ASoC: wm2200: " Mark Brown
2023-07-13  0:13 ` [PATCH 13/48] ASoC: wm5100: " Mark Brown
2023-07-13  0:13 ` [PATCH 14/48] ASoC: wm9081: " Mark Brown
2023-07-13  0:13 ` [PATCH 15/48] ASoC: wm9090: " Mark Brown
2023-07-13  0:13 ` [PATCH 16/48] ASoC: wm8510: " Mark Brown
2023-07-13  0:13 ` [PATCH 17/48] ASoC: wm8523: " Mark Brown
2023-07-13  0:13 ` [PATCH 18/48] ASoC: wm8580: " Mark Brown
2023-07-13  0:13 ` [PATCH 19/48] ASoC: wm8711: " Mark Brown
2023-07-13  0:13 ` [PATCH 20/48] ASoC: wm8728: " Mark Brown
2023-07-13  0:13 ` [PATCH 21/48] ASoC: wm8731: " Mark Brown
2023-07-13  0:13 ` [PATCH 22/48] ASoC: wm8737: " Mark Brown
2023-07-13  0:13 ` [PATCH 23/48] ASoC: wm8741: " Mark Brown
2023-07-13  0:13 ` [PATCH 24/48] ASoC: wm8750: " Mark Brown
2023-07-13  0:13 ` [PATCH 25/48] ASoC: wm8753: " Mark Brown
2023-07-13  0:13 ` [PATCH 26/48] ASoC: wm8770: " Mark Brown
2023-07-13  0:13 ` [PATCH 27/48] ASoC: wm8776: " Mark Brown
2023-07-13  0:13 ` [PATCH 28/48] ASoC: wm8804: " Mark Brown
2023-07-13  0:13 ` [PATCH 29/48] ASoC: wm8900: " Mark Brown
2023-07-13  0:13 ` [PATCH 30/48] ASoC: wm8903: " Mark Brown
2023-07-13  0:13 ` [PATCH 31/48] ASoC: wm8904: " Mark Brown
2023-07-13  0:13 ` [PATCH 32/48] ASoC: wm8960: " Mark Brown
2023-07-13  0:13 ` [PATCH 33/48] ASoC: wm8961: " Mark Brown
2023-07-13  0:13 ` [PATCH 34/48] ASoC: wm8962: " Mark Brown
2023-07-13  0:13 ` [PATCH 35/48] ASoC: wm8991: " Mark Brown
2023-07-13  0:13 ` [PATCH 36/48] ASoC: wm8993: " Mark Brown
2023-07-13  0:13 ` [PATCH 37/48] ASoC: wm8995: " Mark Brown
2023-07-13  0:13 ` [PATCH 38/48] ASoC: wm8996: " Mark Brown
2023-07-13  0:13 ` [PATCH 39/48] ASoC: wm8940: " Mark Brown
2023-07-13  0:13 ` [PATCH 40/48] ASoC: wm8955: " Mark Brown
2023-07-13  0:13 ` [PATCH 41/48] ASoC: wm8971: " Mark Brown
2023-07-13  0:13 ` [PATCH 42/48] ASoC: wm8978: " Mark Brown
2023-07-13  0:13 ` [PATCH 43/48] ASoC: wm8983: " Mark Brown
2023-07-13  0:13 ` [PATCH 44/48] ASoC: wm8985: " Mark Brown
2023-07-13  0:13 ` [PATCH 45/48] ASoC: wm8988: " Mark Brown
2023-07-13  0:13 ` [PATCH 46/48] ASoC: wm9705: " Mark Brown
2023-07-13  0:14 ` [PATCH 47/48] ASoC: wm9712: " Mark Brown
2023-07-13  0:14 ` [PATCH 48/48] ASoC: wm9713: " Mark Brown
2023-07-18 12:07 ` [PATCH 00/48] ASoC: cirrus: Use the " Charles Keepax
2023-07-18 23:26 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230713-asoc-cirrus-maple-v1-0-a62651831735@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=asahi@lists.linux.dev \
    --cc=david.rhodes@cirrus.com \
    --cc=james.schulman@cirrus.com \
    --cc=lgirdwood@gmail.com \
    --cc=patches@opensource.cirrus.com \
    --cc=povik+lin@cutebit.org \
    --cc=rf@opensource.cirrus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.