Re: [PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag

2020-11-22 Thread Suman Anna
On 11/21/20 11:33 PM, Bjorn Andersson wrote: > On Fri 20 Nov 21:44 CST 2020, Suman Anna wrote: > >> On 11/20/20 9:38 PM, Bjorn Andersson wrote: >>> On Fri 20 Nov 21:01 CST 2020, Suman Anna wrote: >>> The remoteproc framework provides sysfs interfaces for changing the firmware name and fo

Re: [PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag

2020-11-21 Thread Bjorn Andersson
On Fri 20 Nov 21:44 CST 2020, Suman Anna wrote: > On 11/20/20 9:38 PM, Bjorn Andersson wrote: > > On Fri 20 Nov 21:01 CST 2020, Suman Anna wrote: > > > >> The remoteproc framework provides sysfs interfaces for changing > >> the firmware name and for starting/stopping a remote processor > >> throu

Re: [PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag

2020-11-20 Thread Suman Anna
On 11/20/20 9:38 PM, Bjorn Andersson wrote: > On Fri 20 Nov 21:01 CST 2020, Suman Anna wrote: > >> The remoteproc framework provides sysfs interfaces for changing >> the firmware name and for starting/stopping a remote processor >> through the sysfs files 'state' and 'firmware'. The 'recovery' >>

Re: [PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag

2020-11-20 Thread Bjorn Andersson
On Fri 20 Nov 21:01 CST 2020, Suman Anna wrote: > The remoteproc framework provides sysfs interfaces for changing > the firmware name and for starting/stopping a remote processor > through the sysfs files 'state' and 'firmware'. The 'recovery' > sysfs file can also be used similarly to control the

[PATCH v2 2/3] remoteproc: Introduce deny_sysfs_ops flag

2020-11-20 Thread Suman Anna
The remoteproc framework provides sysfs interfaces for changing the firmware name and for starting/stopping a remote processor through the sysfs files 'state' and 'firmware'. The 'recovery' sysfs file can also be used similarly to control the error recovery state machine of a remoteproc. These inte