]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm/s5pxx: Fix get_timer_masked to get the time.
authorZhong Hongbo <bocui107@gmail.com>
Mon, 2 Jul 2012 13:50:49 +0000 (13:50 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:23 +0000 (14:58 +0200)
commit3936b4f0571b535558ee89038c37a93c1c2c23e6
tree868a67a9115ae3173498d032a3d6b6bc66b2ff54
parent42e14f05214399e9362110867207e282b80b7977
arm/s5pxx: Fix get_timer_masked to get the time.

In general, The get_timer_masked function get the system time,
no the number of ticks. Such as the nand_wait_ready will use
get_timer_masked to delay the operations. And change the system
time to adopt to the CONFIG_SYS_HZ.

Signed-off-by: Hongbo Zhong <bocui107@gmail.com>
Tested-by: Jaehoon Chung<jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/s5p-common/pwm.c
arch/arm/cpu/armv7/s5p-common/timer.c