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

2009-11-12 Thread Paulraj, Sandeep
Remove volatiles and memory mapped structure accesses and replace with readl and writel macro usage. Signed-off-by: Nick Thompson nick.thomp...@gefanuc.com --- This patch was originally part of the da830 support patch, but this effort is now being integrated into davinci. As a result,

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

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