Re: [PATCH v2] clk: renesas: r9a06g032: Add clock domain support

2019-05-24 Thread Geert Uytterhoeven
Hi Gareth, On Fri, May 24, 2019 at 2:28 PM Gareth Williams wrote: > On Tue, May 22, 2019 at 1:02 PM Gareth Williams > wrote: > > On Tue, May 21, 2019 at 2:35 PM Gareth Williams > > wrote: > > > There are several clocks on the r9ag032 which are currently not > > > enabled in their drivers that c

RE: [PATCH v2] clk: renesas: r9a06g032: Add clock domain support

2019-05-24 Thread Gareth Williams
Hi Geert, Thanks for the feedback. I added some additional information about the logic I used for the USB clocks inline below and will send V3 shortly. On Tue, May 22, 2019 at 1:02 PM Gareth Williams wrote: > Hi Gareth, > > On Tue, May 21, 2019 at 2:35 PM Gareth Williams > wrote: > > There ar

Re: [PATCH v2] clk: renesas: r9a06g032: Add clock domain support

2019-05-22 Thread Geert Uytterhoeven
Hi Gareth, On Tue, May 21, 2019 at 2:35 PM Gareth Williams wrote: > There are several clocks on the r9ag032 which are currently not enabled > in their drivers that can be delegated to clock domain system for power > management. Therefore add support for clock domain functionality to the > r9a06g0

[PATCH v2] clk: renesas: r9a06g032: Add clock domain support

2019-05-21 Thread Gareth Williams
There are several clocks on the r9ag032 which are currently not enabled in their drivers that can be delegated to clock domain system for power management. Therefore add support for clock domain functionality to the r9a06g032 clock driver. Signed-off-by: Gareth Williams --- v2: - Rebased onto ke