Re: [PATCH] clk: renesas: r8a7796: Add INTC-EX clock

2017-04-20 Thread Geert Uytterhoeven
Hi Kaneko-san,

On Wed, Apr 19, 2017 at 7:46 PM, Yoshihiro Kaneko  wrote:
> From: Takeshi Kihara 
>
> Add the "intc-ex" clock to the R8A7796 CPG MSSR driver.
>
> According to information from the hardware team the INTC-EX
> parent clock is CP. The next data sheet version will include
> this information.
>
> [takeshi.kihara.df: Ported from commit f099aa075749 ("clk: shmobile:
>  r8a7795: Add INTC-EX clock") to drivers/clk/renesas/r8a7796-cpg-mssr.c]
> Signed-off-by: Takeshi Kihara 
> Signed-off-by: Yoshihiro Kaneko 

Thank you!

Reviewed-by: Geert Uytterhoeven 

I.e. will queue in clk-renesas-for-v4.13.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


[PATCH] clk: renesas: r8a7796: Add INTC-EX clock

2017-04-19 Thread Yoshihiro Kaneko
From: Takeshi Kihara 

Add the "intc-ex" clock to the R8A7796 CPG MSSR driver.

According to information from the hardware team the INTC-EX
parent clock is CP. The next data sheet version will include
this information.

[takeshi.kihara.df: Ported from commit f099aa075749 ("clk: shmobile:
 r8a7795: Add INTC-EX clock") to drivers/clk/renesas/r8a7796-cpg-mssr.c]
Signed-off-by: Takeshi Kihara 
Signed-off-by: Yoshihiro Kaneko 
---
This patch is based on the clk-next branch of linux-clk tree.

 drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c 
b/drivers/clk/renesas/r8a7796-cpg-mssr.c
index a5399f7..4d1d496 100644
--- a/drivers/clk/renesas/r8a7796-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c
@@ -142,6 +142,7 @@ enum clk_ids {
DEF_MOD("pcie0", 319,   R8A7796_CLK_S3D1),
DEF_MOD("usb-dmac0", 330,   R8A7796_CLK_S3D1),
DEF_MOD("usb-dmac1", 331,   R8A7796_CLK_S3D1),
+   DEF_MOD("intc-ex",   407,   R8A7796_CLK_CP),
DEF_MOD("intc-ap",   408,   R8A7796_CLK_S3D1),
DEF_MOD("audmac0",   502,   R8A7796_CLK_S3D4),
DEF_MOD("audmac1",   501,   R8A7796_CLK_S3D4),
-- 
1.9.1