Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-21 Thread Mathieu Poirier
On Wed, 20 May 2020 at 23:22, Bjorn Andersson wrote: > > On Wed 20 May 15:06 PDT 2020, Mathieu Poirier wrote: > > > On Mon, May 18, 2020 at 05:55:00PM -0700, Bjorn Andersson wrote: > > > On Fri 15 May 12:24 PDT 2020, Mathieu Poirier wrote: > > > > > > > Good day Bjorn, > > > > > > > > On Wed, May

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-20 Thread Bjorn Andersson
On Wed 20 May 15:06 PDT 2020, Mathieu Poirier wrote: > On Mon, May 18, 2020 at 05:55:00PM -0700, Bjorn Andersson wrote: > > On Fri 15 May 12:24 PDT 2020, Mathieu Poirier wrote: > > > > > Good day Bjorn, > > > > > > On Wed, May 13, 2020 at 06:32:24PM -0700, Bjorn Andersson wrote: > > > > On Fri 0

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-20 Thread Mathieu Poirier
On Mon, May 18, 2020 at 05:55:00PM -0700, Bjorn Andersson wrote: > On Fri 15 May 12:24 PDT 2020, Mathieu Poirier wrote: > > > Good day Bjorn, > > > > On Wed, May 13, 2020 at 06:32:24PM -0700, Bjorn Andersson wrote: > > > On Fri 08 May 14:01 PDT 2020, Mathieu Poirier wrote: > > > > > > > On Tue,

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-18 Thread Bjorn Andersson
On Fri 15 May 12:24 PDT 2020, Mathieu Poirier wrote: > Good day Bjorn, > > On Wed, May 13, 2020 at 06:32:24PM -0700, Bjorn Andersson wrote: > > On Fri 08 May 14:01 PDT 2020, Mathieu Poirier wrote: > > > > > On Tue, May 05, 2020 at 05:22:53PM -0700, Bjorn Andersson wrote: > > > > On Fri 24 Apr 13

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-15 Thread Mathieu Poirier
Good day Bjorn, On Wed, May 13, 2020 at 06:32:24PM -0700, Bjorn Andersson wrote: > On Fri 08 May 14:01 PDT 2020, Mathieu Poirier wrote: > > > On Tue, May 05, 2020 at 05:22:53PM -0700, Bjorn Andersson wrote: > > > On Fri 24 Apr 13:01 PDT 2020, Mathieu Poirier wrote: > > > > > > > Add a new sync_o

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-13 Thread Bjorn Andersson
On Fri 08 May 14:01 PDT 2020, Mathieu Poirier wrote: > On Tue, May 05, 2020 at 05:22:53PM -0700, Bjorn Andersson wrote: > > On Fri 24 Apr 13:01 PDT 2020, Mathieu Poirier wrote: > > > > > Add a new sync_ops to support use cases where the remoteproc > > > core is synchronising with the remote proce

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-08 Thread Mathieu Poirier
On Tue, May 05, 2020 at 05:22:53PM -0700, Bjorn Andersson wrote: > On Fri 24 Apr 13:01 PDT 2020, Mathieu Poirier wrote: > > > Add a new sync_ops to support use cases where the remoteproc > > core is synchronising with the remote processor. Exactly when to use > > the synchronisation operations is

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-05-05 Thread Bjorn Andersson
On Fri 24 Apr 13:01 PDT 2020, Mathieu Poirier wrote: > Add a new sync_ops to support use cases where the remoteproc > core is synchronising with the remote processor. Exactly when to use > the synchronisation operations is directed by the flags in structure > rproc_sync_flags. > I'm sorry, but

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-04-30 Thread Mathieu Poirier
On Tue, Apr 28, 2020 at 06:38:41PM +0200, Arnaud POULIQUEN wrote: > > > On 4/24/20 10:01 PM, Mathieu Poirier wrote: > > Add a new sync_ops to support use cases where the remoteproc > > core is synchronising with the remote processor. Exactly when to use > > the synchronisation operations is dire

Re: [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

2020-04-28 Thread Arnaud POULIQUEN
On 4/24/20 10:01 PM, Mathieu Poirier wrote: > Add a new sync_ops to support use cases where the remoteproc > core is synchronising with the remote processor. Exactly when to use > the synchronisation operations is directed by the flags in structure > rproc_sync_flags. > > Signed-off-by: Mathie