Re: [PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3

2018-05-09 Thread Geert Uytterhoeven
Hi Shimoda-san, On Fri, Apr 20, 2018 at 2:27 PM, Yoshihiro Shimoda wrote: > --- /dev/null > +++ b/drivers/clk/renesas/r8a77990-cpg-mssr.c > @@ -0,0 +1,289 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ For the record: SPDX lines in C source files should use

Re: [PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3

2018-04-24 Thread Geert Uytterhoeven
On Fri, Apr 20, 2018 at 2:27 PM, Yoshihiro Shimoda wrote: > Initial support for R-Car E3 (r8a77990), including core and module > clocks. > > Based on the Table 8.2g of "R-Car Series, 3rd Generation User's Manual: > Hardware ((Rev. 0.80, Oct 31, 2017) with Manual

[PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3

2018-04-20 Thread Yoshihiro Shimoda
Initial support for R-Car E3 (r8a77990), including core and module clocks. Based on the Table 8.2g of "R-Car Series, 3rd Generation User's Manual: Hardware ((Rev. 0.80, Oct 31, 2017) with Manual Errata on Feb. 28, 2018". Inspried by patches by Takeshi Kihara in the BSP. Signed-off-by: Yoshihiro