devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
@ 2016-03-31 23:37 Tai Nguyen
  2016-03-31 23:37 ` [PATCH 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Tai Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Tai Nguyen @ 2016-03-31 23:37 UTC (permalink / raw)
  To: will.deacon-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	catalin.marinas-5wv7dgnIgG8
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	patches-qTEPVZfXA3Y, Tai Nguyen

perf: Add APM X-Gene SoC Performance Monitoring Unit driver

In addition to the X-Gene ARM CPU performance monitoring unit (PMU), there
are PMU for the SoC system devices such as L3 cache(s), I/O bridge(s),
memory controller bridges and memory. These PMU devices are loosely
architected to follow the same model as the PMU for ARM cores.

Signed-off-by: Tai Nguyen <ttnguyen-qTEPVZfXA3Y@public.gmane.org>

Tai Nguyen (4):
  MAINTAINERS: Add entry for APM X-Gene SoC PMU driver
  Documentation: Add documentation for APM X-Gene SoC PMU DTS binding
  perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver
  arm64: dts: apm: Add APM X-Gene SoC PMU DTS entries

 .../devicetree/bindings/perf/apm-xgene-pmu.txt     |  116 ++
 MAINTAINERS                                        |    7 +
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |   60 +
 drivers/perf/Kconfig                               |    7 +
 drivers/perf/Makefile                              |    1 +
 drivers/perf/xgene_pmu.c                           | 1447 ++++++++++++++++++++
 6 files changed, 1638 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
 create mode 100644 drivers/perf/xgene_pmu.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-04-05 21:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 23:37 [PATCH 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver Tai Nguyen
2016-03-31 23:37 ` [PATCH 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Tai Nguyen
2016-03-31 23:37 ` [PATCH 2/4] Documentation: Add documentation for APM X-Gene SoC PMU DTS binding Tai Nguyen
     [not found]   ` <1459467472-31561-3-git-send-email-ttnguyen-qTEPVZfXA3Y@public.gmane.org>
2016-04-01 12:30     ` Mark Rutland
2016-04-01 12:32       ` Mark Rutland
2016-04-04 23:40       ` Tai Tri Nguyen
2016-04-04 23:38         ` Mark Rutland
2016-04-05 18:51           ` Tai Tri Nguyen
     [not found]             ` <CACgAJHwZ=CwyvxLmuXdOAw2oFhfoC2jkdOY1HPenCsEaYLjrPw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-04-05 19:31               ` Mark Rutland
2016-04-05 21:51                 ` Tai Tri Nguyen
2016-03-31 23:37 ` [PATCH 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver Tai Nguyen
     [not found]   ` <1459467472-31561-4-git-send-email-ttnguyen-qTEPVZfXA3Y@public.gmane.org>
2016-04-01 12:18     ` Mark Rutland
2016-04-04 23:42       ` Tai Tri Nguyen
2016-04-04 23:33         ` Mark Rutland
2016-04-05 18:50           ` Tai Tri Nguyen
     [not found]             ` <CACgAJHx6Y8yt57m3YB51dOQjuxNHFvEnJe255mDhnVZOjmJu_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-04-05 19:21               ` Mark Rutland
2016-04-05 21:50                 ` Tai Tri Nguyen
2016-03-31 23:37 ` [PATCH 4/4] arm64: dts: apm: Add APM X-Gene SoC PMU DTS entries Tai Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).