From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 12 Sep 2016 08:35:59 +0000 Subject: Re: [PATCH 5/8] clk: renesas: r8a7796: Add CMT clocks Message-Id: List-Id: References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> In-Reply-To: <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Sep 9, 2016 at 1:43 PM, wrote: > From: Bui Duc Phuc > > This patch adds CMT module clocks for r8a7796 SoC. > > Signed-off-by: Bui Duc Phuc Reviewed-by: Geert Uytterhoeven (will queue in clk-renesas-for-v4.9) > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > @@ -97,6 +97,10 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = { > }; > > static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { > + DEF_MOD("cmt3", 300, R8A7796_CLK_R), > + DEF_MOD("cmt2", 301, R8A7796_CLK_R), > + DEF_MOD("cmt1", 302, R8A7796_CLK_R), > + DEF_MOD("cmt0", 303, R8A7796_CLK_R), BTW, I've dropped the spaces before the TABs (also in the r8a7795 patch). 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 5/8] clk: renesas: r8a7796: Add CMT clocks Date: Mon, 12 Sep 2016 10:35:59 +0200 Message-ID: References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> Sender: linux-sh-owner@vger.kernel.org To: PhucBui Cc: Daniel Lezcano , Thomas Gleixner , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux-sh list , Geert Uytterhoeven , Linux-Renesas , linux-arm-kernel@vger.kernel.org, Laurent Pinchart , Magnus Damm , Simon Horman , Kuninori Morimoto , Yoshihiro Shimoda , Ryusuke Sakato , =?UTF-8?B?56iy5ZCJ?= , Cao Minh Hiep List-Id: devicetree@vger.kernel.org On Fri, Sep 9, 2016 at 1:43 PM, wrote: > From: Bui Duc Phuc > > This patch adds CMT module clocks for r8a7796 SoC. > > Signed-off-by: Bui Duc Phuc Reviewed-by: Geert Uytterhoeven (will queue in clk-renesas-for-v4.9) > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > @@ -97,6 +97,10 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = { > }; > > static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { > + DEF_MOD("cmt3", 300, R8A7796_CLK_R), > + DEF_MOD("cmt2", 301, R8A7796_CLK_R), > + DEF_MOD("cmt1", 302, R8A7796_CLK_R), > + DEF_MOD("cmt0", 303, R8A7796_CLK_R), BTW, I've dropped the spaces before the TABs (also in the r8a7795 patch). 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:36012 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756592AbcILIgA (ORCPT ); Mon, 12 Sep 2016 04:36:00 -0400 MIME-Version: 1.0 In-Reply-To: <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> From: Geert Uytterhoeven Date: Mon, 12 Sep 2016 10:35:59 +0200 Message-ID: Subject: Re: [PATCH 5/8] clk: renesas: r8a7796: Add CMT clocks To: PhucBui Cc: Daniel Lezcano , Thomas Gleixner , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux-sh list , Geert Uytterhoeven , Linux-Renesas , linux-arm-kernel@vger.kernel.org, Laurent Pinchart , Magnus Damm , Simon Horman , Kuninori Morimoto , Yoshihiro Shimoda , Ryusuke Sakato , =?UTF-8?B?56iy5ZCJ?= , Cao Minh Hiep , =?UTF-8?B?RHVuZ++8muS6uuOCvQ==?= Content-Type: text/plain; charset=UTF-8 Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Fri, Sep 9, 2016 at 1:43 PM, wrote: > From: Bui Duc Phuc > > This patch adds CMT module clocks for r8a7796 SoC. > > Signed-off-by: Bui Duc Phuc Reviewed-by: Geert Uytterhoeven (will queue in clk-renesas-for-v4.9) > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > @@ -97,6 +97,10 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = { > }; > > static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { > + DEF_MOD("cmt3", 300, R8A7796_CLK_R), > + DEF_MOD("cmt2", 301, R8A7796_CLK_R), > + DEF_MOD("cmt1", 302, R8A7796_CLK_R), > + DEF_MOD("cmt0", 303, R8A7796_CLK_R), BTW, I've dropped the spaces before the TABs (also in the r8a7795 patch). 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Mon, 12 Sep 2016 10:35:59 +0200 Subject: [PATCH 5/8] clk: renesas: r8a7796: Add CMT clocks In-Reply-To: <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> <1473421394-9745-6-git-send-email-bd-phuc@jinso.co.jp> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 9, 2016 at 1:43 PM, wrote: > From: Bui Duc Phuc > > This patch adds CMT module clocks for r8a7796 SoC. > > Signed-off-by: Bui Duc Phuc Reviewed-by: Geert Uytterhoeven (will queue in clk-renesas-for-v4.9) > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > @@ -97,6 +97,10 @@ static const struct cpg_core_clk r8a7796_core_clks[] __initconst = { > }; > > static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { > + DEF_MOD("cmt3", 300, R8A7796_CLK_R), > + DEF_MOD("cmt2", 301, R8A7796_CLK_R), > + DEF_MOD("cmt1", 302, R8A7796_CLK_R), > + DEF_MOD("cmt0", 303, R8A7796_CLK_R), BTW, I've dropped the spaces before the TABs (also in the r8a7795 patch). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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