Re: [U-Boot] [PATCH] zynq: timer: Fix wrong timer calculation

2015-04-22 Thread Michal Simek
Hi, On 04/16/2015 02:57 PM, thomas.lan...@lantiq.com wrote: > Hello Michal, > > Michal Simek wrote on 2015-04-16: >> From: Siva Durga Prasad Paladugu >> >> Fix wrong timer calculation in get_timer_masked incase of overflow. This >> fixes the issue of getting wrong time from get_timer() calls. >>

Re: [U-Boot] [PATCH] zynq: timer: Fix wrong timer calculation

2015-04-16 Thread thomas.langer
Hello Michal, Michal Simek wrote onĀ 2015-04-16: > From: Siva Durga Prasad Paladugu > > Fix wrong timer calculation in get_timer_masked incase of overflow. This > fixes the issue of getting wrong time from get_timer() calls. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal

[U-Boot] [PATCH] zynq: timer: Fix wrong timer calculation

2015-04-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Fix wrong timer calculation in get_timer_masked incase of overflow. This fixes the issue of getting wrong time from get_timer() calls. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- arch/arm/cpu/armv7/zynq/timer.c | 4 +++- 1 file c