Re: [U-Boot] [PATCH v2 2/5] mvi2c: use structure to replace the direclty define

2011-03-17 Thread Heiko Schocher
Hello Lei, Lei Wen wrote: > On Tue, Mar 15, 2011 at 2:54 PM, Heiko Schocher wrote: >> Hello Lei, >> >> Lei Wen wrote: >>> Signed-off-by: Lei Wen >>> --- >>> arch/arm/cpu/pxa/cpu.c | 11 +++ >>> arch/arm/include/asm/arch-pxa/pxa-regs.h | 56 >>> board/innokom/i

Re: [U-Boot] [PATCH v2 2/5] mvi2c: use structure to replace the direclty define

2011-03-16 Thread Lei Wen
Hi Heiko, On Tue, Mar 15, 2011 at 2:54 PM, Heiko Schocher wrote: > Hello Lei, > > Lei Wen wrote: >> Signed-off-by: Lei Wen >> --- >>  arch/arm/cpu/pxa/cpu.c                   |   11 +++ >>  arch/arm/include/asm/arch-pxa/pxa-regs.h |   56 >>  board/innokom/innokom.c                  

Re: [U-Boot] [PATCH v2 2/5] mvi2c: use structure to replace the direclty define

2011-03-14 Thread Heiko Schocher
Hello Lei, Lei Wen wrote: > Signed-off-by: Lei Wen > --- > arch/arm/cpu/pxa/cpu.c | 11 +++ > arch/arm/include/asm/arch-pxa/pxa-regs.h | 56 > board/innokom/innokom.c |9 +-- > drivers/i2c/mvi2c.c | 139 >

[U-Boot] [PATCH v2 2/5] mvi2c: use structure to replace the direclty define

2011-03-14 Thread Lei Wen
Signed-off-by: Lei Wen --- arch/arm/cpu/pxa/cpu.c | 11 +++ arch/arm/include/asm/arch-pxa/pxa-regs.h | 56 board/innokom/innokom.c |9 +-- drivers/i2c/mvi2c.c | 139 +- include/configs/innoko