Re: [U-Boot] [PATCH 1/8 v3] powerpc/srio: Rewrite the struct ccsr_rio

2012-03-07 Thread Liu Gang
Hi, Andy, On Tue, 2012-03-06 at 16:30 -0600, Andy Fleming wrote: > > arch/powerpc/include/asm/immap_85xx.h | 384 > > +++-- > > include/configs/MPC8548CDS.h |5 + > > include/configs/MPC8568MDS.h |5 + > > include/configs/MPC8569MDS.h

Re: [U-Boot] [PATCH 1/8 v3] powerpc/srio: Rewrite the struct ccsr_rio

2012-03-06 Thread Andy Fleming
On Tue, Mar 6, 2012 at 3:45 AM, Liu Gang wrote: > Rewrite this struct for the support of two ports and two message > units registers. > > Signed-off-by: Liu Gang > --- > Changes in v2: >  - Change the subject and commit message. >  - Remove the offsets in the comments. >  - Rewrite the struct for

[U-Boot] [PATCH 1/8 v3] powerpc/srio: Rewrite the struct ccsr_rio

2012-03-06 Thread Liu Gang
Rewrite this struct for the support of two ports and two message units registers. Signed-off-by: Liu Gang --- Changes in v2: - Change the subject and commit message. - Remove the offsets in the comments. - Rewrite the struct for the support of two ports and two message units registers. Cha