All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] perf: Add Arm Network-on-Chip PMU driver
@ 2024-07-10 16:09 Robin Murphy
  2024-07-10 16:09 ` [PATCH v2 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Robin Murphy @ 2024-07-10 16:09 UTC (permalink / raw)
  To: will; +Cc: mark.rutland, linux-arm-kernel, linux-kernel, jialong.yang

v1: https://lore.kernel.org/linux-arm-kernel/cover.1713972897.git.robin.murphy@arm.com/

Hi all,

Probably a bit late now, but here's a v2 addressing Will's review
comments, and hoping to attract the DT maintainers' attention properly
this time...

Thanks,
Robin.


Robin Murphy (3):
  dt-bindings/perf: Add Arm NI-700 PMU
  perf: Add driver for Arm NI-700 interconnect PMU
  MAINTAINERS: List Arm interconnect PMUs as supported

 Documentation/admin-guide/perf/arm-ni.rst     |  17 +
 Documentation/admin-guide/perf/index.rst      |   1 +
 .../devicetree/bindings/perf/arm,ni.yaml      |  30 +
 MAINTAINERS                                   |  11 +
 drivers/perf/Kconfig                          |   7 +
 drivers/perf/Makefile                         |   1 +
 drivers/perf/arm-ni.c                         | 778 ++++++++++++++++++
 7 files changed, 845 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/arm-ni.rst
 create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml
 create mode 100644 drivers/perf/arm-ni.c

-- 
2.39.2.101.g768bb238c484.dirty



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-16 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 16:09 [PATCH v2 0/3] perf: Add Arm Network-on-Chip PMU driver Robin Murphy
2024-07-10 16:09 ` [PATCH v2 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
2024-07-10 21:09   ` Rob Herring (Arm)
2024-07-10 16:09 ` [PATCH v2 2/3] perf: Add driver for Arm NI-700 interconnect PMU Robin Murphy
2024-08-15 17:04   ` Mark Rutland
2024-08-16 18:05     ` Robin Murphy
2024-07-10 16:09 ` [PATCH v2 3/3] MAINTAINERS: List Arm interconnect PMUs as supported Robin Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.