[PATCH 0/3] Exynos Performance Monitoring Counters enhancements

From: Lukasz Luba
Date: Wed Apr 17 2019 - 03:48:35 EST


Hi all,

This patch set extends PPMU on Samsung Exynos by choosing type of data
which shell be counter in the PPMU registers.
It is possible to count e.g. read or write requests, read or write data.
A new field has been added in the DT 'event' node called 'event-data-type'.
It is them used during the setup of the counter. In the prevoius
implementation there was always one option used: count read+write data.
Sometimes we need more precised information and this patch set tries to
address it.

Regards,
Lukasz Luba

Lukasz Luba (3):
include: dt-bindings: add Performance Monitoring Unit for Exynos
drivers: devfreq: events: extend events by type of counted data
Documentation: devicetree: add PPMU events description

.../bindings/devfreq/event/exynos-ppmu.txt | 18 ++++++++++
MAINTAINERS | 5 +++
drivers/devfreq/event/exynos-ppmu.c | 38 +++++++++++++++-------
include/dt-bindings/pmu/exynos_ppmu.h | 24 ++++++++++++++
include/linux/devfreq-event.h | 6 ++++
5 files changed, 79 insertions(+), 12 deletions(-)
create mode 100644 include/dt-bindings/pmu/exynos_ppmu.h

--
2.7.4