From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 06 Jul 2012 13:43:40 +0900 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> Message-ID: <4FF66CFC.8090409@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >>> --- >>> arch/arm/cpu/armv7/s5p-common/pwm.c | 2 +- >>> arch/arm/cpu/armv7/s5p-common/timer.c | 20 ++++++++++++++++---- >>> 2 files changed, 17 insertions(+), 5 deletions(-) >>> > > Could please test this patch. > > Thanks. > Minkyu Kang.