RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-11-05 Thread Xiaobo Xie
Hi Scott, > -Original Message- > From: Wood Scott-B07421 > Sent: Friday, September 27, 2013 5:27 AM > To: Xie Xiaobo-R63061 > Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Johnston Michael- > R49610 > Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TW

RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-10-25 Thread Xie Xiaobo-R63061
Hi Scott, > -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, September 28, 2013 1:04 AM > To: Xie Xiaobo-R63061 > Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Johnston Michael- > R49610 > Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025

Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-27 Thread Scott Wood
On Wed, 2013-09-25 at 04:50 -0500, Xie Xiaobo-R63061 wrote: > > > +#if defined(CONFIG_SERIAL_QE) > > > + /* On P1025TWR board, the UCC7 acted as UART port. > > > + * However, The UCC7's CTS pin is low level in default, > > > + * it will impact the t

Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-26 Thread Scott Wood
ginal Message- > > > > From: Wood Scott-B07421 > > > > Sent: Wednesday, September 25, 2013 7:22 AM > > > > To: Xie Xiaobo-R63061 > > > > Cc: linuxppc-dev@lists.ozlabs.org; Johnston Michael-R49610 > > > > Subject: Re: [PATCH V4 3

RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-26 Thread Xie Xiaobo-R63061
> -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, September 26, 2013 7:10 AM > To: Xie Xiaobo-R63061 > Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Johnston Michael- > R49610 > Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board supp

Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-25 Thread Scott Wood
@lists.ozlabs.org; Johnston Michael-R49610 > > Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support > > > > On Tue, 2013-09-24 at 18:48 +0800, Xie Xiaobo wrote: > > > + partition@8 { > > > + /* 3.5 MB

RE: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-25 Thread Xie Xiaobo-R63061
Hi Scott, See the reply inline. > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, September 25, 2013 7:22 AM > To: Xie Xiaobo-R63061 > Cc: linuxppc-dev@lists.ozlabs.org; Johnston Michael-R49610 > Subject: Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P

Re: [PATCH V4 3/3] powerpc/85xx: Add TWR-P1025 board support

2013-09-24 Thread Scott Wood
On Tue, 2013-09-24 at 18:48 +0800, Xie Xiaobo wrote: > + partition@8 { > + /* 3.5 MB for Linux Kernel Image */ > + reg = <0x0008 0x0038>; > + label = "NOR Linux Kernel Image"; > + }; Is this enough? >