Re: [PATCH v3] perf: arm_dsu: Support DSU ACPI devices

2020-09-08 Thread Tuan Phan
> On Sep 7, 2020, at 4:02 AM, Will Deacon wrote: > > [+ Suzuki as I'd like his Ack on this] > > On Fri, Aug 14, 2020 at 05:39:40PM -0700, Tuan Phan wrote: >> Add support for probing device from ACPI node. >> Each DSU ACPI node and its associated cpus are inside a cluster node. >> >> Signed-o

Re: [PATCH v3] perf: arm_dsu: Support DSU ACPI devices

2020-09-07 Thread Will Deacon
[+ Suzuki as I'd like his Ack on this] On Fri, Aug 14, 2020 at 05:39:40PM -0700, Tuan Phan wrote: > Add support for probing device from ACPI node. > Each DSU ACPI node and its associated cpus are inside a cluster node. > > Signed-off-by: Tuan Phan > --- > Changes in v3: > - Based on the latest A

Re: [PATCH v3] perf: arm_dsu: Support DSU ACPI devices

2020-09-07 Thread Suzuki K Poulose
On 09/07/2020 12:02 PM, Will Deacon wrote: [+ Suzuki as I'd like his Ack on this] Thanks Will ! On Fri, Aug 14, 2020 at 05:39:40PM -0700, Tuan Phan wrote: Add support for probing device from ACPI node. Each DSU ACPI node and its associated cpus are inside a cluster node. Signed-off-by: Tua

[PATCH v3] perf: arm_dsu: Support DSU ACPI devices

2020-08-15 Thread Tuan Phan
Add support for probing device from ACPI node. Each DSU ACPI node and its associated cpus are inside a cluster node. Signed-off-by: Tuan Phan --- Changes in v3: - Based on the latest ARM ACPI binding at: https://developer.arm.com/documentation/den0093/c/ Changes in v2: - Removed IRQF_SHARED. -