Re: [PATCH] clk: renesas: r7s9210: Add SPI clocks

2018-09-28 Thread Simon Horman
On Wed, Sep 26, 2018 at 08:39:56AM -0500, Chris Brandt wrote: > Add RSPI clocks for RZ/A2. > > Signed-off-by: Chris Brandt Reviewed-by: Simon Horman

Re: [PATCH] clk: renesas: r7s9210: Add SPI clocks

2018-09-26 Thread Geert Uytterhoeven
On Wed, Sep 26, 2018 at 3:40 PM Chris Brandt wrote: > Add RSPI clocks for RZ/A2. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven i.e. will queue in clk-renesas-for-v4.20. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

[PATCH] clk: renesas: r7s9210: Add SPI clocks

2018-09-26 Thread Chris Brandt
Add RSPI clocks for RZ/A2. Signed-off-by: Chris Brandt --- drivers/clk/renesas/r7s9210-cpg-mssr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clk/renesas/r7s9210-cpg-mssr.c b/drivers/clk/renesas/r7s9210-cpg-mssr.c index d8ff4cb0defc..5135f13ec628 100644 ---