Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread

2017-01-05 Thread Tony Lindgren
* Santosh Shilimkar [170105 13:18]: > > > On 1/5/2017 1:08 PM, Suman Anna wrote: > > On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: > > > The function wkup_m3_rproc_boot_thread waits for > > > asynchronous firmware loading to parse the resource table > > > before calling rproc_boot(). However,

Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread

2017-01-05 Thread Sarangdhar Joshi
On 01/05/2017 01:08 PM, Suman Anna wrote: On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: The function wkup_m3_rproc_boot_thread waits for asynchronous firmware loading to parse the resource table before calling rproc_boot(). However, as the resource table parsing has been moved to rproc_boot(),

Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread

2017-01-05 Thread Santosh Shilimkar
On 1/5/2017 1:08 PM, Suman Anna wrote: On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: The function wkup_m3_rproc_boot_thread waits for asynchronous firmware loading to parse the resource table before calling rproc_boot(). However, as the resource table parsing has been moved to rproc_boot(),

Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread

2017-01-05 Thread Suman Anna
On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: > The function wkup_m3_rproc_boot_thread waits for > asynchronous firmware loading to parse the resource table > before calling rproc_boot(). However, as the resource table > parsing has been moved to rproc_boot(), there's no need to > wait for the as