Re: [U-Boot] [PATCH] davinci timer.c: Remove volatiles and memory mapped structures

2009-10-26 Thread Stefan Roese
On Monday 26 October 2009 15:42:56 Peter Tyser wrote: > > +++ b/cpu/arm926ejs/davinci/timer.c > > @@ -1,4 +1,8 @@ > > /* > > + * Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. > > + * > > + * Coding style changes. Use writel and readl for hardware accesses. > > + * > > * (C) Copyright 2003 >

Re: [U-Boot] [PATCH] davinci timer.c: Remove volatiles and memory mapped structures

2009-10-26 Thread Peter Tyser
Hi Nick, > --- a/cpu/arm926ejs/davinci/timer.c > +++ b/cpu/arm926ejs/davinci/timer.c > @@ -1,4 +1,8 @@ > /* > + * Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. > > + * > + * Coding style changes. Use writel and readl for hardware accesses. > + * > * (C) Copyright 2003 > * Texas Instrumen

[U-Boot] [PATCH] davinci timer.c: Remove volatiles and memory mapped structures

2009-10-26 Thread Nick Thompson
Remove volatiles and memory mapped structure accesses from the davinci cpu timer.c functions and replace with readl and writel macro usage. Signed-off-by: Nick Thompson --- This patch was originally part of the da830 support patch, but this effort is now being integrated into davinci. As a result