RE: [PATCH v2 0/5] stm32-ddr-pmu driver creation

2019-06-06 Thread Gerald BAEZA
l.org; Gerald BAEZA > Subject: [PATCH v2 0/5] stm32-ddr-pmu driver creation > > 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. >

[PATCH v2 0/5] stm32-ddr-pmu driver creation

2019-05-20 Thread 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)