Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-07 Thread Arnaud Pouliquen
On 12/06/2017 10:53 PM, Bjorn Andersson wrote: > On Wed 06 Dec 00:55 PST 2017, Arnaud Pouliquen wrote: > >> Hello, >> >> I saw your new version but i 'm answering to this one to continue >> discussion. >> > > That's fine. > >> On 12/05/2017 06:17 PM, Bjorn Andersson wrote: >>> On Tue 05 Dec 02

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-06 Thread Bjorn Andersson
On Wed 06 Dec 00:55 PST 2017, Arnaud Pouliquen wrote: > Hello, > > I saw your new version but i 'm answering to this one to continue > discussion. > That's fine. > On 12/05/2017 06:17 PM, Bjorn Andersson wrote: > > On Tue 05 Dec 02:54 PST 2017, Arnaud Pouliquen wrote: > >> On 12/05/2017 07:46

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-06 Thread Arnaud Pouliquen
Hello, I saw your new version but i 'm answering to this one to continue discussion. On 12/05/2017 06:17 PM, Bjorn Andersson wrote: > On Tue 05 Dec 02:54 PST 2017, Arnaud Pouliquen wrote: > >> >> >> On 12/05/2017 07:46 AM, Bjorn Andersson wrote: >>> On Fri 01 Dec 06:50 PST 2017, Arnaud Pouliquen

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-05 Thread Bjorn Andersson
On Tue 05 Dec 02:54 PST 2017, Arnaud Pouliquen wrote: > > > On 12/05/2017 07:46 AM, Bjorn Andersson wrote: > > On Fri 01 Dec 06:50 PST 2017, Arnaud Pouliquen wrote: > > > >> hello Bjorn, > >> > >> Sorry for these late remarks/questions > >> > > > > No worries, I'm happy to see you reading the

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-05 Thread Arnaud Pouliquen
On 12/05/2017 07:46 AM, Bjorn Andersson wrote: > On Fri 01 Dec 06:50 PST 2017, Arnaud Pouliquen wrote: > >> hello Bjorn, >> >> Sorry for these late remarks/questions >> > > No worries, I'm happy to see you reading the patch! > >> >> On 11/30/2017 02:16 AM, Bjorn Andersson wrote: > [..] >>> dif

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-04 Thread Bjorn Andersson
On Fri 01 Dec 06:50 PST 2017, Arnaud Pouliquen wrote: > hello Bjorn, > > Sorry for these late remarks/questions > No worries, I'm happy to see you reading the patch! > > On 11/30/2017 02:16 AM, Bjorn Andersson wrote: [..] > > diff --git a/drivers/remoteproc/qcom_common.c > > b/drivers/remote

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-12-01 Thread Arnaud Pouliquen
hello Bjorn, Sorry for these late remarks/questions On 11/30/2017 02:16 AM, Bjorn Andersson wrote: > remoteproc instances can be stopped either by invoking shutdown or by an > attempt to recover from a crash. For some subdev types it's expected to > clean up gracefully during a shutdown, but are

Re: [PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-11-30 Thread Chris Lew
On 11/29/2017 5:16 PM, Bjorn Andersson wrote: remoteproc instances can be stopped either by invoking shutdown or by an attempt to recover from a crash. For some subdev types it's expected to clean up gracefully during a shutdown, but are unable to do so during a crash - so pass this information

[PATCH v4 3/5] remoteproc: Pass type of shutdown to subdev remove

2017-11-29 Thread Bjorn Andersson
remoteproc instances can be stopped either by invoking shutdown or by an attempt to recover from a crash. For some subdev types it's expected to clean up gracefully during a shutdown, but are unable to do so during a crash - so pass this information to the subdev remove functions. Signed-off-by: B