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

2020-07-30 Thread Mathieu Poirier
On Wed, Jul 29, 2020 at 10:40:00AM -0700, Siddharth Gupta 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

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

2020-07-29 Thread Bjorn Andersson
On Wed 29 Jul 10:40 PDT 2020, Siddharth Gupta 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 is

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

2020-07-29 Thread Siddharth Gupta
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 is implemented to enable the shutdown on release feature which