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

2020-10-04 Thread Nicolas Boichat
On Thu, Oct 1, 2020 at 11:03 PM Matthias Brugger wrote: > > > > On 28/09/2020 05:31, 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

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

2020-10-01 Thread Matthias Brugger
On 28/09/2020 05:31, 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 the power domain again, triggerin

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

2020-09-27 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