Re: [PATCH v7 3/6] coresight: of: Use of_cpu_node_to_id helper

From: Suzuki K Poulose
Date: Tue Oct 10 2017 - 05:38:22 EST


On 09/10/17 03:58, Leo Yan wrote:
Hi Suzuki,

On Fri, Oct 06, 2017 at 11:36:07AM +0100, Suzuki K Poulose wrote:
Reuse the new generic helper, of_cpu_node_to_id() to map a
given CPU phandle to a logical CPU number.

Cc: Leo Yan <leo.yan@xxxxxxxxxx>
Acked-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>

Tested-by: Leo Yan <leo.yan@xxxxxxxxxx>

BTW, I think the function get_cpu_for_node() in the file
arch/arm64/kernel/topology.c we also can refactor with the same
function, just reminding for this.


Leo,

Thanks for the testing and the pointer. Yes we can move that to
use the new helper. On another take, I found that the arm_pmu
can also use it for pmu_parse_irq_affinity(). I will add
them to the series.

Cheers
Suzuki