diff options
author | Lukasz Luba <l.luba@partner.samsung.com> | 2019-06-05 11:12:32 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2019-11-06 12:03:59 +0900 |
commit | fcbd8037f7df694aa7bfb7ce82c0c7f5e53e7b7b (patch) | |
tree | c121b50a4433860b88ee4d19af690566663e049b /MAINTAINERS | |
parent | a99d8080aaf358d5d23581244e5da23b35e340b9 (diff) | |
download | linux-fcbd8037f7df694aa7bfb7ce82c0c7f5e53e7b7b.tar.bz2 |
include: dt-bindings: add Performance Monitoring Unit for Exynos
This patch add support of a new feature which can be used in DT:
Performance Monitoring Unit with defined event data type.
In this patch the event data types are defined for Exynos PPMU.
The patch also updates the MAINTAINERS file accordingly and
adds the header file to devfreq event subsystem.
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cba1095547fd..2bf811b5dfd4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4778,6 +4778,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git S: Supported F: drivers/devfreq/event/ F: drivers/devfreq/devfreq-event.c +F: include/dt-bindings/pmu/exynos_ppmu.h F: include/linux/devfreq-event.h F: Documentation/devicetree/bindings/devfreq/event/ |