linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc
@ 2019-03-18  5:10 Kuninori Morimoto
  2019-03-18  5:11 ` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document Kuninori Morimoto
  2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
  0 siblings, 2 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2019-03-18  5:10 UTC (permalink / raw)
  To: Mark Brown
  Cc: Linux-Renesas, Linux-ALSA, Geert Uytterhoeven,
	Geert Uytterhoeven, Jiada Wang


Hi Mark
Cc Geert, Jiada

These patches tidyup reg/reg-name,
and adds Extended Audio DMAC peri peri on Doc for Renesas rsnd driver.

Kuninori Morimoto (2):
  ASoC: rsnd: add missing reg/reg-name at Document
  ASoC: rsnd: explain extended Audio DMAC peri peri address

 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.7.4

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document
  2019-03-18  5:10 [PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc Kuninori Morimoto
@ 2019-03-18  5:11 ` Kuninori Morimoto
  2019-03-18 10:38   ` Simon Horman
  2019-03-18 14:51   ` Applied "ASoC: rsnd: add missing reg/reg-name at Document" to the asoc tree Mark Brown
  2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
  1 sibling, 2 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2019-03-18  5:11 UTC (permalink / raw)
  To: Mark Brown
  Cc: Linux-Renesas, Linux-ALSA, Geert Uytterhoeven,
	Geert Uytterhoeven, Jiada Wang


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

reg is missing "Audio DMAC peri peri" part,
and reg-name itself is missing at Document.
This patch add these.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index 648d43e..c58af45 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -282,7 +282,10 @@ Required properties:
 - reg				: Should contain the register physical address.
 				  required register is
 				   SRU/ADG/SSI      if generation1
