Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-02-08 Thread Mathieu Poirier
On Wed, Feb 03, 2021 at 08:58:15AM +0100, Arnaud POULIQUEN wrote: > > > On 2/2/21 11:42 PM, Mathieu Poirier wrote: > > On Tue, Feb 02, 2021 at 09:54:13AM +0100, Arnaud POULIQUEN wrote: > >> > >> > >> On 2/2/21 1:49 AM, Mathieu Poirier wrote: > >>> On Wed, Jan 27, 2021 at 10:21:24AM +0100, Arnaud

Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-02-02 Thread Arnaud POULIQUEN
On 2/2/21 11:42 PM, Mathieu Poirier wrote: > On Tue, Feb 02, 2021 at 09:54:13AM +0100, Arnaud POULIQUEN wrote: >> >> >> On 2/2/21 1:49 AM, Mathieu Poirier wrote: >>> On Wed, Jan 27, 2021 at 10:21:24AM +0100, Arnaud POULIQUEN wrote: Hi Mathieu On 12/18/20 6:32 PM, Mathieu Poirier

Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-02-02 Thread Mathieu Poirier
On Tue, Feb 02, 2021 at 09:54:13AM +0100, Arnaud POULIQUEN wrote: > > > On 2/2/21 1:49 AM, Mathieu Poirier wrote: > > On Wed, Jan 27, 2021 at 10:21:24AM +0100, Arnaud POULIQUEN wrote: > >> Hi Mathieu > >> > >> On 12/18/20 6:32 PM, Mathieu Poirier wrote: > >>> Following the work done here [1],

Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-02-02 Thread Arnaud POULIQUEN
On 2/2/21 1:49 AM, Mathieu Poirier wrote: > On Wed, Jan 27, 2021 at 10:21:24AM +0100, Arnaud POULIQUEN wrote: >> Hi Mathieu >> >> On 12/18/20 6:32 PM, Mathieu Poirier wrote: >>> Following the work done here [1], this set provides support for the >>> remoteproc core to release resources

Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-02-01 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 10:21:24AM +0100, Arnaud POULIQUEN wrote: > Hi Mathieu > > On 12/18/20 6:32 PM, Mathieu Poirier wrote: > > Following the work done here [1], this set provides support for the > > remoteproc core to release resources associated with a remote processor > > without having to

Re: [PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2021-01-27 Thread Arnaud POULIQUEN
Hi Mathieu On 12/18/20 6:32 PM, Mathieu Poirier wrote: > Following the work done here [1], this set provides support for the > remoteproc core to release resources associated with a remote processor > without having to switch it off. That way a platform driver can be removed > or the application

[PATCH v4 00/17] remoteproc: Add support for detaching a rproc

2020-12-18 Thread Mathieu Poirier
Following the work done here [1], this set provides support for the remoteproc core to release resources associated with a remote processor without having to switch it off. That way a platform driver can be removed or the application processor power cycled while the remote processor is still