devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] stm32-ddr-pmu driver creation
@ 2019-04-29 10:03 Gerald BAEZA
  2019-04-29 10:03 ` [PATCH 1/5] Documentation: perf: stm32: ddrperfm support Gerald BAEZA
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gerald BAEZA @ 2019-04-29 10:03 UTC (permalink / raw)
  To: will.deacon@arm.com, mark.rutland@arm.com, robh+dt@kernel.org,
	mcoquelin.stm32@gmail.com, Alexandre TORGUE, corbet@lwn.net,
	linux@armlinux.org.uk, olof@lixom.net, horms+renesas@verge.net.au,
	arnd@arndb.de
  Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, Gerald BAEZA,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org

The DDRPERFM is the DDR Performance Monitor embedded in STM32MP1 SOC.

This series adds support for the DDRPERFM via a new stm32-ddr-pmu driver,
registered into the perf framework.

This driver is inspired from arch/arm/mm/cache-l2x0-pmu.c

This series depends on the "clk: stm32mp1: Add ddrperfm clock" patch,
sent separately.

Gerald Baeza (5):
  Documentation: perf: stm32: ddrperfm support
  dt-bindings: perf: stm32: ddrperfm support
  perf: stm32: ddrperfm driver creation
  ARM: configs: enable STM32_DDR_PMU
  ARM: dts: stm32: add ddrperfm on stm32mp157c

 .../devicetree/bindings/perf/stm32-ddr-pmu.txt     |  18 +
 Documentation/perf/stm32-ddr-pmu.txt               |  41 ++
 arch/arm/boot/dts/stm32mp157c.dtsi                 |   9 +
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/perf/Kconfig                               |   6 +
 drivers/perf/Makefile                              |   1 +
 drivers/perf/stm32_ddr_pmu.c                       | 502 +++++++++++++++++++++
 7 files changed, 578 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/perf/stm32-ddr-pmu.txt
 create mode 100644 Documentation/perf/stm32-ddr-pmu.txt
 create mode 100644 drivers/perf/stm32_ddr_pmu.c

-- 
2.7.4

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

end of thread, other threads:[~2019-05-02 20:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 10:03 [PATCH 0/5] stm32-ddr-pmu driver creation Gerald BAEZA
2019-04-29 10:03 ` [PATCH 1/5] Documentation: perf: stm32: ddrperfm support Gerald BAEZA
2019-04-29 10:03 ` [PATCH 2/5] dt-bindings: " Gerald BAEZA
2019-05-02 20:51   ` Rob Herring
2019-04-29 10:03 ` [PATCH 3/5] perf: stm32: ddrperfm driver creation Gerald BAEZA
2019-04-29 10:03 ` [PATCH 4/5] ARM: configs: enable STM32_DDR_PMU Gerald BAEZA
2019-04-29 10:03 ` [PATCH 5/5] ARM: dts: stm32: add ddrperfm on stm32mp157c Gerald BAEZA

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).