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

2021-04-01 Thread Mathieu Poirier
On Tue, Mar 16, 2021 at 06:03:55PM +, 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 Leac

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

2021-03-16 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 + .../hwtraci