Re: [PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

2018-12-11 Thread Lukasz Luba
Hi MyungJoo, Thank you for taking the patch set. Please check my response bellow. On 12/11/18 2:43 AM, MyungJoo Ham wrote: >> Hi Lukasz, >> >> On 2018년 12월 05일 20:05, Lukasz Luba wrote: >>> The patch prepares devfreq device for handling suspend/resume >>> functionality. The new fields will store

RE: Re: [PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

2018-12-10 Thread MyungJoo Ham
> Hi Lukasz, > > On 2018년 12월 05일 20:05, Lukasz Luba wrote: > > The patch prepares devfreq device for handling suspend/resume > > functionality. The new fields will store needed information during this > > process. Devfreq framework handles opp-suspend DT entry and there is no > > need of modyfica

Re: [PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

2018-12-06 Thread Lukasz Luba
Hi Chanwoo, On 12/6/18 2:17 AM, Chanwoo Choi wrote: > Hi Lukasz, > > On 2018년 12월 05일 20:05, Lukasz Luba wrote: >> The patch prepares devfreq device for handling suspend/resume >> functionality. The new fields will store needed information during this >> process. Devfreq framework handles opp-sus

Re: [PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

2018-12-05 Thread Chanwoo Choi
Hi Lukasz, On 2018년 12월 05일 20:05, Lukasz Luba wrote: > The patch prepares devfreq device for handling suspend/resume > functionality. The new fields will store needed information during this > process. Devfreq framework handles opp-suspend DT entry and there is no > need of modyfications in the d

[PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

2018-12-05 Thread Lukasz Luba
The patch prepares devfreq device for handling suspend/resume functionality. The new fields will store needed information during this process. Devfreq framework handles opp-suspend DT entry and there is no need of modyfications in the drivers code. It uses atomic variables to make sure no race cond