mbox series

[0/2] arm64: perf: add new CPU core names

Message ID 20240628145612.1291329-1-andre.przywara@arm.com (mailing list archive)
Headers show
Series arm64: perf: add new CPU core names | expand

Message

Andre Przywara June 28, 2024, 2:56 p.m. UTC
This adds the names for new Arm Ltd. CPU cores to the list of supported
CPU PMUs.
Patch 1 adds the names to the DT schema bindings documents, patch 2 adds
the name and compatible string pair to the PMUv3 driver, mostly to provide
the right PMU name to userland.

Cheers,
Andre

Andre Przywara (2):
  dt-bindings: arm: pmu: Add new Cortex and Neoverse cores
  perf: pmuv3: Add new Cortex and Neoverse PMUs

 Documentation/devicetree/bindings/arm/pmu.yaml |  6 ++++++
 drivers/perf/arm_pmuv3.c                       | 12 ++++++++++++
 2 files changed, 18 insertions(+)

Comments

Will Deacon July 1, 2024, 3:35 p.m. UTC | #1
On Fri, 28 Jun 2024 15:56:10 +0100, Andre Przywara wrote:
> This adds the names for new Arm Ltd. CPU cores to the list of supported
> CPU PMUs.
> Patch 1 adds the names to the DT schema bindings documents, patch 2 adds
> the name and compatible string pair to the PMUv3 driver, mostly to provide
> the right PMU name to userland.
> 
> Cheers,
> Andre
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/2] dt-bindings: arm: pmu: Add new Cortex and Neoverse cores
      https://git.kernel.org/will/c/695b1fd08510
[2/2] perf: pmuv3: Add new Cortex and Neoverse PMUs
      https://git.kernel.org/will/c/c99d00ef9e73

Cheers,