All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Geert Uytterhoeven <geert.uytterhoeven@gmail.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Jiada Wang <jiada_wang@mentor.com>
Subject: Re: [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document
Date: Mon, 18 Mar 2019 11:38:06 +0100	[thread overview]
Message-ID: <20190318103806.oqfugvu57jjdotey@verge.net.au> (raw)
In-Reply-To: <87h8c0ye0n.wl-kuninori.morimoto.gx@renesas.com>

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
> 

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Geert Uytterhoeven <geert.uytterhoeven@gmail.com>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Jiada Wang <jiada_wang@mentor.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Mark Brown <broonie@kernel.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document
Date: Mon, 18 Mar 2019 11:38:06 +0100	[thread overview]
Message-ID: <20190318103806.oqfugvu57jjdotey@verge.net.au> (raw)
In-Reply-To: <87h8c0ye0n.wl-kuninori.morimoto.gx@renesas.com>

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
> 

  reply	other threads:[~2019-03-18 10:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-18  5:10 [PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc Kuninori Morimoto
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   ` Kuninori Morimoto
2019-03-18 10:38   ` Simon Horman [this message]
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 14:51     ` Mark Brown
2019-03-18  5:11 ` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address Kuninori Morimoto
2019-03-18  5:11   ` Kuninori Morimoto
2019-03-18  8:04   ` Geert Uytterhoeven
2019-03-18  8:04     ` Geert Uytterhoeven
2019-03-18 10:38   ` Simon Horman
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
2019-03-18 14:51     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190318103806.oqfugvu57jjdotey@verge.net.au \
    --to=horms@verge.net.au \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=geert.uytterhoeven@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=jiada_wang@mentor.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.