Re: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-25 Thread Scott Wood
On Wed, 2013-09-25 at 04:51 -0500, Xie Xiaobo-R63061 wrote: > > -Original Message- > > From: Wood Scott-B07421 > > Sent: Wednesday, September 25, 2013 7:13 AM > > To: Xie Xiaobo-R63061 > > Cc: linuxppc-dev@lists.ozlabs.org > > Subject: Re: [PATCH V4 1

RE: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-25 Thread Xie Xiaobo-R63061
> -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, September 25, 2013 7:13 AM > To: Xie Xiaobo-R63061 > Cc: linuxppc-dev@lists.ozlabs.org > Subject: Re: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions > > On Tue, 2013-09-24 at 18:48

Re: [PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-24 Thread Scott Wood
On Tue, 2013-09-24 at 18:48 +0800, Xie Xiaobo wrote: > Define two QE init functions in common file, and avoid > the same codes being duplicated in board files. > > Signed-off-by: Xie Xiaobo > --- > V4 -> V3: Nochange > > arch/powerpc/platforms/85xx/common.c | 51 >

[PATCH V4 1/3] powerpc/85xx: Add QE common init functions

2013-09-24 Thread Xie Xiaobo
Define two QE init functions in common file, and avoid the same codes being duplicated in board files. Signed-off-by: Xie Xiaobo --- V4 -> V3: Nochange arch/powerpc/platforms/85xx/common.c | 51 +++ arch/powerpc/platforms/85xx/mpc85xx.h | 8 ++ 2 files chan