Re: [PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Laurent Pinchart
Hi Kieran, On Tuesday 17 May 2016 14:03:41 Kieran Bingham wrote: > On 17/05/16 11:25, Geert Uytterhoeven wrote: > > On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham wrote: > >> Add the clocks with a parent of S2D1 for now, until the correct > >> parentage is identified > > > > Thanks for your pat

Re: [PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Geert Uytterhoeven
Hi Kieran, On Tue, May 17, 2016 at 3:03 PM, Kieran Bingham wrote: > On 17/05/16 11:25, Geert Uytterhoeven wrote: >> On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham >> wrote: >>> Add the clocks with a parent of S2D1 for now, until the correct >>> parentage is identified >> >> Thanks for your pa

Re: [PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Laurent Pinchart
Hello Kieran, On Tuesday 17 May 2016 12:25:37 Geert Uytterhoeven wrote: > On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham wrote: > > Add the clocks with a parent of S2D1 for now, until the correct > > parentage is identified > > Thanks for your patch! > > > --- a/drivers/clk/renesas/r8a7795-cpg

Re: [PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Kieran Bingham
Thanks Geert, On 17/05/16 11:25, Geert Uytterhoeven wrote: > Hi Kieran, > > On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham > wrote: >> Add the clocks with a parent of S2D1 for now, until the correct >> parentage is identified > > Thanks for your patch! > >> --- a/drivers/clk/renesas/r8a7795

Re: [PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Geert Uytterhoeven
Hi Kieran, On Tue, May 17, 2016 at 12:03 PM, Kieran Bingham wrote: > Add the clocks with a parent of S2D1 for now, until the correct > parentage is identified Thanks for your patch! > --- a/drivers/clk/renesas/r8a7795-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7795-cpg-mssr.c > @@ -128,6 +128,9

[PATCH] clk: renesas: Provide r8a7795 FDP1 clocks

2016-05-17 Thread Kieran Bingham
Add the clocks with a parent of S2D1 for now, until the correct parentage is identified --- drivers/clk/renesas/r8a7795-cpg-mssr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clk/renesas/r8a7795-cpg-mssr.c b/drivers/clk/renesas/r8a7795-cpg-mssr.c index 6af7f5b6e824..5fdc6bd840a