| Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch removes the unused exynos4/5 busfreq driver. Instead,
generic exynos-bus frequency driver support the all Exynos SoCs.
Signed-off-by: Chanwoo Choi <[email protected]>
Signed-off-by: MyungJoo Ham <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
|
|
This patch converts exynos4_bus driver to use common PPMU code
(exynos_ppmu.c) instead of individual functions related to PPC
because PPMU is integrated module with both PPC and Bus event
generator. When using PPMU to get bus performance read/write
event exynos4_bus driver deson't need to consider memory type.
Signed-off-by: Chanwoo Choi <[email protected]>
[bzolnier: splitted out changes from the bigger patch]
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: MyungJoo Ham <[email protected]>
|
|
Exynos5-bus device devfreq driver monitors PPMU counters and
adjusts operating frequencies and voltages with OPP. ASV should
be used to provide appropriate voltages as per the speed group
of the SoC rather than using a constant 1.025V.
Signed-off-by: Abhilash Kesavan <[email protected]>
[[email protected]: minor style update]
Signed-off-by: MyungJoo Ham <[email protected]>
Cc: Jonghwan Choi <[email protected]>
Cc: Kukjin Kim <[email protected]>
|
|
In anticipation of the new exynos5 devfreq and ppmu driver, create
an exynos sub-directory. Move the existing exynos4 devfreq driver
into the same.
Signed-off-by: Abhilash Kesavan <[email protected]>
Acked-by: MyungJoo Ham <[email protected]>
Cc: Jonghwan Choi <[email protected]>
Cc: Kukjin Kim <[email protected]>
|