[U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-03-22 Thread Rajeshwari Shinde
This function, if implemented by the board, provides a microsecond timer. The granularity may be larger than 1us if hardware does not support this. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- include/common.h |8 1 files changed, 8 insertions(+), 0 deletions(-)

Re: [U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 6:45 PM, Simon Glass wrote: > Hi Rajeshwari, > > On Fri, Mar 22, 2013 at 5:28 AM, Rajeshwari Shinde > wrote: >> This function, if implemented by the board, provides a microsecond >> timer. The granularity may be larger than 1us if hardware does not >> support this. >> >> S

Re: [U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-05-12 Thread Rajeshwari Birje
Hi Simon, Thank you for review comments, On Sat, May 11, 2013 at 8:38 PM, Simon Glass wrote: > On Fri, Mar 22, 2013 at 6:45 PM, Simon Glass wrote: >> Hi Rajeshwari, >> >> On Fri, Mar 22, 2013 at 5:28 AM, Rajeshwari Shinde >> wrote: >>> This function, if implemented by the board, provides a mic

Re: [U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

2013-03-22 Thread Simon Glass
Hi Rajeshwari, On Fri, Mar 22, 2013 at 5:28 AM, Rajeshwari Shinde wrote: > This function, if implemented by the board, provides a microsecond > timer. The granularity may be larger than 1us if hardware does not > support this. > > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde >