mbox series

[0/2] ASoC: Another set of platform remove conversions

Message ID 20230707072830.3395789-1-u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series ASoC: Another set of platform remove conversions | expand

Message

Uwe Kleine-König July 7, 2023, 7:28 a.m. UTC
Hello,

two more drivers were added during the current merge window that
are users of the original .remove callback that I plan to get rid of.
Convert them to .remove_new.

Best regards
Uwe

Uwe Kleine-König (2):
  ASoC: amd: ps-sdw-dma: Convert to platform remove callback returning
    void
  ASoC: starfive: jh7110_tdm: Convert to platform remove callback
    returning void

 sound/soc/amd/ps/ps-sdw-dma.c   | 5 ++---
 sound/soc/starfive/jh7110_tdm.c | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)


base-commit: 5133c9e51de41bfa902153888e11add3342ede18

Comments

Mark Brown July 12, 2023, 11:47 a.m. UTC | #1
On Fri, 07 Jul 2023 09:28:28 +0200, Uwe Kleine-König wrote:
> two more drivers were added during the current merge window that
> are users of the original .remove callback that I plan to get rid of.
> Convert them to .remove_new.
> 
> Best regards
> Uwe
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: amd: ps-sdw-dma: Convert to platform remove callback returning void
      commit: acb5c0b14b761df258e480cc721676073f6d953a
[2/2] ASoC: starfive: jh7110_tdm: Convert to platform remove callback returning void
      commit: 50a91c513fb7da5c48b1cffdaa30c1f98f403801

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