Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-15 Thread Peter Chen
> > > > > > > > > > > > > > Hi! > > > > > > > > > > > > > > Stefano, maybe you can pick 1,2,3,4,6 right away for next? > > > > > > > This way, we can solve 5/6 separately, since it might need > > > > > > > some further dicussion. I don't want that patch to block the > > > > > > > rest of the ser

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-15 Thread Marek Vasut
On Tuesday, April 14, 2015 at 12:18:46 PM, maitysancha...@gmail.com wrote: > Hello, Hi! [...] > > > Yeah. Is the PHY MXS/IMX/VF specific or can that PHY be found even on > > > other SoCs not manufactured by Freescale ? > > > > This mxs PHY is from SigmaTel, I only see this PHY is used at FSL So

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-14 Thread maitysanchayan
Hello, On 15-04-14 09:06:27, Peter Chen wrote: > > > > > > > > > > > > > > > > > > Hi! > > > > > > > > > > > > > > > > Stefano, maybe you can pick 1,2,3,4,6 right away for next? > > > > > > > > This way, we can solve 5/6 separately, since it might need > > > > > > > > some further dicussion. I

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-13 Thread Peter Chen
> > > > On 15-04-13 01:28:07, Marek Vasut wrote: > > > On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com > wrote: > > > > Hi, > > > > > > > > On 15-04-11 18:46:15, Marek Vasut wrote: > > > > > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > > > > > Hello,

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-13 Thread Marek Vasut
On Monday, April 13, 2015 at 10:50:27 AM, Peter Chen wrote: > > > On 15-04-13 01:28:07, Marek Vasut wrote: > > > > On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com > > > > wrote: > > > > > Hi, > > > > > > > > > > On 15-04-11 18:46:15, Marek Vasut wrote: > > > > > > On Wednesday,

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-13 Thread Marek Vasut
On Monday, April 13, 2015 at 08:21:27 AM, maitysancha...@gmail.com wrote: > Hello, > > On 15-04-13 01:28:07, Marek Vasut wrote: > > On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com wrote: > > > Hi, > > > > > > On 15-04-11 18:46:15, Marek Vasut wrote: > > > > On Wednesday, April

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-12 Thread maitysanchayan
Hello, On 15-04-13 01:28:07, Marek Vasut wrote: > On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com wrote: > > Hi, > > > > On 15-04-11 18:46:15, Marek Vasut wrote: > > > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > > > Hello, > > > > > > > > This is th

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-12 Thread Marek Vasut
On Monday, April 13, 2015 at 03:36:56 AM, Fabio Estevam wrote: > Hi Marek, > > On Sun, Apr 12, 2015 at 8:28 PM, Marek Vasut wrote: > > I was concerned about the placement of the PHY reg definition. I didn't > > hear from Fabio on the result of this decision and I don't really mind > > that either

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-12 Thread Fabio Estevam
Hi Marek, On Sun, Apr 12, 2015 at 8:28 PM, Marek Vasut wrote: > I was concerned about the placement of the PHY reg definition. I didn't > hear from Fabio on the result of this decision and I don't really mind > that either way. I thought that maybe we should relax about the 'register access via

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-12 Thread Marek Vasut
On Sunday, April 12, 2015 at 07:33:41 AM, maitysancha...@gmail.com wrote: > Hi, > > On 15-04-11 18:46:15, Marek Vasut wrote: > > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > > Hello, > > > > > > This is the second version of the patchset which adds support for the > > >

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-11 Thread maitysanchayan
Hi, On 15-04-11 18:46:15, Marek Vasut wrote: > On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > > Hello, > > > > This is the second version of the patchset which adds support for the > > Toradex Colibri Vybrid VF50 and VF61 modules. Boot up has been tested > > using the seria

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-11 Thread Marek Vasut
On Wednesday, April 08, 2015 at 03:20:04 PM, Sanchayan Maity wrote: > Hello, > > This is the second version of the patchset which adds support for the > Toradex Colibri Vybrid VF50 and VF61 modules. Boot up has been tested > using the serial loader over UART. Hi! Stefano, maybe you can pick 1,2,

[U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-08 Thread Sanchayan Maity
Hello, This is the second version of the patchset which adds support for the Toradex Colibri Vybrid VF50 and VF61 modules. Boot up has been tested using the serial loader over UART. First patch in the series refactors the DDR related code for use by both the tower board and colibri modules. It