RE: [PATCH v2 1/5] davinci: dm644x: remove the macros from the header to move to c file

2011-11-15 Thread Hadli, Manjunath
Sergei, On Tue, Nov 15, 2011 at 16:10:16, Sergei Shtylyov wrote: > Hello. > > On 14-11-2011 19:09, Manjunath Hadli wrote: > > > move the register base addresses and offsets used only by dm644x > > platform file from platform header dm644x.h to dm644x.c as they are > > used only in the c file.

Re: [PATCH v2 1/5] davinci: dm644x: remove the macros from the header to move to c file

2011-11-15 Thread Sergei Shtylyov
Hello. On 14-11-2011 19:09, Manjunath Hadli wrote: move the register base addresses and offsets used only by dm644x platform file from platform header dm644x.h to dm644x.c as they are used only in the c file. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c |

[PATCH v2 1/5] davinci: dm644x: remove the macros from the header to move to c file

2011-11-14 Thread Manjunath Hadli
move the register base addresses and offsets used only by dm644x platform file from platform header dm644x.h to dm644x.c as they are used only in the c file. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c |6 ++ arch/arm/mach-davinci/include/mach/dm644x.h