From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Fri, 06 Jul 2012 19:37:00 +0800 Subject: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time. In-Reply-To: References: <1341273049-3587-1-git-send-email-bocui107@gmail.com> <4FF580C5.1000008@gmail.com> <4FF66CFC.8090409@samsung.com> Message-ID: <4FF6CDDC.2080904@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 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 >>>>> --- > > applied to u-boot-samsung. Hi Jaehoon and Minkyu, Thanks? BR? hongbo > > Thanks. > Minkyu Kang. >