Re: [PATCH v3 1/3] remoteproc: Expose remoteproc configuration through sysfs

2020-09-04 Thread Mathieu Poirier
On Thu, Sep 03, 2020 at 07:04:54PM -0500, Bjorn Andersson wrote: > On Thu 03 Sep 18:03 CDT 2020, Rishabh Bhatnagar wrote: > > > Add a feature flag to expose some of the remoteproc configuration > > through sysfs. This feature is helpful in systems where debugfs is > > not available/mounted. Curren

Re: [PATCH v3 1/3] remoteproc: Expose remoteproc configuration through sysfs

2020-09-03 Thread Bjorn Andersson
On Thu 03 Sep 18:03 CDT 2020, Rishabh Bhatnagar wrote: > Add a feature flag to expose some of the remoteproc configuration > through sysfs. This feature is helpful in systems where debugfs is > not available/mounted. Currently the recovery and coredump > configuration is exposed through sysfs rath

[PATCH v3 1/3] remoteproc: Expose remoteproc configuration through sysfs

2020-09-03 Thread Rishabh Bhatnagar
Add a feature flag to expose some of the remoteproc configuration through sysfs. This feature is helpful in systems where debugfs is not available/mounted. Currently the recovery and coredump configuration is exposed through sysfs rather than debugfs when this feature is selected. Signed-off-by: R