Thread (24 messages) 24 messages, 2 authors, 2025-06-01

Re: [PATCH v7 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support

From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Date: 2025-06-01 18:55:09
Also in: asahi, linux-arm-kernel, linux-perf-users, lkml

On 5/10/25 18:10, Nick Chan wrote:
Add support for the CPU PMU found on the Apple A8, A8X SoCs.

Signed-off-by: Nick Chan <redacted>
---
Tested-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
 drivers/perf/apple_m1_cpu_pmu.c | 124 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 124 insertions(+)
...
quoted hunk ↗ jump to hunk
+
 static int m1_pmu_ice_init(struct arm_pmu *cpu_pmu)
 {
 	cpu_pmu->name = "apple_icestorm_pmu";
@@ -912,6 +1035,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,typhoon-pmu",	.data = a8_pmu_typhoon_init, },
 	{ .compatible = "apple,cyclone-pmu",	.data = a7_pmu_cyclone_init, },
 	{ },
 };
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help