Re: [PATCH 2/2 v5] powerpc/85xx: Abstract common define of signal multiplex control for qe

2012-02-17 Thread Tabi Timur-B04825
On Wed, Feb 15, 2012 at 12:58 AM, Zhicheng Fan b32...@freescale.com wrote: @@ -114,6 +114,24 @@ struct ccsr_guts_86xx {        __be32  srds2cr1;       /* 0x.0f44 - SerDes2 Control Register 0 */  } __attribute__ ((packed)); +#ifdef CONFIG_PPC_85xx + Remove this #ifdef. It doesn't really

[PATCH 2/2 v5] powerpc/85xx: Abstract common define of signal multiplex control for qe

2012-02-14 Thread Zhicheng Fan
From: Zhicheng Fan b32...@freescale.com The mpc85xx_rdb and mpc85xx_mds have commom define of signal multiplex for qe, so they need to go in common header, the patch abstract them to fsl_guts.h Signed-off-by: Zhicheng Fan b32...@freescale.com --- arch/powerpc/include/asm/fsl_guts.h |

[PATCH 2/2 v5] powerpc/85xx: Abstract common define of signal multiplex control for qe

2012-02-14 Thread Zhicheng Fan
From: Zhicheng Fan b32...@freescale.com The mpc85xx_rdb and mpc85xx_mds have commom define of signal multiplex for qe, so they need to go in common header, the patch abstract them to fsl_guts.h Signed-off-by: Zhicheng Fan b32...@freescale.com --- arch/powerpc/include/asm/fsl_guts.h |