Re: [PATCH 1/3] clk: shmobile: r8a7796: Add SCIF clocks

2016-09-20 Thread Geert Uytterhoeven
On Thu, Sep 15, 2016 at 8:30 PM, Geert Uytterhoeven
 wrote:
> On Wed, Sep 14, 2016 at 6:46 PM, Ulrich Hecht
>  wrote:
>> Signed-off-by: Ulrich Hecht 
>
> Reviewed-by: Geert Uytterhoeven 

Queueing in clk-renesas-for-v4.10 with s/shmobile/renesas/.

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


Re: [PATCH 1/3] clk: shmobile: r8a7796: Add SCIF clocks

2016-09-15 Thread Geert Uytterhoeven
On Wed, Sep 14, 2016 at 6:46 PM, Ulrich Hecht
 wrote:
> Signed-off-by: Ulrich Hecht 

Reviewed-by: Geert Uytterhoeven 

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 1/3] clk: shmobile: r8a7796: Add SCIF clocks

2016-09-14 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht 
---
 drivers/clk/renesas/r8a7796-cpg-mssr.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c 
b/drivers/clk/renesas/r8a7796-cpg-mssr.c
index 5cabcaa..2c1f597 100644
--- a/drivers/clk/renesas/r8a7796-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c
@@ -109,6 +109,11 @@ static const struct cpg_core_clk r8a7796_core_clks[] 
__initconst = {
 };
 
 static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = {
+   DEF_MOD("scif5", 202,   R8A7796_CLK_S3D4),
+   DEF_MOD("scif4", 203,   R8A7796_CLK_S3D4),
+   DEF_MOD("scif3", 204,   R8A7796_CLK_S3D4),
+   DEF_MOD("scif1", 206,   R8A7796_CLK_S3D4),
+   DEF_MOD("scif0", 207,   R8A7796_CLK_S3D4),
DEF_MOD("sys-dmac2", 217,   R8A7796_CLK_S3D1),
DEF_MOD("sys-dmac1", 218,   R8A7796_CLK_S3D1),
DEF_MOD("sys-dmac0", 219,   R8A7796_CLK_S3D1),
-- 
2.9.3