Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-02 Thread Suman Anna
Hi Arnaud, On 10/02/2018 04:43 AM, Arnaud Pouliquen wrote: > Hi Suman, > > On 09/15/2018 02:37 AM, Suman Anna wrote: >> The remoteproc framework provides a sysfs file 'firmware' >> for modifying the firmware image name from userspace. Add >> an additional check to ensure NULL firmwares are

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-02 Thread Suman Anna
Hi Arnaud, On 10/02/2018 04:43 AM, Arnaud Pouliquen wrote: > Hi Suman, > > On 09/15/2018 02:37 AM, Suman Anna wrote: >> The remoteproc framework provides a sysfs file 'firmware' >> for modifying the firmware image name from userspace. Add >> an additional check to ensure NULL firmwares are

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-02 Thread Arnaud Pouliquen
Hi Suman, On 09/15/2018 02:37 AM, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-02 Thread Arnaud Pouliquen
Hi Suman, On 09/15/2018 02:37 AM, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

[PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-09-14 Thread Suman Anna
The remoteproc framework provides a sysfs file 'firmware' for modifying the firmware image name from userspace. Add an additional check to ensure NULL firmwares are errored out right away, rather than getting a delayed error while requesting a firmware during the start of a remoteproc later on.

[PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-09-14 Thread Suman Anna
The remoteproc framework provides a sysfs file 'firmware' for modifying the firmware image name from userspace. Add an additional check to ensure NULL firmwares are errored out right away, rather than getting a delayed error while requesting a firmware during the start of a remoteproc later on.