mbox series

[0/5] ASoC: rsnd: tidyup Renesas sound

Message ID 877dld1jud.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: rsnd: tidyup Renesas sound | expand

Message

Kuninori Morimoto April 8, 2021, 4:27 a.m. UTC
Hi Mark

These are tidyup patches for Renesas sound drivers.

Kuninori Morimoto (5):
  ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init()
  ASoC: rsnd: check all BUSIF status when error
  ASoC: rsnd: add rsnd_ssi_busif_err_status_clear()
  ASoC: rsnd: add rsnd_ssi_busif_err_irq_enable/disable()
  ASoC: rsnd: add usage for SRC

 sound/soc/sh/rcar/src.c |   9 ++
 sound/soc/sh/rcar/ssi.c | 225 ++++++++++++++++++----------------------
 2 files changed, 110 insertions(+), 124 deletions(-)

Comments

Mark Brown April 14, 2021, 4:06 p.m. UTC | #1
On 08 Apr 2021 13:27:54 +0900, Kuninori Morimoto wrote:
> These are tidyup patches for Renesas sound drivers.
> 
> Kuninori Morimoto (5):
>   ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init()
>   ASoC: rsnd: check all BUSIF status when error
>   ASoC: rsnd: add rsnd_ssi_busif_err_status_clear()
>   ASoC: rsnd: add rsnd_ssi_busif_err_irq_enable/disable()
>   ASoC: rsnd: add usage for SRC
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init()
      commit: a122a116fc6d8fcf2f202dcd185173a54268f239
[2/5] ASoC: rsnd: check all BUSIF status when error
      commit: a4856e15e58b54977f1c0c0299309ad4d1f13365
[3/5] ASoC: rsnd: add rsnd_ssi_busif_err_status_clear()
      commit: 691b379cbe348fbead33e49d1c1d0f045a2e3446
[4/5] ASoC: rsnd: add rsnd_ssi_busif_err_irq_enable/disable()
      commit: 15c57ce07ce207069f1cd57ec117b11871f3afa6
[5/5] ASoC: rsnd: add usage for SRC
      commit: 63346d3d2f7cd96746149b9710a4cc5401c0cb5c

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