All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	<linux-renesas-soc@vger.kernel.org>, <linux-clk@vger.kernel.org>
Subject: Re: [PATCH 1/7] clk: renesas: r8a7795: Correct parent clock and sort order for Audio DMACs
Date: Tue, 14 Mar 2017 00:20:11 +0000	[thread overview]
Message-ID: <87y3w8d85w.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <1489421994-19707-2-git-send-email-geert+renesas@glider.be>


Hi Geert

> The parent clock of the Audio DMACs is the "ZS" AXI bus clock, which
> maps to S3D1 or R-Car H3 ES1.x.
> All module clocks must be sorted by clock ID.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---

If my English skill was OK, 

	- maps to S3D1 or R-Car H3 ES1.x.
	+ maps to S3D1 on R-Car H3 ES1.x.

except it

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

>  drivers/clk/renesas/r8a7795-cpg-mssr.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/clk/renesas/r8a7795-cpg-mssr.c b/drivers/clk/renesas/r8a7795-cpg-mssr.c
> index 2add8218e0f7a6c0..cde470ce81e449cf 100644
> --- a/drivers/clk/renesas/r8a7795-cpg-mssr.c
> +++ b/drivers/clk/renesas/r8a7795-cpg-mssr.c
> @@ -142,8 +142,8 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
>  	DEF_MOD("rwdt0",		 402,	R8A7795_CLK_R),
>  	DEF_MOD("intc-ex",		 407,	R8A7795_CLK_CP),
>  	DEF_MOD("intc-ap",		 408,	R8A7795_CLK_S3D1),
> -	DEF_MOD("audmac0",		 502,	R8A7795_CLK_S3D4),
> -	DEF_MOD("audmac1",		 501,	R8A7795_CLK_S3D4),
> +	DEF_MOD("audmac1",		 501,	R8A7795_CLK_S3D1),
> +	DEF_MOD("audmac0",		 502,	R8A7795_CLK_S3D1),
>  	DEF_MOD("drif7",		 508,	R8A7795_CLK_S3D2),
>  	DEF_MOD("drif6",		 509,	R8A7795_CLK_S3D2),
>  	DEF_MOD("drif5",		 510,	R8A7795_CLK_S3D2),
> -- 
> 2.7.4
> 

  reply	other threads:[~2017-03-14  0:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13 16:19 [PATCH 0/7] clk: renesas: rcar-gen3: Misc fixes and cleanups Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 1/7] clk: renesas: r8a7795: Correct parent clock and sort order for Audio DMACs Geert Uytterhoeven
2017-03-14  0:20   ` Kuninori Morimoto [this message]
2017-03-13 16:19 ` [PATCH 2/7] clk: renesas: r8a7795: Correct name of watchdog clock Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 3/7] clk: renesas: r8a7796: " Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 4/7] clk: renesas: r8a7795: Reformat core clock table Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 5/7] clk: renesas: r8a7796: " Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 6/7] clk: renesas: rcar-gen3-cpg: Pass mode pins to rcar_gen3_cpg_init() Geert Uytterhoeven
2017-03-13 16:19 ` [PATCH 7/7] clk: renesas: rcar-gen3: Add workaround for PLL0/2/4 errata on H3 ES1.0 Geert Uytterhoeven
2017-03-22 13:25 ` [PATCH 0/7] clk: renesas: rcar-gen3: Misc fixes and cleanups Geert Uytterhoeven

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=87y3w8d85w.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.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.