RE: [PATCH] clk: renesas: mstp: disable runtime pm for r7s72100

2017-02-03 Thread Chris Brandt
On Friday, January 27, 2017, Chris Brandt wrote: > Due to the lack of clock status bits, we need to disable runtime pm > for all RZ/A1 peripherals. Otherwise, it is possible that a driver > will start using a peripheral before it is fully ready. > > By using pm_clk_resume immediately after we add

[PATCH] clk: renesas: mstp: disable runtime pm for r7s72100

2017-01-27 Thread Chris Brandt
Due to the lack of clock status bits, we need to disable runtime pm for all RZ/A1 peripherals. Otherwise, it is possible that a driver will start using a peripheral before it is fully ready. By using pm_clk_resume immediately after we add the clock we ensure the usage counter will never get back d