Re: [PATCH v3 25/26] coresight: etm4x: Add support for sysreg only devices

2020-11-10 Thread Suzuki K Poulose
On 11/9/20 8:46 PM, Mathieu Poirier wrote: On Wed, Oct 28, 2020 at 10:09:44PM +, Suzuki K Poulose wrote: Add support for devices with system instruction access only. They don't have a memory mapped interface and thus are not AMBA devices. Cc: Mathieu Poirier Cc: Mike Leach Signed-off-by:

Re: [PATCH v3 25/26] coresight: etm4x: Add support for sysreg only devices

2020-11-09 Thread Mathieu Poirier
On Wed, Oct 28, 2020 at 10:09:44PM +, Suzuki K Poulose wrote: > Add support for devices with system instruction access only. > They don't have a memory mapped interface and thus are not > AMBA devices. > > Cc: Mathieu Poirier > Cc: Mike Leach > Signed-off-by: Suzuki K Poulose > --- > .../c

[PATCH v3 25/26] coresight: etm4x: Add support for sysreg only devices

2020-10-28 Thread Suzuki K Poulose
Add support for devices with system instruction access only. They don't have a memory mapped interface and thus are not AMBA devices. Cc: Mathieu Poirier Cc: Mike Leach Signed-off-by: Suzuki K Poulose --- .../coresight/coresight-etm4x-core.c | 50 +-- 1 file changed, 4