All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Arm CMN-600 PMU driver
@ 2020-09-18 13:28 ` Robin Murphy
  0 siblings, 0 replies; 24+ messages in thread
From: Robin Murphy @ 2020-09-18 13:28 UTC (permalink / raw)
  To: will, mark.rutland, linux-arm-kernel
  Cc: devicetree, alisaidi, tsahee, harb, tuanphan, james.yang,
	patrik.berglund

Hi all,

Here's an update with some very minor cleanup tweaks, plus a proposal
for some more in-depth debug information. Given that nobody seems to
have any significant complaints about the interface, I assume we're all
happy to merge the basic driver as-is and fix anything later if needed.

Robin.


Robin Murphy (3):
  perf: Add Arm CMN-600 DT binding
  perf: Add Arm CMN-600 PMU driver
  perf/arm-cmn: Add debugfs topology info

 Documentation/admin-guide/perf/arm-cmn.rst    |   65 +
 Documentation/admin-guide/perf/index.rst      |    1 +
 .../devicetree/bindings/perf/arm,cmn.yaml     |   57 +
 drivers/perf/Kconfig                          |    7 +
 drivers/perf/Makefile                         |    1 +
 drivers/perf/arm-cmn.c                        | 1790 +++++++++++++++++
 6 files changed, 1921 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/arm-cmn.rst
 create mode 100644 Documentation/devicetree/bindings/perf/arm,cmn.yaml
 create mode 100644 drivers/perf/arm-cmn.c

-- 
2.28.0.dirty


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

end of thread, other threads:[~2020-10-15  7:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 13:28 [PATCH v2 0/3] Arm CMN-600 PMU driver Robin Murphy
2020-09-18 13:28 ` Robin Murphy
2020-09-18 13:28 ` [PATCH v2 1/3] perf: Add Arm CMN-600 DT binding Robin Murphy
2020-09-18 13:28   ` Robin Murphy
2020-09-18 17:31   ` Rob Herring
2020-09-18 17:31     ` Rob Herring
2020-09-18 13:28 ` [PATCH v2 2/3] perf: Add Arm CMN-600 PMU driver Robin Murphy
2020-09-18 13:28   ` Robin Murphy
2020-09-18 13:28 ` [RFC 3/3] perf/arm-cmn: Add debugfs topology info Robin Murphy
2020-09-18 13:28   ` Robin Murphy
2020-09-18 18:24 ` [PATCH v2.1 1/3] perf: Add Arm CMN-600 DT binding Robin Murphy
2020-09-18 18:24   ` Robin Murphy
2020-09-18 18:54   ` Rob Herring
2020-09-18 18:54     ` Rob Herring
2020-09-19  0:23     ` Robin Murphy
2020-09-19  0:23       ` Robin Murphy
2020-10-05  9:16 ` [PATCH v2 0/3] Arm CMN-600 PMU driver Zidenberg, Tsahi
2020-10-05  9:16   ` Zidenberg, Tsahi
2020-10-05 10:21   ` Will Deacon
2020-10-05 10:21     ` Will Deacon
2020-10-14 16:31     ` Robin Murphy
2020-10-14 16:31       ` Robin Murphy
2020-10-15  7:26       ` Zidenberg, Tsahi
2020-10-15  7:26         ` Zidenberg, Tsahi

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.