> > This patch adds the support for PPMU (Platform Performance Monitoring Unit) > version 2.0 for Exynos5433 SoC. Exynos5433 SoC must need PPMUv2 which is > quite different from PPMUv1.1. The exynos-ppmu.c driver supports both PPMUv1.1 > and PPMUv2. > > Cc: MyungJoo Ham <[email protected]> > Cc: Kyungmin Park <[email protected]> > Signed-off-by: Chanwoo Choi <[email protected]>
Acked-by: MyungJoo Ham <[email protected]> > --- > drivers/devfreq/event/exynos-ppmu.c | 170 > ++++++++++++++++++++++++++++++++++-- > drivers/devfreq/event/exynos-ppmu.h | 70 +++++++++++++++ > 2 files changed, 233 insertions(+), 7 deletions(-) >

