Re: [U-Boot] [PATCH 07/12] microblaze: Move __udelay implementation

2012-07-10 Thread Michal Simek
On 07/09/2012 11:28 PM, Simon Glass wrote: Acked-by: Simon Glass mailto:s...@chromium.org>> Applied. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian ___

Re: [U-Boot] [PATCH 07/12] microblaze: Move __udelay implementation

2012-07-09 Thread Simon Glass
On Mon, Jul 9, 2012 at 2:20 AM, Michal Simek wrote: > Move __udelay to the timer code because of unification. > And clean coding style because of checkpatch.pl. > > Signed-off-by: Michal Simek > Acked-by: Simon Glass > --- > arch/microblaze/cpu/timer.c | 19 +++ > arch/mi

[U-Boot] [PATCH 07/12] microblaze: Move __udelay implementation

2012-07-09 Thread Michal Simek
Move __udelay to the timer code because of unification. And clean coding style because of checkpatch.pl. Signed-off-by: Michal Simek --- arch/microblaze/cpu/timer.c | 19 +++ arch/microblaze/lib/Makefile |1 - arch/microblaze/lib/time.c | 42 ---