Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-07-01 Thread Bjorn Andersson
On Wed 01 Jul 05:13 PDT 2020, Arnaud POULIQUEN wrote: > > > On 7/1/20 12:02 AM, Siddharth Gupta wrote: > > > > On 6/30/2020 12:43 AM, Arnaud POULIQUEN wrote: > >> > >> On 6/30/20 7:38 AM, Siddharth Gupta wrote: > >>> On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: > On 6/16/20 9:56 PM,

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-07-01 Thread Arnaud POULIQUEN
On 7/1/20 12:02 AM, Siddharth Gupta wrote: > > On 6/30/2020 12:43 AM, Arnaud POULIQUEN wrote: >> >> On 6/30/20 7:38 AM, Siddharth Gupta wrote: >>> On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: > On 2020-04-30 01:30, Arnaud POULIQUEN

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-30 Thread Bjorn Andersson
On Tue 30 Jun 00:43 PDT 2020, Arnaud POULIQUEN wrote: > > > On 6/30/20 7:38 AM, Siddharth Gupta wrote: > > > > On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: > >> > >> On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: > >>> On 2020-04-30 01:30, Arnaud POULIQUEN wrote: > Hi Rishabh, >

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-30 Thread Siddharth Gupta
On 6/30/2020 12:43 AM, Arnaud POULIQUEN wrote: On 6/30/20 7:38 AM, Siddharth Gupta wrote: On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: On 2020-04-30 01:30, Arnaud POULIQUEN wrote: Hi Rishabh, On 4/21/20 8:10 PM, Rishabh Bhatnagar

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-30 Thread Arnaud POULIQUEN
On 6/30/20 7:38 AM, Siddharth Gupta wrote: > > On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: >> >> On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: >>> On 2020-04-30 01:30, Arnaud POULIQUEN wrote: Hi Rishabh, On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: > Add the

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-29 Thread Siddharth Gupta
On 6/17/2020 1:44 AM, Arnaud POULIQUEN wrote: On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: On 2020-04-30 01:30, Arnaud POULIQUEN wrote: Hi Rishabh, On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: Add the character device interface into remoteproc framework. This interface can be used

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-17 Thread Arnaud POULIQUEN
On 6/16/20 9:56 PM, risha...@codeaurora.org wrote: > On 2020-04-30 01:30, Arnaud POULIQUEN wrote: >> Hi Rishabh, >> >> >> On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: >>> Add the character device interface into remoteproc framework. >>> This interface can be used in order to boot/shutdown

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-06-16 Thread rishabhb
On 2020-04-30 01:30, Arnaud POULIQUEN wrote: Hi Rishabh, On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: Add the character device interface into remoteproc framework. This interface can be used in order to boot/shutdown remote subsystems and provides a basic ioctl based interface to implement

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-04-30 Thread Mathieu Poirier
On Thu, 30 Apr 2020 at 02:30, Arnaud POULIQUEN wrote: > > Hi Rishabh, > > > On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: > > Add the character device interface into remoteproc framework. > > This interface can be used in order to boot/shutdown remote > > subsystems and provides a basic ioctl

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-04-30 Thread Arnaud POULIQUEN
Hi Rishabh, On 4/21/20 8:10 PM, Rishabh Bhatnagar wrote: > Add the character device interface into remoteproc framework. > This interface can be used in order to boot/shutdown remote > subsystems and provides a basic ioctl based interface to implement > supplementary functionality. An ioctl call

Re: [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

2020-04-29 Thread Mathieu Poirier
On Tue, Apr 21, 2020 at 11:10:17AM -0700, Rishabh Bhatnagar wrote: > Add the character device interface into remoteproc framework. > This interface can be used in order to boot/shutdown remote > subsystems and provides a basic ioctl based interface to implement > supplementary functionality. An