Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-06 Thread Zhong Hongbo
On 07/06/2012 07:20 PM, Minkyu Kang wrote: > On 6 July 2012 13:43, Jaehoon Chung wrote: >> Hi Minkyu, >> >> I tested on trats-board. >> I think it's working fine. >> >> Tested-by: Jaehoon Chung >> >> Best Regards, >> Jaehoon Chung >> >> On 07/06/2012 11:13 AM, Minkyu Kang wrote: >> >>> Dear Jaehoo

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-06 Thread Minkyu Kang
On 6 July 2012 13:43, Jaehoon Chung wrote: > Hi Minkyu, > > I tested on trats-board. > I think it's working fine. > > Tested-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > > On 07/06/2012 11:13 AM, Minkyu Kang wrote: > >> Dear Jaehoon and Donghwa, >> >> On 5 July 2012 20:55, Zhong Hongbo w

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-05 Thread Jaehoon Chung
Hi Minkyu, I tested on trats-board. I think it's working fine. Tested-by: Jaehoon Chung Best Regards, Jaehoon Chung On 07/06/2012 11:13 AM, Minkyu Kang wrote: > Dear Jaehoon and Donghwa, > > On 5 July 2012 20:55, Zhong Hongbo wrote: >> Hi Minkyu, >> >> Could you help me to review it? >> >> T

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-05 Thread Minkyu Kang
Dear Jaehoon and Donghwa, On 5 July 2012 20:55, Zhong Hongbo wrote: > Hi Minkyu, > > Could you help me to review it? > > Thanks, > hongbo > > On 07/03/2012 07:50 AM, Zhong Hongbo wrote: >> From: Zhong Hongbo >> >> In general, The get_timer_masked function get the system time, >> no the number of

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-05 Thread Zhong Hongbo
Hi Minkyu, Could you help me to review it? Thanks, hongbo On 07/03/2012 07:50 AM, Zhong Hongbo wrote: > From: Zhong Hongbo > > 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 operation

[U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-02 Thread Zhong Hongbo
From: Zhong Hongbo 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 --- arch/arm/cpu/armv7/