Re: [PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-11-10 Thread Suzuki K Poulose
On 11/6/20 8:46 PM, Mathieu Poirier wrote: On Wed, Oct 28, 2020 at 10:09:38PM +, Suzuki K Poulose wrote: In preparation to detect the support for system instruction support, move the detection of the device access to the target CPU. Signed-off-by: Suzuki K Poulose --- .../coresight/cores

Re: [PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-11-09 Thread Mathieu Poirier
On Mon, Nov 09, 2020 at 09:48:07AM +, Suzuki K Poulose wrote: > On 11/6/20 8:34 PM, Mathieu Poirier wrote: > > On Wed, Oct 28, 2020 at 10:09:38PM +, Suzuki K Poulose wrote: > > > In preparation to detect the support for system instruction > > > support, move the detection of the device acce

Re: [PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-11-09 Thread Suzuki K Poulose
On 11/6/20 8:34 PM, Mathieu Poirier wrote: On Wed, Oct 28, 2020 at 10:09:38PM +, Suzuki K Poulose wrote: In preparation to detect the support for system instruction support, move the detection of the device access to the target CPU. Signed-off-by: Suzuki K Poulose --- .../coresight/cores

Re: [PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-11-06 Thread Mathieu Poirier
On Wed, Oct 28, 2020 at 10:09:38PM +, Suzuki K Poulose wrote: > In preparation to detect the support for system instruction > support, move the detection of the device access to the target > CPU. > > Signed-off-by: Suzuki K Poulose > --- > .../coresight/coresight-etm4x-core.c | 45 +

Re: [PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-11-06 Thread Mathieu Poirier
On Wed, Oct 28, 2020 at 10:09:38PM +, Suzuki K Poulose wrote: > In preparation to detect the support for system instruction > support, move the detection of the device access to the target > CPU. > > Signed-off-by: Suzuki K Poulose > --- > .../coresight/coresight-etm4x-core.c | 45 +

[PATCH v3 19/26] coresight: etm4x: Detect access early on the target CPU

2020-10-28 Thread Suzuki K Poulose
In preparation to detect the support for system instruction support, move the detection of the device access to the target CPU. Signed-off-by: Suzuki K Poulose --- .../coresight/coresight-etm4x-core.c | 45 --- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git