[U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-09-10 Thread Peng Fan
Add QSPI support for mx6solox. Signed-off-by: Peng Fan --- Changelog v2: Take Fabio's suggestion, split soc code and board code into two patches. arch/arm/cpu/armv7/mx6/clock.c| 50 +++ arch/arm/include/asm/arch-mx6/clock.h | 3 +++ drivers/spi/fsl_qsp

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-10-09 Thread Peng Fan
Hi, just ping, Any comments about this patch? Regards, Peng. On 09/11/2014 09:54 AM, Peng Fan wrote: > Add QSPI support for mx6solox. > > Signed-off-by: Peng Fan > --- > > Changelog v2: > Take Fabio's suggestion, split soc code and board code into two patches. > > arch/arm/cpu/armv7/mx6/cl

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-10-10 Thread Albert ARIBAUD
Hi Peng, On Thu, 9 Oct 2014 17:08:10 +0800, Peng Fan wrote: > Hi, > > just ping, Any comments about this patch? > > Regards, > Peng. > On 09/11/2014 09:54 AM, Peng Fan wrote: > > Add QSPI support for mx6solox. > > > > Signed-off-by: Peng Fan > > --- > > > > Changelog v2: > > Take Fabio's

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-29 Thread Fabio Estevam
Hi Jagan, On Fri, Oct 10, 2014 at 6:58 AM, Albert ARIBAUD wrote: > Jagan said he would review both patches. Once he gives his Acked-by, > the patches will go in -- but note that the series is an addition, not > a fix, and came in after the 2014.10 merge window, so it'll go in only > after the up

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-29 Thread Jagan Teki
On 29 December 2014 at 23:58, Fabio Estevam wrote: > Hi Jagan, > > On Fri, Oct 10, 2014 at 6:58 AM, Albert ARIBAUD > wrote: > >> Jagan said he would review both patches. Once he gives his Acked-by, >> the patches will go in -- but note that the series is an addition, not >> a fix, and came in aft

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-30 Thread Jagan Teki
Hi Peng/Fabio, On 30 December 2014 at 00:14, Jagan Teki wrote: > On 29 December 2014 at 23:58, Fabio Estevam wrote: >> Hi Jagan, >> >> On Fri, Oct 10, 2014 at 6:58 AM, Albert ARIBAUD >> wrote: >> >>> Jagan said he would review both patches. Once he gives his Acked-by, >>> the patches will go in

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-30 Thread Fabio Estevam
Hi Jagan, On Tue, Dec 30, 2014 at 10:49 AM, Jagan Teki wrote: > These are v3 series for this patches- > https://patchwork.ozlabs.org/patch/399361/ > https://patchwork.ozlabs.org/patch/399362/ > https://patchwork.ozlabs.org/patch/399363/ > https://patchwork.ozlabs.org/patch/399364/ > > Please con

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-30 Thread Jagan Teki
On 30 December 2014 at 18:32, Fabio Estevam wrote: > Hi Jagan, > > On Tue, Dec 30, 2014 at 10:49 AM, Jagan Teki wrote: > >> These are v3 series for this patches- >> https://patchwork.ozlabs.org/patch/399361/ >> https://patchwork.ozlabs.org/patch/399362/ >> https://patchwork.ozlabs.org/patch/39936

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-30 Thread Fabio Estevam
On Tue, Dec 30, 2014 at 11:16 AM, Jagan Teki wrote: > Please rebase and send the patches again, I have some issues while applying. > I will pick these on my tree. Peng, please rebase and resend the series. Thanks ___ U-Boot mailing list U-Boot@lists.de

Re: [U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support

2014-12-30 Thread Peng Fan
Hi, On 12/30/2014 9:19 PM, Fabio Estevam wrote: On Tue, Dec 30, 2014 at 11:16 AM, Jagan Teki wrote: Please rebase and send the patches again, I have some issues while applying. I will pick these on my tree. Peng, please rebase and resend the series. Thanks After rebasing, I sent a v4 patc