mbox series

[v2,00/11] ASoC: rsnd: tidyup and fixup rare MIXer issue

Message ID 878s40nbmc.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: rsnd: tidyup and fixup rare MIXer issue | expand

Message

Kuninori Morimoto May 27, 2021, 2:39 a.m. UTC
Hi Mark

These are v2 of tidyup patch, and rare MIXer issue fixup patch for
Renesas Sound driver.

1 - 6 : tidyup for rsnd driver
7     : add debugfs support
8     : fixup rare MIXer issue
9 - 11: tidyup for rsnd driver

v1 -> v2
	- add adg.c fixup patch (= [01/11])
	- tidyup compile error when CONFIG_DEBUG_FS was not selected (= [07/11])

Link: https://lore.kernel.org/r/87mtsjof3w.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (11):
   1 ASoC: rsnd: call unregister for null_hw when removed
   2 ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()
   3 ASoC: rsnd: attach SSIU when SSI was DMA mode
   4 ASoC: rsnd: check BUIF error everytime
   5 ASoC: rsnd: indicate unknown error at rsnd_dai_call()
   6 ASoC: rsnd: incidate irq error message
   7 ASoC: rsnd: add debugfs support
   8 ASoC: rsnd: protect mod->status
   9 ASoC: rsnd: implement BUSIF related code in ssiu.c
  10 ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear()
  11 ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()

 sound/soc/sh/rcar/Makefile  |   2 +-
 sound/soc/sh/rcar/adg.c     |  44 +++++++----
 sound/soc/sh/rcar/cmd.c     |  14 ++++
 sound/soc/sh/rcar/core.c    |  65 +++++++++-------
 sound/soc/sh/rcar/ctu.c     |  14 ++++
 sound/soc/sh/rcar/debugfs.c |  96 +++++++++++++++++++++++
 sound/soc/sh/rcar/dma.c     |  31 ++++++--
 sound/soc/sh/rcar/dvc.c     |  14 ++++
 sound/soc/sh/rcar/gen.c     |   9 +++
 sound/soc/sh/rcar/mix.c     |  14 ++++
 sound/soc/sh/rcar/rsnd.h    |  40 ++++++++--
 sound/soc/sh/rcar/src.c     |  26 ++++++-
 sound/soc/sh/rcar/ssi.c     | 148 +++++++++---------------------------
 sound/soc/sh/rcar/ssiu.c    | 134 ++++++++++++++++++++++++++++----
 14 files changed, 465 insertions(+), 186 deletions(-)
 create mode 100644 sound/soc/sh/rcar/debugfs.c

Comments

Mark Brown May 28, 2021, 4:04 p.m. UTC | #1
From: Mark Brown,,, <broonie@kernel.org>

On 27 May 2021 11:39:39 +0900, Kuninori Morimoto wrote:
> These are v2 of tidyup patch, and rare MIXer issue fixup patch for
> Renesas Sound driver.
> 
> 1 - 6 : tidyup for rsnd driver
> 7     : add debugfs support
> 8     : fixup rare MIXer issue
> 9 - 11: tidyup for rsnd driver
> 
> [...]

Applied, thanks!

[01/11] ASoC: rsnd: call unregister for null_hw when removed
        commit: 965386c97616c401b34cba4e9e3bfc9c6b215359
[02/11] ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()
        commit: 6da8f00e7ac277ddfc72e255328dc5ff0378c3ee
[03/11] ASoC: rsnd: attach SSIU when SSI was DMA mode
        commit: ab62e8a8bce1cc3b730462a7a462107db634bd5c
[04/11] ASoC: rsnd: check BUIF error everytime
        commit: 54e81e9446377c36fdcb952ca7db43e59857e0d7
[05/11] ASoC: rsnd: indicate unknown error at rsnd_dai_call()
        commit: 9ff07d19fb28ce8544d3ee4755673020b00487e6
[06/11] ASoC: rsnd: incidate irq error message
        commit: 1788a1520185e69f62e56dd23b33a0992e8187aa
[07/11] ASoC: rsnd: add debugfs support
        commit: 1f9c82b5ab83ff24f5c2b62bf9a912e4aef8905e
[08/11] ASoC: rsnd: protect mod->status
        commit: b43b8ae87c8e0a8b81a26cfc39bd157c5f53ae14
[09/11] ASoC: rsnd: implement BUSIF related code in ssiu.c
        commit: 83b220cf8eb2aa9dbe0007bcf43c5e305fe1986d
[10/11] ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear()
        commit: cfb7b8bf1e2d660583dd91d870cec2f6728cbdbc
[11/11] ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()
        commit: 0ab000e5e57e6dcb34605fbdee92a1b0947606e0

Best regards,