Re: [PATCH] soc: mediatek: Check if power domains can be powered on at boot time

2020-09-21 Thread Nicolas Boichat
Hi, On Tue, Sep 22, 2020 at 1:07 AM Matthias Brugger wrote: > > Hi Nicolas, > > Thanks for the patch. > > On 30/07/2020 06:01, Nicolas Boichat wrote: > > In the error case, where a power domain cannot be powered on > > successfully at boot time (in mtk_register_power_domains), > > pm_genpd_init w

Re: [PATCH] soc: mediatek: Check if power domains can be powered on at boot time

2020-09-21 Thread Matthias Brugger
Hi Nicolas, Thanks for the patch. On 30/07/2020 06:01, Nicolas Boichat wrote: In the error case, where a power domain cannot be powered on successfully at boot time (in mtk_register_power_domains), pm_genpd_init would still be called with is_off=false, and the system would later try to disable

Re: [PATCH] soc: mediatek: Check if power domains can be powered on at boot time

2020-09-11 Thread Nicolas Boichat
Matthias, gentle ping on the patch below >>> Thanks! On Thu, Jul 30, 2020 at 12:01 PM Nicolas Boichat wrote: > > In the error case, where a power domain cannot be powered on > successfully at boot time (in mtk_register_power_domains), > pm_genpd_init would still be called with is_off=false, and

[PATCH] soc: mediatek: Check if power domains can be powered on at boot time

2020-07-29 Thread Nicolas Boichat
In the error case, where a power domain cannot be powered on successfully at boot time (in mtk_register_power_domains), pm_genpd_init would still be called with is_off=false, and the system would later try to disable the power domain again, triggering warnings as disabled clocks are disabled again