All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] stm32-ddr-pmu driver creation
@ 2019-05-20 15:27 ` Gerald BAEZA
  0 siblings, 0 replies; 33+ messages in thread
From: Gerald BAEZA @ 2019-05-20 15:27 UTC (permalink / raw)
  To: will.deacon, mark.rutland, robh+dt, mcoquelin.stm32,
	Alexandre TORGUE, corbet, linux, olof, horms+renesas, arnd
  Cc: linux-arm-kernel, devicetree, linux-stm32, linux-kernel,
	linux-doc, Gerald BAEZA

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

---
Changes from v1:
- add 'resets' description (bindings) and using (driver). Thanks Rob.
- rebase on 5.2-rc1 (that includes the ddrperfm clock control patch).

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     |  20 +
 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                       | 512 +++++++++++++++++++++
 7 files changed, 590 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] 33+ messages in thread

end of thread, other threads:[~2019-07-12 10:03 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 15:27 [PATCH v2 0/5] stm32-ddr-pmu driver creation Gerald BAEZA
2019-05-20 15:27 ` Gerald BAEZA
2019-05-20 15:27 ` Gerald BAEZA
2019-05-20 15:27 ` [PATCH v2 1/5] Documentation: perf: stm32: ddrperfm support Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27 ` [PATCH v2 2/5] dt-bindings: " Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-06-13 23:04   ` Rob Herring
2019-06-13 23:04     ` Rob Herring
2019-06-13 23:04     ` Rob Herring
2019-05-20 15:27 ` [PATCH v2 4/5] ARM: configs: enable STM32_DDR_PMU Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27 ` [PATCH v2 3/5] perf: stm32: ddrperfm driver creation Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-06-26 12:22   ` Mark Rutland
2019-06-26 12:22     ` Mark Rutland
2019-06-26 12:22     ` Mark Rutland
2019-06-26 12:25     ` Mark Rutland
2019-06-26 12:25       ` Mark Rutland
2019-06-26 12:25       ` Mark Rutland
2019-07-12 10:00     ` Gerald BAEZA
2019-07-12 10:00       ` Gerald BAEZA
2019-07-12 10:00       ` Gerald BAEZA
2019-05-20 15:27 ` [PATCH v2 5/5] ARM: dts: stm32: add ddrperfm on stm32mp157c Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-05-20 15:27   ` Gerald BAEZA
2019-06-06 12:14 ` [PATCH v2 0/5] stm32-ddr-pmu driver creation Gerald BAEZA
2019-06-06 12:14   ` Gerald BAEZA
2019-06-06 12:14   ` Gerald BAEZA

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.