Re: [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4

2021-03-17 Thread Mike Leach
Hi Suzuki, Realised I hadn't answered the question below... On Fri, 5 Mar 2021 at 10:18, Suzuki K Poulose wrote: > > On 1/28/21 5:09 PM, Mike Leach wrote: > > Adds in handlers to allow the ETMv4 to use the complex configuration > > support. Features and configurations can be loaded and selected

Re: [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4

2021-03-05 Thread Suzuki K Poulose
On 1/28/21 5:09 PM, Mike Leach wrote: Adds in handlers to allow the ETMv4 to use the complex configuration support. Features and configurations can be loaded and selected in the device. Signed-off-by: Mike Leach --- drivers/hwtracing/coresight/Makefile | 3 +- .../hwtracing/coresi

Re: [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4

2021-02-28 Thread Mathieu Poirier
On Thu, Jan 28, 2021 at 05:09:33PM +, Mike Leach wrote: > Adds in handlers to allow the ETMv4 to use the complex configuration > support. Features and configurations can be loaded and selected in the > device. > > Signed-off-by: Mike Leach > --- > drivers/hwtracing/coresight/Makefile

[PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4

2021-01-28 Thread Mike Leach
Adds in handlers to allow the ETMv4 to use the complex configuration support. Features and configurations can be loaded and selected in the device. Signed-off-by: Mike Leach --- drivers/hwtracing/coresight/Makefile | 3 +- .../hwtracing/coresight/coresight-etm4x-cfg.c | 184 ++