[U-Boot] Exynos5: cpufreq: Implement frequency scaling for exynos5

Akshay Saraswat akshay.s at samsung.com
Mon May 13 07:15:57 CEST 2013


Hi Simon,

>Hi Akshay,
>
>On Wed, Apr 3, 2013 at 12:27 AM, Akshay Saraswat <akshay.s at samsung.com> wrote:
>> Exynos5 currently runs at full speed i.e. 1.7 GHz everytime.
>> Scaling down the clock speed in certain situations, may help in
>> reducing the ARM temperature and power consumption.
>>
>> Signed-off-by: Akshay Saraswat <akshay.s at samsung.com>
>> ---
>>  arch/arm/include/asm/arch-exynos/cpufreq.h |  54 ++++++
>>  drivers/power/Makefile                     |   1 +
>>  drivers/power/exynos-cpufreq.c             | 282 +++++++++++++++++++++++++++++
>>  3 files changed, 337 insertions(+)
>>  create mode 100644 arch/arm/include/asm/arch-exynos/cpufreq.h
>>  create mode 100644 drivers/power/exynos-cpufreq.c
>
>There may be a couple of style nits here I think (do you use patman or
>checkpatch?) but otherwise:
>
>Acked-by: Simon Glass <sjg at chromium.org>
>

Yes, I did use tools/checkpach from u-boot-samsung to verify style errors
in these patches, I didn't get any. It shows 0 errors and 0 warnings for
all 4 patches. No wonder, there could be few things which checkpatch might
not have caught. Please let me know the errors, I'll rectify them.
And also, I am pushing one more revision for PMIC set-voltage patch
with function comment. Please review it.

Regards,
Akshay Saraswat


More information about the U-Boot mailing list