RE: [PATCH 3/3] remoteproc: stm32: update error management in stm32_copro_start

2020-11-25 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: jeudi 15 octobre 2020 15:01 > > The coprocessor is running as soon as the hold boot is de-asserted. > > So indicate this running state and save the resource table even if the > protective > assert, to avoid autonomous reboot, is failed. > > This error case

Re: [PATCH 3/3] remoteproc: stm32: update error management in stm32_copro_start

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/15/20 3:01 PM, Patrick Delaunay wrote: > The coprocessor is running as soon as the hold boot is de-asserted. > > So indicate this running state and save the resource table even > if the protective assert, to avoid autonomous reboot, is failed. > > This error case should never occu

[PATCH 3/3] remoteproc: stm32: update error management in stm32_copro_start

2020-10-15 Thread Patrick Delaunay
The coprocessor is running as soon as the hold boot is de-asserted. So indicate this running state and save the resource table even if the protective assert, to avoid autonomous reboot, is failed. This error case should never occurs. Cc: Fabien DESSENNE Cc: Arnaud POULIQUEN Signed-off-by: Pat