Re: [PATCH v7 06/10] perf: arm_pmuv3: Add support for ARM Rainier PMU
From: Will Deacon <will@kernel.org>
Date: 2025-02-27 17:15:03
Also in:
linux-devicetree, lkml
From: Will Deacon <will@kernel.org>
Date: 2025-02-27 17:15:03
Also in:
linux-devicetree, lkml
On Thu, Feb 27, 2025 at 10:10:30AM +0000, Sudeep Holla wrote:
On Fri, Feb 21, 2025 at 06:03:45PM +0000, Vincenzo Frascino wrote:quoted
Add support for the ARM Rainier CPU core PMU.I can't take this through Arm SoC as the DTS and dt-bindings changes are kept separate from the driver changes in their pull request to Linus. I need to keep the bindings(05/10) and the DTS(07/10) together to avoid DTC warnings. So the 2 options I see are: Defer this driver change until the bindings last upstream. OR Just take the perf driver change without the binding via perf tree For now, I will take all other patches except this.
Works for me. I'll pick up the driver patch. Will