Re: [PATCH] remoteproc: k3-r5: Delay notification of wakeup event

2024-08-19 Thread Mathieu Poirier
On Fri, Aug 09, 2024 at 11:31:32AM +0530, Beleswar Padhi wrote: > From: Udit Kumar > > Few times, core1 was scheduled to boot first before core0, which leads > to error: > > 'k3_r5_rproc_start: can not start core 1 before core 0'. > > This was happening due to some scheduling between prepare an

[PATCH] remoteproc: k3-r5: Delay notification of wakeup event

2024-08-08 Thread Beleswar Padhi
From: Udit Kumar Few times, core1 was scheduled to boot first before core0, which leads to error: 'k3_r5_rproc_start: can not start core 1 before core 0'. This was happening due to some scheduling between prepare and start callback. The probe function waits for event, which is getting triggered