Re: [PATCH V3 04/14] coresight: ete: Add support for ETE sysreg access

2021-02-15 Thread Mike Leach
Reviewed-by: Mike Leach On Wed, 27 Jan 2021 at 08:55, Anshuman Khandual wrote: > > From: Suzuki K Poulose > > Add support for handling the system registers for Embedded Trace > Extensions (ETE). ETE shares most of the registers with ETMv4 except > for some and also adds some new registers. Re-

Re: [PATCH V3 04/14] coresight: ete: Add support for ETE sysreg access

2021-02-03 Thread Suzuki K Poulose
On 2/2/21 5:52 PM, Mathieu Poirier wrote: On Wed, Jan 27, 2021 at 02:25:28PM +0530, Anshuman Khandual wrote: From: Suzuki K Poulose Add support for handling the system registers for Embedded Trace Extensions (ETE). ETE shares most of the registers with ETMv4 except for some and also adds some

Re: [PATCH V3 04/14] coresight: ete: Add support for ETE sysreg access

2021-02-02 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 02:25:28PM +0530, Anshuman Khandual wrote: > From: Suzuki K Poulose > > Add support for handling the system registers for Embedded Trace > Extensions (ETE). ETE shares most of the registers with ETMv4 except > for some and also adds some new registers. Re-arrange the ETMv4

[PATCH V3 04/14] coresight: ete: Add support for ETE sysreg access

2021-01-27 Thread Anshuman Khandual
From: Suzuki K Poulose Add support for handling the system registers for Embedded Trace Extensions (ETE). ETE shares most of the registers with ETMv4 except for some and also adds some new registers. Re-arrange the ETMv4x list to share the common definitions and add the ETE sysreg support. Cc: M