Re: [PATCH] power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe

2020-01-29 Thread Simon Glass
On Fri, 10 Jan 2020 at 02:22, Keerthy wrote: > > commit 29f7d05a347a ("dm: core: Move ofdata_to_platdata() call earlier") > introduces changes in the order of device_probe execution. > ofdata_to_platdata now comes before the probe function which resulted in > a deadlock and caused boot hang on

Re: [PATCH] power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe

2020-01-10 Thread Lokesh Vutla
On 10/01/20 2:52 PM, Keerthy wrote: > commit 29f7d05a347a ("dm: core: Move ofdata_to_platdata() call earlier") > introduces changes in the order of device_probe execution. > ofdata_to_platdata now comes before the probe function which resulted in > a deadlock and caused boot hang on AM6

[PATCH] power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missing probe

2020-01-10 Thread Keerthy
commit 29f7d05a347a ("dm: core: Move ofdata_to_platdata() call earlier") introduces changes in the order of device_probe execution. ofdata_to_platdata now comes before the probe function which resulted in a deadlock and caused boot hang on AM6 devices. Deadlock sequence: