Re: [PATCH v2 1/3] clk: renesas: mstp: Keep wakeup sources active during system suspend

2017-12-14 Thread Geert Uytterhoeven
On Thu, Dec 14, 2017 at 3:10 PM, Ulf Hansson wrote: > On 9 November 2017 at 14:27, Geert Uytterhoeven > wrote: >> If a device is part of the CPG/MSTP Clock Domain and to be used as a >> wakeup source, it must be kept active during system suspend.

Re: [PATCH v2 1/3] clk: renesas: mstp: Keep wakeup sources active during system suspend

2017-12-14 Thread Ulf Hansson
On 9 November 2017 at 14:27, Geert Uytterhoeven wrote: > If a device is part of the CPG/MSTP Clock Domain and to be used as a > wakeup source, it must be kept active during system suspend. > > Currently this is handled in device-specific drivers by explicitly > increasing

[PATCH v2 1/3] clk: renesas: mstp: Keep wakeup sources active during system suspend

2017-11-09 Thread Geert Uytterhoeven
If a device is part of the CPG/MSTP Clock Domain and to be used as a wakeup source, it must be kept active during system suspend. Currently this is handled in device-specific drivers by explicitly increasing the use count of the module clock when the device is configured as a wakeup source.