All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Oder Chiou <oder_chiou@realtek.com>, Liam Girdwood <lgirdwood@gmail.com>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: [PATCH 00/16] ASoC: Convert Realtek I2C drivers to use maple tree register cache
Date: Sat, 10 Jun 2023 14:57:46 +0100	[thread overview]
Message-ID: <20230609-asoc-rt-maple-v1-0-729c6553cdcf@kernel.org> (raw)

Many of the Realtek I2C/SPI devices only support single register read
and write operations so don't benefit from using the rbtree cache
instead of the more modern maple tree cache, convert them to maple tree.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (16):
      ASoC: rt1011: Use maple tree register cache
      ASoC: rt1019: Use maple tree register cache
      ASoC: rt1305: Use maple tree register cache
      ASoC: rt1308: Use maple tree register cache
      ASoC: rt5514: Use maple tree register cache
      ASoC: rt5616: Use maple tree register cache
      ASoC: rt5631: Use maple tree register cache
      ASoC: rt5640: Use maple tree register cache
      ASoC: rt5645: Use maple tree register cache
      ASoC: rt5651: Use maple tree register cache
      ASoC: rt5660: Use maple tree register cache
      ASoC: rt5665: Use maple tree register cache
      ASoC: rt5665: Use maple tree register cache
      ASoC: rt5668: Use maple tree register cache
      ASoC: rt5670: Use maple tree register cache
      ASoC: rt5682: Use maple tree register cache

 sound/soc/codecs/rt1011.c     | 2 +-
 sound/soc/codecs/rt1019.c     | 2 +-
 sound/soc/codecs/rt1305.c     | 2 +-
 sound/soc/codecs/rt1308.c     | 2 +-
 sound/soc/codecs/rt5514.c     | 2 +-
 sound/soc/codecs/rt5616.c     | 2 +-
 sound/soc/codecs/rt5631.c     | 2 +-
 sound/soc/codecs/rt5640.c     | 2 +-
 sound/soc/codecs/rt5645.c     | 4 ++--
 sound/soc/codecs/rt5651.c     | 2 +-
 sound/soc/codecs/rt5660.c     | 2 +-
 sound/soc/codecs/rt5663.c     | 4 ++--
 sound/soc/codecs/rt5665.c     | 2 +-
 sound/soc/codecs/rt5668.c     | 2 +-
 sound/soc/codecs/rt5670.c     | 2 +-
 sound/soc/codecs/rt5682-i2c.c | 2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)
---
base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
change-id: 20230609-asoc-rt-maple-8a75e2da9555

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


             reply	other threads:[~2023-06-10 14:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10 13:57 Mark Brown [this message]
2023-06-10 13:57 ` [PATCH 01/16] ASoC: rt1011: Use maple tree register cache Mark Brown
2023-06-10 13:57 ` [PATCH 02/16] ASoC: rt1019: " Mark Brown
2023-06-10 13:57 ` [PATCH 03/16] ASoC: rt1305: " Mark Brown
2023-06-10 13:57 ` [PATCH 04/16] ASoC: rt1308: " Mark Brown
2023-06-10 13:57 ` [PATCH 05/16] ASoC: rt5514: " Mark Brown
2023-06-10 13:57 ` [PATCH 06/16] ASoC: rt5616: " Mark Brown
2023-06-10 13:57 ` [PATCH 07/16] ASoC: rt5631: " Mark Brown
2023-06-10 13:57 ` [PATCH 08/16] ASoC: rt5640: " Mark Brown
2023-06-10 13:57 ` [PATCH 09/16] ASoC: rt5645: " Mark Brown
2023-06-10 13:57 ` [PATCH 10/16] ASoC: rt5651: " Mark Brown
2023-06-10 13:57 ` [PATCH 11/16] ASoC: rt5660: " Mark Brown
2023-06-10 13:57 ` [PATCH 12/16] ASoC: rt5665: " Mark Brown
2023-06-10 13:57 ` [PATCH 13/16] " Mark Brown
2023-06-10 13:58 ` [PATCH 14/16] ASoC: rt5668: " Mark Brown
2023-06-10 13:58 ` [PATCH 15/16] ASoC: rt5670: " Mark Brown
2023-06-10 13:58 ` [PATCH 16/16] ASoC: rt5682: " Mark Brown
2023-06-15 12:53 ` [PATCH 00/16] ASoC: Convert Realtek I2C drivers to use " 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=20230609-asoc-rt-maple-v1-0-729c6553cdcf@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=oder_chiou@realtek.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.