Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-11 Thread Graeme Russ
On 12/07/11 05:58, Wolfgang Denk wrote: > Dear Graeme, > > In message <4e1a9b9b.4030...@gmail.com> you wrote: >> >>> Am I missing something? >> >> Yes - A 16 part patch series: >> - In patchwork, filter by Graeme Russ as submitter >> - http://lists.denx.de/pipermail/u-boot/2011-June/094958.html

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-11 Thread Wolfgang Denk
Dear Graeme, In message <4e1a9b9b.4030...@gmail.com> you wrote: > > > Am I missing something? > > Yes - A 16 part patch series: > - In patchwork, filter by Graeme Russ as submitter > - http://lists.denx.de/pipermail/u-boot/2011-June/094958.html is the > summary post I'm aware of this - it's o

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-10 Thread Graeme Russ
Hi Wolfgang, On 11/07/11 16:20, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4e1937a6.7050...@gmail.com> you wrote: >> >> timer_get_us needs to be u64 (unsigned long long). Also, the new timer API >> will define this as time_now_us, would be great if you could use this >> naming conve

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-10 Thread Wolfgang Denk
Dear Graeme Russ, In message <4e1937a6.7050...@gmail.com> you wrote: > > timer_get_us needs to be u64 (unsigned long long). Also, the new timer API > will define this as time_now_us, would be great if you could use this > naming convention now to save me doing a mass of replaces later Um... thi

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-10 Thread Wolfgang Denk
Dear Graeme Russ, In message <4e1937a6.7050...@gmail.com> you wrote: > > On 06/07/11 02:49, Simon Glass wrote: > > These functions provide access to the high resolution microsecond timer > > and tidy up a global variable in the code. > > Excellent - Good to see microsecond timers making their wa

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-09 Thread Graeme Russ
Hi Simon, On 10/07/11 16:14, Simon Glass wrote: > Hi Graeme, [snip] > > timer_get_us needs to be u64 (unsigned long long). Also, the new timer API > will define this as time_now_us, would be great if you could use this > naming convention now to save me doing a mass of replaces late

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-09 Thread Simon Glass
Hi Graeme, On Sat, Jul 9, 2011 at 10:24 PM, Graeme Russ wrote: > Hi Simon, > > On 06/07/11 02:49, Simon Glass wrote: > > These functions provide access to the high resolution microsecond timer > > and tidy up a global variable in the code. > > Excellent - Good to see microsecond timers making th

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-09 Thread Graeme Russ
Hi Simon, On 06/07/11 02:49, Simon Glass wrote: > These functions provide access to the high resolution microsecond timer > and tidy up a global variable in the code. Excellent - Good to see microsecond timers making their way in already > > Signed-off-by: Simon Glass > --- > arch/arm/cpu/arm

Re: [U-Boot] [RESEND PATCH v2 2/5] Tegra2: Add microsecond timer functions

2011-07-09 Thread Albert ARIBAUD
Hi Simon, Le 05/07/2011 18:49, Simon Glass a écrit : > These functions provide access to the high resolution microsecond timer > and tidy up a global variable in the code. > > Signed-off-by: Simon Glass > --- > arch/arm/cpu/armv7/tegra2/timer.c| 27 +-- > arch/arm/