Re: [PATCH v3 4/5] drivers: power: suspend: call devfreq suspend/resume

2019-01-03 Thread Rafael J. Wysocki
On Wed, Jan 2, 2019 at 4:08 PM Lukasz Luba wrote: > > Hi Rafael, > > Gentle ping... > Please take this patch, it got ACK. > The other patches have been taken through MyungJoo's > tree, but this one is actually enabling the feature. Applied now and sorry for missing it. Thanks!

Re: [PATCH v3 4/5] drivers: power: suspend: call devfreq suspend/resume

2019-01-02 Thread Lukasz Luba
Hi Rafael, Gentle ping... Please take this patch, it got ACK. The other patches have been taken through MyungJoo's tree, but this one is actually enabling the feature. Regards, Lukasz On 12/21/18 1:33 AM, MyungJoo Ham wrote: >> On 2018-12-05 12:05, Lukasz Luba wrote: >>> Devfreq framework suppo

RE: Re: [PATCH v3 4/5] drivers: power: suspend: call devfreq suspend/resume

2018-12-20 Thread MyungJoo Ham
>On 2018-12-05 12:05, Lukasz Luba wrote: >> Devfreq framework supports suspend of its devices. >> Call the the devfreq interface and allow devfreq devices preserve/restore >> their states during suspend/resume. >> >> Suggested-by: Tobias Jakobi >> Reviewed-by: Chanwoo Choi >> Signed-off-by: Lukas

Re: [PATCH v3 4/5] drivers: power: suspend: call devfreq suspend/resume

2018-12-13 Thread Lukasz Luba
Hi Rafael, I see that you have pulled 3 patches. Please take also this patch, which is actually enabling the feature. Regards, Lukasz On 12/5/18 12:05 PM, Lukasz Luba wrote: > Devfreq framework supports suspend of its devices. > Call the the devfreq interface and allow devfreq devices preserve/r

[PATCH v3 4/5] drivers: power: suspend: call devfreq suspend/resume

2018-12-05 Thread Lukasz Luba
Devfreq framework supports suspend of its devices. Call the the devfreq interface and allow devfreq devices preserve/restore their states during suspend/resume. Suggested-by: Tobias Jakobi Reviewed-by: Chanwoo Choi Signed-off-by: Lukasz Luba --- drivers/base/power/main.c | 3 +++ 1 file change