Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/19/12 03:56, Michal Simek wrote: > On 09/19/2012 12:52 PM, Marek Vasut wrote: >> Dear Michal Simek, >> >>> On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut wrote: >>>

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Michal Simek
On 09/19/2012 12:52 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut wrote: I guess this platform won't make it into .10 release anyway. Why not? Any reason why these 4 patches should wait till

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Marek Vasut
Dear Michal Simek, > On 09/14/2012 08:53 PM, Joe Hershberger wrote: > > Hi Marek, > > > > On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut wrote: > I guess this platform won't make it into .10 release anyway. > >>> > >>> Why not? Any reason why these 4 patches should wait till the next > >>> r

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-19 Thread Michal Simek
On 09/14/2012 08:53 PM, Joe Hershberger wrote: Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut wrote: I guess this platform won't make it into .10 release anyway. Why not? Any reason why these 4 patches should wait till the next release? MW is closed (Aug. 18) The first version of

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Joe Hershberger
Hi Marek, On Fri, Sep 14, 2012 at 6:00 AM, Marek Vasut wrote: >> > I guess this platform won't make it into .10 release anyway. >> >> Why not? Any reason why these 4 patches should wait till the next release? > > MW is closed (Aug. 18) The first version of this series was sent on Aug 14. http://

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Marek Vasut
Dear Michal Simek, [...] > > MW is closed (Aug. 18) > > ok. Isn't there any "next" branch for this purpose? > I believe it can go at least to custodian arm tree. That's a question for Albert I think. > Thanks, > Michal Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Michal Simek
On 09/14/2012 01:00 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 12:03 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 09:45 AM, Marek Vasut wrote: Dear Michal Simek, The driver is used on Xilinx Zynq platform. Signed-off-by: Michal Simek CC: Joe Hershberger CC: Mare

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Marek Vasut
Dear Michal Simek, > On 09/14/2012 12:03 PM, Marek Vasut wrote: > > Dear Michal Simek, > > > >> On 09/14/2012 09:45 AM, Marek Vasut wrote: > >>> Dear Michal Simek, > >>> > The driver is used on Xilinx Zynq platform. > > Signed-off-by: Michal Simek > CC: Joe Hershberger > >

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Michal Simek
On 09/14/2012 12:03 PM, Marek Vasut wrote: Dear Michal Simek, On 09/14/2012 09:45 AM, Marek Vasut wrote: Dear Michal Simek, The driver is used on Xilinx Zynq platform. Signed-off-by: Michal Simek CC: Joe Hershberger CC: Marek Vasut --- v2: Use Zynq name instead of Dragonfire and XPSS/XD

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Marek Vasut
Dear Michal Simek, > On 09/14/2012 09:45 AM, Marek Vasut wrote: > > Dear Michal Simek, > > > >> The driver is used on Xilinx Zynq platform. > >> > >> Signed-off-by: Michal Simek > >> CC: Joe Hershberger > >> CC: Marek Vasut > >> > >> --- > >> v2: Use Zynq name instead of Dragonfire and XPSS/

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Michal Simek
On 09/14/2012 09:45 AM, Marek Vasut wrote: Dear Michal Simek, The driver is used on Xilinx Zynq platform. Signed-off-by: Michal Simek CC: Joe Hershberger CC: Marek Vasut --- v2: Use Zynq name instead of Dragonfire and XPSS/XDFUART Rename driver name Remove driver description v3:

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-14 Thread Marek Vasut
Dear Michal Simek, > The driver is used on Xilinx Zynq platform. > > Signed-off-by: Michal Simek > CC: Joe Hershberger > CC: Marek Vasut > > --- > v2: Use Zynq name instead of Dragonfire and XPSS/XDFUART > Rename driver name > Remove driver description > > v3: SERIAL_MULTI support >

Re: [U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-13 Thread Michal Simek
Hi John, sorry I forget you to cc you with this new series in spite of I promised to John W to do so. My big apology it wasn't intention. Just forget to do it. I will forward you them. Sorry, Michal On 09/14/2012 08:23 AM, Michal Simek wrote: The driver is used on Xilinx Zynq platform. Sign

[U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver

2012-09-13 Thread Michal Simek
The driver is used on Xilinx Zynq platform. Signed-off-by: Michal Simek CC: Joe Hershberger CC: Marek Vasut --- v2: Use Zynq name instead of Dragonfire and XPSS/XDFUART Rename driver name Remove driver description v3: SERIAL_MULTI support Rename xdfuart to uart_zynq --- common/se