Re: [PATCH] PM / devfreq: passive: Update frequency when start governor

2020-11-09 Thread Chanwoo Choi
Hi Marek, Thanks for bug reporting. I'll check and fix it. Best Regards, Chanwoo Choi On 11/9/20 6:22 PM, Marek Szyprowski wrote: > Hi Chanwoo, > > On 03.11.2020 08:06, Chanwoo Choi wrote: >> If the parent device changes the their frequency before registering >> the passive device, the passive

Re: [PATCH] PM / devfreq: passive: Update frequency when start governor

2020-11-09 Thread Marek Szyprowski
Hi Chanwoo, On 03.11.2020 08:06, Chanwoo Choi wrote: > If the parent device changes the their frequency before registering > the passive device, the passive device cannot receive the notification > from parent device and then the passive device cannot be able to > set the proper frequency accordin

[PATCH] PM / devfreq: passive: Update frequency when start governor

2020-11-02 Thread Chanwoo Choi
If the parent device changes the their frequency before registering the passive device, the passive device cannot receive the notification from parent device and then the passive device cannot be able to set the proper frequency according to the frequency of parent device. So, when start the passi