This patch set adds cpu frequency scaling and tmu throttling for exynos5. Changes since v1: - Patch-1: Added comment for the set voltage API. - Patch-2: Added "Acked-by: Simon Glass". - Patch-3: Added "Acked-by: Simon Glass". - Patch-4: Added "Acked-by: Simon Glass".
Akshay Saraswat (4): PMIC: max77686: add pmic_set_voltage api for max77686 Exynos5: cpufreq: Implement frequency scaling for exynos5 smdk5250: enable support for tmu throttling Exynos5: config: enable cpu freq arch/arm/include/asm/arch-exynos/cpufreq.h | 54 ++++++ board/samsung/smdk5250/smdk5250.c | 19 ++ drivers/power/Makefile | 1 + drivers/power/exynos-cpufreq.c | 282 ++++++++++++++++++++++++++++ drivers/power/pmic/pmic_max77686.c | 66 +++++++ include/configs/exynos5250-dt.h | 3 + include/power/max77686_pmic.h | 12 ++ include/power/pmic.h | 1 + 8 files changed, 438 insertions(+) create mode 100644 arch/arm/include/asm/arch-exynos/cpufreq.h create mode 100644 drivers/power/exynos-cpufreq.c -- 1.7.10.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot