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
>
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
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
3 matches
Mail list logo