-				   SRU/ADG/SSIU/SSI if generation2
+				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
+- reg-names			: Should contain the register names.
+				   scu/adg/ssi	if generation1
+				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
 - rcar_sound,ssi		: Should contain SSI feature.
 				  The number of SSI subnode should be same as HW.
 				  see below for detail.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address
  2019-03-18  5:10 [PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc Kuninori Morimoto
  2019-03-18  5:11 ` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document Kuninori Morimoto
@ 2019-03-18  5:11 ` Kuninori Morimoto
  2019-03-18  8:04   ` Geert Uytterhoeven
                     ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2019-03-18  5:11 UTC (permalink / raw)
  To: Mark Brown
  Cc: Linux-Renesas, Linux-ALSA, Geert Uytterhoeven,
	Geert Uytterhoeven, Jiada Wang


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

If SoC has extended Audio DMAC peri peri address,
DT needs to select it.
Otherwise, it can select normal Audio DMAC peri peri address.
Extended Audio DMAC peri peri address can use BUSIF4-7,
normal address can't.

Reported-by: Jiada Wang <jiada_wang@mentor.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index c58af45..b34afa6 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -283,6 +283,8 @@ Required properties:
 				  required register is
 				   SRU/ADG/SSI      if generation1
 				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
+				   Select extended AUDIO-DMAC-periperi address if SoC has it,
+				   otherwise select normal AUDIO-DMAC-periperi address.
 - reg-names			: Should contain the register names.
 				   scu/adg/ssi	if generation1
 				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address
  2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
@ 2019-03-18  8:04   ` Geert Uytterhoeven
  2019-03-18 10:38   ` Simon Horman
  2019-03-18 14:51   ` Applied "ASoC: rsnd: explain extended Audio DMAC peri peri address" to the asoc tree Mark Brown
  2 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2019-03-18  8:04 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Mark Brown, Linux-Renesas, Linux-ALSA, Jiada Wang

On Mon, Mar 18, 2019 at 6:11 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> If SoC has extended Audio DMAC peri peri address,
> DT needs to select it.
> Otherwise, it can select normal Audio DMAC peri peri address.
> Extended Audio DMAC peri peri address can use BUSIF4-7,
> normal address can't.
>
> Reported-by: Jiada Wang <jiada_wang@mentor.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document
  2019-03-18  5:11 ` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document Kuninori Morimoto
@ 2019-03-18 10:38   ` Simon Horman
  2019-03-18 14:51   ` Applied "ASoC: rsnd: add missing reg/reg-name at Document" to the asoc tree Mark Brown
  1 sibling, 0 replies; 8+ messages in thread
From: Simon Horman @ 2019-03-18 10:38 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mark Brown, Linux-Renesas, Linux-ALSA, Geert Uytterhoeven,
	Geert Uytterhoeven, Jiada Wang

On Mon, Mar 18, 2019 at 02:11:27PM +0900, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> reg is missing "Audio DMAC peri peri" part,
> and reg-name itself is missing at Document.
> This patch add these.
> 
> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> index 648d43e..c58af45 100644
> --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> @@ -282,7 +282,10 @@ Required properties:
>  - reg				: Should contain the register physical address.
>  				  required register is
>  				   SRU/ADG/SSI      if generation1
> -				   SRU/ADG/SSIU/SSI if generation2
> +				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
> +- reg-names			: Should contain the register names.
> +				   scu/adg/ssi	if generation1
> +				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
>  - rcar_sound,ssi		: Should contain SSI feature.
>  				  The number of SSI subnode should be same as HW.
>  				  see below for detail.
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address
  2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
  2019-03-18  8:04   ` Geert Uytterhoeven
@ 2019-03-18 10:38   ` Simon Horman
  2019-03-18 14:51   ` Applied "ASoC: rsnd: explain extended Audio DMAC peri peri address" to the asoc tree Mark Brown
  2 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2019-03-18 10:38 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mark Brown, Linux-Renesas, Linux-ALSA, Geert Uytterhoeven,
	Geert Uytterhoeven, Jiada Wang

On Mon, Mar 18, 2019 at 02:11:34PM +0900, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> If SoC has extended Audio DMAC peri peri address,
> DT needs to select it.
> Otherwise, it can select normal Audio DMAC peri peri address.
> Extended Audio DMAC peri peri address can use BUSIF4-7,
> normal address can't.
> 
> Reported-by: Jiada Wang <jiada_wang@mentor.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> index c58af45..b34afa6 100644
> --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> @@ -283,6 +283,8 @@ Required properties:
>  				  required register is
>  				   SRU/ADG/SSI      if generation1
>  				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
> +				   Select extended AUDIO-DMAC-periperi address if SoC has it,
> +				   otherwise select normal AUDIO-DMAC-periperi address.
>  - reg-names			: Should contain the register names.
>  				   scu/adg/ssi	if generation1
>  				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Applied "ASoC: rsnd: explain extended Audio DMAC peri peri address" to the asoc tree
  2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
  2019-03-18  8:04   ` Geert Uytterhoeven
  2019-03-18 10:38   ` Simon Horman
@ 2019-03-18 14:51   ` Mark Brown
  2 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2019-03-18 14:51 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Jiada Wang, Mark Brown, Mark Brown, Linux-Renesas,
	Geert Uytterhoeven, Linux-ALSA, Geert Uytterhoeven, Jiada Wang,
	alsa-devel

The patch

   ASoC: rsnd: explain extended Audio DMAC peri peri address

has been applied to the asoc tree at

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

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

From c4bce31c4982ddb866b6b6d0f7ca1cf039a3aded Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Mon, 18 Mar 2019 14:11:34 +0900
Subject: [PATCH] ASoC: rsnd: explain extended Audio DMAC peri peri address

If SoC has extended Audio DMAC peri peri address,
DT needs to select it.
Otherwise, it can select normal Audio DMAC peri peri address.
Extended Audio DMAC peri peri address can use BUSIF4-7,
normal address can't.

Reported-by: Jiada Wang <jiada_wang@mentor.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index c58af457a831..b34afa66fb00 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -283,6 +283,8 @@ Required properties:
 				  required register is
 				   SRU/ADG/SSI      if generation1
 				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
+				   Select extended AUDIO-DMAC-periperi address if SoC has it,
+				   otherwise select normal AUDIO-DMAC-periperi address.
 - reg-names			: Should contain the register names.
 				   scu/adg/ssi	if generation1
 				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Applied "ASoC: rsnd: add missing reg/reg-name at Document" to the asoc tree
  2019-03-18  5:11 ` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document Kuninori Morimoto
  2019-03-18 10:38   ` Simon Horman
@ 2019-03-18 14:51   ` Mark Brown
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Brown @ 2019-03-18 14:51 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Geert Uytterhoeven, Mark Brown, Mark Brown, Linux-Renesas,
	Geert Uytterhoeven, Linux-ALSA, Geert Uytterhoeven, Jiada Wang,
	alsa-devel

The patch

   ASoC: rsnd: add missing reg/reg-name at Document

has been applied to the asoc tree at

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

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

From 14c747506ae65005ab024f2247e68b8e045f210a Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Mon, 18 Mar 2019 14:11:27 +0900
Subject: [PATCH] ASoC: rsnd: add missing reg/reg-name at Document

reg is missing "Audio DMAC peri peri" part,
and reg-name itself is missing at Document.
This patch add these.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index 648d43e1b1e9..c58af457a831 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -282,7 +282,10 @@ Required properties:
 - reg				: Should contain the register physical address.
 				  required register is
 				   SRU/ADG/SSI      if generation1
-				   SRU/ADG/SSIU/SSI if generation2
+				   SRU/ADG/SSIU/SSI/AUDIO-DMAC-periperi if generation2/generation3
+- reg-names			: Should contain the register names.
+				   scu/adg/ssi	if generation1
+				   scu/adg/ssiu/ssi/audmapp if generation2/generation3
 - rcar_sound,ssi		: Should contain SSI feature.
 				  The number of SSI subnode should be same as HW.
 				  see below for detail.
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-03-18 14:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18  5:10 [PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc Kuninori Morimoto
2019-03-18  5:11 ` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document Kuninori Morimoto
2019-03-18 10:38   ` Simon Horman
2019-03-18 14:51   ` Applied "ASoC: rsnd: add missing reg/reg-name at Document" to the asoc tree Mark Brown
2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
2019-03-18  8:04   ` Geert Uytterhoeven
2019-03-18 10:38   ` Simon Horman
2019-03-18 14:51   ` Applied "ASoC: rsnd: explain extended Audio DMAC peri peri address" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).