Re: [PATCH v4 09/10] coresight: syscfg: Add initial configfs support

2021-02-28 Thread Mathieu Poirier
On Sun, Feb 28, 2021 at 05:02:28PM -0700, Mathieu Poirier wrote: > On Thu, Jan 28, 2021 at 05:09:35PM +, Mike Leach wrote: > > Adds configfs subsystem and attributes to the configuration manager > > to enable the listing of loaded configurations and features. > > > > The default values of feat

Re: [PATCH v4 09/10] coresight: syscfg: Add initial configfs support

2021-02-28 Thread Mathieu Poirier
On Thu, Jan 28, 2021 at 05:09:35PM +, Mike Leach wrote: > Adds configfs subsystem and attributes to the configuration manager > to enable the listing of loaded configurations and features. > > The default values of feature parameters can be accessed and altered > from these attributes to affec

[PATCH v4 09/10] coresight: syscfg: Add initial configfs support

2021-01-28 Thread Mike Leach
Adds configfs subsystem and attributes to the configuration manager to enable the listing of loaded configurations and features. The default values of feature parameters can be accessed and altered from these attributes to affect all installed devices using the feature. Signed-off-by: Mike Leach