mbox series

[0/5] ASoC: st: Use maple tree register cache

Message ID 20230712-asoc-st-maple-v1-0-46eab2c0ce23@kernel.org
Headers show
Series ASoC: st: Use maple tree register cache | expand

Message

Mark Brown July 12, 2023, 6:44 p.m. UTC
The maple tree register cache has now got to the point where is is
roughly feature compatible with the rbtree cache, let's convert the ST
drivers to use the more modern data structure.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (5):
      ASoC: sta32x: Update to use maple tree register cache
      ASoC: sta350: Update to use maple tree register cache
      ASoC: sta529: Update to use maple tree register cache
      ASoC: stac9766: Update to use maple tree register cache
      ASoC: sti-sas: Update to use maple tree register cache

 sound/soc/codecs/sta32x.c   | 2 +-
 sound/soc/codecs/sta350.c   | 2 +-
 sound/soc/codecs/sta529.c   | 2 +-
 sound/soc/codecs/stac9766.c | 2 +-
 sound/soc/codecs/sti-sas.c  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230701-asoc-st-maple-fc1a8f015154

Best regards,

Comments

Mark Brown July 28, 2023, 12:09 p.m. UTC | #1
On Wed, 12 Jul 2023 19:44:26 +0100, Mark Brown wrote:
> The maple tree register cache has now got to the point where is is
> roughly feature compatible with the rbtree cache, let's convert the ST
> drivers to use the more modern data structure.
> 
> 

Applied to

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

Thanks!

[1/5] ASoC: sta32x: Update to use maple tree register cache
      commit: c8af46580b0f5300bb3df16b89f795f255cbcb65
[2/5] ASoC: sta350: Update to use maple tree register cache
      commit: 87256942e90242ec7ddeeba9f6b9433f01eec9be
[3/5] ASoC: sta529: Update to use maple tree register cache
      commit: 35959958df14542c68b0d0c1a7906838323fcbeb
[4/5] ASoC: stac9766: Update to use maple tree register cache
      commit: 4810c775484b373ec5c1c75f53bb9a09ba96a7ef
[5/5] ASoC: sti-sas: Update to use maple tree register cache
      commit: 66b1abc17c9d9e4af58098b9d6b8d7ade961e195

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