mbox series

[0/4] ASoC: qcom: Use the maple tree register cache

Message ID 20230712-asoc-qcom-maple-v1-0-15f8089664b9@kernel.org
Headers show
Series ASoC: qcom: Use the maple tree register cache | expand

Message

Mark Brown July 12, 2023, 6:29 p.m. UTC
The maple tree register cache should now be a good replacement for the
rbtree cache in almost all situations, update the Qualcomm CODEC drivers
to use the newer cache.

---
Mark Brown (4):
      ASoC: wcd9335: Update to use maple tree register cache
      ASoC: wcd938x: Update to use maple tree register cache
      ASoC: wsa881x: Update to use maple tree register cache
      ASoC: wsa883x: Update to use maple tree register cache

 sound/soc/codecs/wcd9335.c     | 2 +-
 sound/soc/codecs/wcd938x-sdw.c | 2 +-
 sound/soc/codecs/wsa881x.c     | 2 +-
 sound/soc/codecs/wsa883x.c     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230629-asoc-qcom-maple-02adff47e26f

Best regards,

Comments

Mark Brown July 17, 2023, 9:59 p.m. UTC | #1
On Wed, 12 Jul 2023 19:29:31 +0100, Mark Brown wrote:
> The maple tree register cache should now be a good replacement for the
> rbtree cache in almost all situations, update the Qualcomm CODEC drivers
> to use the newer cache.
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/4] ASoC: wcd9335: Update to use maple tree register cache
      commit: 272aedb250cff93c2c25d19db9f4691329238f98
[2/4] ASoC: wcd938x: Update to use maple tree register cache
      commit: 8caeeb54d8283601eab27f6d0ca727476cba7f1c
[3/4] ASoC: wsa881x: Update to use maple tree register cache
      commit: daf95b06a0615d8b2a6716d14a3b8605b90f1ed2
[4/4] ASoC: wsa883x: Update to use maple tree register cache
      commit: e1de05805133d2f2803001b4804d010b6812ca4a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark