mbox series

[v2,0/5] perf/arm_cspmu: Add devicetree support

Message ID cover.1702571292.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series perf/arm_cspmu: Add devicetree support | expand

Message

Robin Murphy Dec. 14, 2023, 4:31 p.m. UTC
v1: https://lore.kernel.org/linux-arm-kernel/cover.1701793996.git.robin.murphy@arm.com/

Hi all, here's v2, with tweaks to the binding per Rob's comments,
and fixing patch #5 to hopefully not break ACPI this time.

Thanks,
Robin.


Robin Murphy (5):
  perf/arm_cspmu: Simplify initialisation
  perf/arm_cspmu: Simplify attribute groups
  perf/arm_cspmu: Simplify counter reset
  dt-bindings/perf: Add Arm CoreSight PMU
  perf/arm_cspmu: Add devicetree support

 .../bindings/perf/arm,coresight-pmu.yaml      |  39 +++++
 drivers/perf/arm_cspmu/arm_cspmu.c            | 149 ++++++++++--------
 drivers/perf/arm_cspmu/arm_cspmu.h            |   1 +
 drivers/perf/arm_cspmu/nvidia_cspmu.c         |   6 -
 4 files changed, 123 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/perf/arm,coresight-pmu.yaml