[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8d14bc8d-6a29-4317-9ee6-143a2919d17b@gmail.com>
Date: Sun, 1 Jun 2025 21:59:35 +0300
From: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>
To: Nick Chan <towinchenmi@...il.com>, Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Catalin Marinas <catalin.marinas@....com>,
Sven Peter <sven@...npeter.dev>, Janne Grunau <j@...nau.net>,
Alyssa Rosenzweig <alyssa@...enzweig.io>, Neal Gompa <neal@...pa.dev>
Cc: Marc Zyngier <maz@...nel.org>, linux-arm-kernel@...ts.infradead.org,
linux-perf-users@...r.kernel.org, devicetree@...r.kernel.org,
asahi@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v7 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2
Support
On 5/10/25 18:10, Nick Chan wrote:
> Add support for the CPU PMU found in the Apple A10, A10X, T2 SoCs.
>
> Signed-off-by: Nick Chan <towinchenmi@...il.com>
Tested-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>
> ---
> drivers/perf/apple_m1_cpu_pmu.c | 127 ++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 127 insertions(+)
...
> static int m1_pmu_ice_init(struct arm_pmu *cpu_pmu)
> {
> cpu_pmu->name = "apple_icestorm_pmu";
> @@ -1155,6 +1281,7 @@ static const struct of_device_id m1_pmu_of_device_ids[] = {
> { .compatible = "apple,blizzard-pmu", .data = m2_pmu_blizzard_init, },
> { .compatible = "apple,icestorm-pmu", .data = m1_pmu_ice_init, },
> { .compatible = "apple,firestorm-pmu", .data = m1_pmu_fire_init, },
> + { .compatible = "apple,fusion-pmu", .data = a10_pmu_fusion_init, },
> { .compatible = "apple,twister-pmu", .data = a9_pmu_twister_init, },
> { .compatible = "apple,typhoon-pmu", .data = a8_pmu_typhoon_init, },
> { .compatible = "apple,cyclone-pmu", .data = a7_pmu_cyclone_init, },
>
Powered by blists - more mailing lists