mbox series

[00/10] ASoC: Use maple tree for Cirrus Logic devices

Message ID 20230609-asoc-cirrus-maple-v1-0-b806c4cbd1d4@kernel.org
Headers show
Series ASoC: Use maple tree for Cirrus Logic devices | expand

Message

Mark Brown June 10, 2023, 1:56 p.m. UTC
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,

Comments

Mark Brown June 13, 2023, 4:18 p.m. UTC | #1
On Sat, 10 Jun 2023 14:56:20 +0100, Mark Brown wrote:
> 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.
> 
> 

Applied to

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

Thanks!

[01/10] ASoC: cs35l32: Use maple tree register cache
        commit: 176bb179f190682d496220be469ea20527bb5f43
[02/10] ASoC: cs35l33: Use maple tree register cache
        commit: 7a230512d335793fdc43bb85a7d5cff9dd171c26
[03/10] ASoC: cs35l34: Use maple tree register cache
        commit: e7795f2d29e08e15fbc5ad88b94cf1899915a7c3
[04/10] ASoC: cs35l35: Use maple tree register cache
        commit: 28f851babc484c86bc8e1919ad0bbe11f4fd9210
[05/10] ASoC: cs4234: Use maple tree register cache
        commit: bb1bd25ad79cf21b8fa4c0eae474307b2d24b268
[06/10] ASoC: cs42l42: Use maple tree register cache
        commit: 6b7fed83c9455f64a1509a9e1d512a92edaaf44e
[07/10] ASoC: cs42l73: Use maple tree register cache
        commit: 7e39a71876244639774c71144e4b5dee7799e1cf
[08/10] ASoC: cs42l83: Use maple tree register cache
        commit: 62145b0a537410d7ce237945c339635f9a86a895
[09/10] ASoC: cs43130: Use maple tree register cache
        commit: ce598b2f83608f3818f8a4079662d3844679b16f
[10/10] ASoC: cs35l30: Use maple tree register cache
        commit: 0eff26b13da4eb5a71a59280c3483273ccb5b9cb

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