Re: [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-03-04 Thread Mike Leach
Hi Suzuki, On Thu, 4 Mar 2021 at 16:49, Suzuki K Poulose wrote: > > On 1/28/21 5:09 PM, Mike Leach wrote: > > Configurations are first activated, then when any coresight device is > > enabled, the active configurations are checked and any matching > > one is enabled. > > > > This patch provides

Re: [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-03-04 Thread Suzuki K Poulose
On 1/28/21 5:09 PM, Mike Leach wrote: Configurations are first activated, then when any coresight device is enabled, the active configurations are checked and any matching one is enabled. This patch provides the activation / enable API. Signed-off-by: Mike Leach ---

Re: [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-02-26 Thread Mike Leach
HI Mathieu, On Thu, 25 Feb 2021 at 21:20, Mathieu Poirier wrote: > > On Thu, Jan 28, 2021 at 05:09:31PM +, Mike Leach wrote: > > Configurations are first activated, then when any coresight device is > > enabled, the active configurations are checked and any matching > > one is enabled. > > >

Re: [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-02-25 Thread Mathieu Poirier
[...] > > + > > +/** > > + * Mark a config descriptor as active. > > + * This will be seen when csdev devices are activated in the system. > > + * > > + * Selection by hash value - generated from the configuration name when it > > + * was loaded and added to the cs_etm/configurations file system

Re: [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-02-25 Thread Mathieu Poirier
On Thu, Jan 28, 2021 at 05:09:31PM +, Mike Leach wrote: > Configurations are first activated, then when any coresight device is > enabled, the active configurations are checked and any matching > one is enabled. > > This patch provides the activation / enable API. > > Signed-off-by: Mike

[PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations

2021-01-28 Thread Mike Leach
Configurations are first activated, then when any coresight device is enabled, the active configurations are checked and any matching one is enabled. This patch provides the activation / enable API. Signed-off-by: Mike Leach --- .../hwtracing/coresight/coresight-config.h| 2 +