Re: [PATCH v4 17/30] coresight: Make device to CPU mapping generic

2019-06-06 Thread Suzuki K Poulose
On 03/06/2019 11:07, Mike Leach wrote: Hi, On Wed, 22 May 2019 at 11:37, Suzuki K Poulose wrote: The CoreSight components ETM and CPU-Debug are always associated with CPUs. Replace the of_coresight_get_cpu() with a platform agnostic helper, in preparation to add ACPI support. Reviewed-by:

Re: [PATCH v4 17/30] coresight: Make device to CPU mapping generic

2019-06-03 Thread Mike Leach
Hi, On Wed, 22 May 2019 at 11:37, Suzuki K Poulose wrote: > > The CoreSight components ETM and CPU-Debug are always associated > with CPUs. Replace the of_coresight_get_cpu() with a platform > agnostic helper, in preparation to add ACPI support. > > Reviewed-by: Mathieu Poirier > Signed-off-by:

[PATCH v4 17/30] coresight: Make device to CPU mapping generic

2019-05-22 Thread Suzuki K Poulose
The CoreSight components ETM and CPU-Debug are always associated with CPUs. Replace the of_coresight_get_cpu() with a platform agnostic helper, in preparation to add ACPI support. Reviewed-by: Mathieu Poirier Signed-off-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-cpu-debug.c