Re: [PATCH] remoteproc: k3-r5: Decouple firmware booting from probe routine

2024-09-08 Thread Beleswar Prasad Padhi
On 07/09/24 15:41, Kumar, Udit wrote: On 9/6/2024 3:10 PM, Beleswar Padhi wrote: The current implementation of the waiting mechanism in probe() waits for the 'released_from_reset' flag to be set which is done in k3_r5_rproc_prepare() as part of rproc_fw_boot(). This causes unexpected failures

Re: [PATCH] remoteproc: k3-r5: Decouple firmware booting from probe routine

2024-09-07 Thread Kumar, Udit
On 9/6/2024 3:10 PM, Beleswar Padhi wrote: The current implementation of the waiting mechanism in probe() waits for the 'released_from_reset' flag to be set which is done in k3_r5_rproc_prepare() as part of rproc_fw_boot(). This causes unexpected failures in cases where the firmware is unavaila

Re: [PATCH] remoteproc: k3-r5: Decouple firmware booting from probe routine

2024-09-06 Thread Beleswar Prasad Padhi
Hi Mathieu, On 06-09-2024 22:17, Mathieu Poirier wrote: On Fri, Sep 06, 2024 at 03:10:45PM +0530, Beleswar Padhi wrote: The current implementation of the waiting mechanism in probe() waits for the 'released_from_reset' flag to be set which is done in k3_r5_rproc_prepare() as part of rproc_fw_bo

Re: [PATCH] remoteproc: k3-r5: Decouple firmware booting from probe routine

2024-09-06 Thread Mathieu Poirier
On Fri, Sep 06, 2024 at 03:10:45PM +0530, Beleswar Padhi wrote: > The current implementation of the waiting mechanism in probe() waits for > the 'released_from_reset' flag to be set which is done in > k3_r5_rproc_prepare() as part of rproc_fw_boot(). This causes unexpected If you are looking at rp

[PATCH] remoteproc: k3-r5: Decouple firmware booting from probe routine

2024-09-06 Thread Beleswar Padhi
The current implementation of the waiting mechanism in probe() waits for the 'released_from_reset' flag to be set which is done in k3_r5_rproc_prepare() as part of rproc_fw_boot(). This causes unexpected failures in cases where the firmware is unavailable at boot time, resulting in probe failure an