From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 14 Dec 2015 09:41:29 +0000 Subject: Re: [PATCH/RFC 05/19] ARM: shmobile: r8a7793: add MSTP10 clocks to device tree Message-Id: List-Id: References: <1449802376-11301-1-git-send-email-horms+renesas@verge.net.au> <1449802376-11301-6-git-send-email-horms+renesas@verge.net.au> <87oadtkfrw.wl%kuninori.morimoto.gx@renesas.com> <20151214014735.GA13945@verge.net.au> In-Reply-To: <20151214014735.GA13945@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, Dec 14, 2015 at 2:47 AM, Simon Horman wrote: > On Mon, Dec 14, 2015 at 01:00:59AM +0000, Kuninori Morimoto wrote: >> >> Hi Simon >> >> > Instantiate MSTP10 clocks in r8a7793 device tree. >> > >> > Based on similar work for the r8a7791 by Kuninori Morimoto. >> > >> > Cc: Kuninori Morimoto >> > Signed-off-by: Simon Horman >> > --- >> (snip) >> > + mstp10_clks: mstp10_clks@e6150998 { >> > + compatible = "renesas,r8a7793-mstp-clocks", "renesas,cpg-mstp-clocks"; >> > + reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>; >> >> I wonder does r8a7793 use mstp driver ? not mssr ? >> Because RFC ? > > My main motivation is that it follow the pattern already used > for other clocks in the same file. I believe all the Renesas ARM32 > DTS/DTSI files are currently using mssr. Perhaps we should > come up with a plan to migrate some or all of them to mstp. (it's the other way around ;-) ... plan to migrate some or all of from MSTP to MSSR. 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, 14 Dec 2015 10:41:29 +0100 Subject: [PATCH/RFC 05/19] ARM: shmobile: r8a7793: add MSTP10 clocks to device tree In-Reply-To: <20151214014735.GA13945@verge.net.au> References: <1449802376-11301-1-git-send-email-horms+renesas@verge.net.au> <1449802376-11301-6-git-send-email-horms+renesas@verge.net.au> <87oadtkfrw.wl%kuninori.morimoto.gx@renesas.com> <20151214014735.GA13945@verge.net.au> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Dec 14, 2015 at 2:47 AM, Simon Horman wrote: > On Mon, Dec 14, 2015 at 01:00:59AM +0000, Kuninori Morimoto wrote: >> >> Hi Simon >> >> > Instantiate MSTP10 clocks in r8a7793 device tree. >> > >> > Based on similar work for the r8a7791 by Kuninori Morimoto. >> > >> > Cc: Kuninori Morimoto >> > Signed-off-by: Simon Horman >> > --- >> (snip) >> > + mstp10_clks: mstp10_clks at e6150998 { >> > + compatible = "renesas,r8a7793-mstp-clocks", "renesas,cpg-mstp-clocks"; >> > + reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>; >> >> I wonder does r8a7793 use mstp driver ? not mssr ? >> Because RFC ? > > My main motivation is that it follow the pattern already used > for other clocks in the same file. I believe all the Renesas ARM32 > DTS/DTSI files are currently using mssr. Perhaps we should > come up with a plan to migrate some or all of them to mstp. (it's the other way around ;-) ... plan to migrate some or all of from MSTP to MSSR. 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