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

2019-10-03 Thread Gerald BAEZA
Dear all Gentle reminder for this review. Thanks in advance ! GĂ©rald > From: 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

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

2019-08-27 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)