Re: [U-Boot] [PATCH 2/2] wandboard: Return the error when cpu_eth_init() fails

2013-11-13 Thread Stefano Babic
On 04/11/2013 01:03, Fabio Estevam wrote: > From: Fabio Estevam > > When cpu_eth_init() fails we should not return success. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH 1/2] wandboard: Return the error immediately when ipuv3_fb_init() fails

2013-11-13 Thread Stefano Babic
On 04/11/2013 01:03, Fabio Estevam wrote: > From: Fabio Estevam > > If ipuv3_fb_init() fails, we should return the error immediately. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] titanium: Return the error when cpu_eth_init() fails

2013-11-13 Thread Stefano Babic
On 04/11/2013 01:12, Fabio Estevam wrote: > From: Fabio Estevam > > When cpu_eth_init() fails we should not return success. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH] mxs_gpio: fix the handling in gpio_direction_output()

2013-11-13 Thread Stefano Babic
On 03/11/2013 22:59, Michael Heimpold wrote: > Setting the direction and an output value should be done by > 1) set the desired output value, > 2) switch to output. > > If this is done in the inverse order, there can be a glitch on > the GPIO line. > > This patch fixes this by using the order as

Re: [U-Boot] [PATCH v2] configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards

2013-11-13 Thread Stefano Babic
On 01/11/2013 11:12, Fabio Estevam wrote: > There is no real benefit in adding the board name into U-boot's prompt, so > remove the custom CONFIG_SYS_PROMPT definitions so that the standard "=> " > prompt is used across FSL boards. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx,

Re: [U-Boot] [PATCH v1 2/4] udoo: Add ethernet support (FEC + Micrel KSZ9031).

2013-11-13 Thread Stefano Babic
Hi Giuseppe, On 11/11/2013 18:11, Giuseppe Pagano wrote: > Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031). > > Signed-off-by: Giuseppe Pagano > CC: Stefano Babic > CC: Fabio Estevam > --- ok - remember to increment the version number of the patchset for next time

Re: [U-Boot] [PATCH v1 1/4] udoo: Move and optimize platform register setting.

2013-11-13 Thread Stefano Babic
Hi Giuseppe, On 11/11/2013 18:11, Giuseppe Pagano wrote: > Previous uDoo configuration adopts register settings for DDR3, clock, muxing, > etc. taken from Nitrogen6x. uDoo schematics is rather different from that > board, and it needs customized setting for most of the registers. > All this cha

Re: [U-Boot] [PATCH 2/4] mx6: add structs for mmdc and ddr iomux registers

2013-11-13 Thread Stefano Babic
Hi Tapani, On 13/11/2013 06:50, Tapani wrote: > > Stefano, > > I'll reply to this, since including the __attribute__ was my suggestion. > >>> + u32 res10[25]; >>> + u32 mpmur0; >>> +}__attribute__((packed, aligned(4))); >>> + >> >> I am missing why the packed is needed. >> > > Th

Re: [U-Boot] [PATCH 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-13 Thread Lokesh Vutla
Hi Vaibhav, On Wednesday 06 November 2013 07:24 PM, Lokesh Vutla wrote: > On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote: >> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: >>> GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C). >>> Adding details for the same. >>> Below

Re: [U-Boot] [RFC PATCH V2] imx: add multi-BOM README

2013-11-13 Thread Stefano Babic
Hi Eric, On 09/11/2013 23:51, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > V2 replaces the words "arch" and "architecture", since we're talking about > processor variations within a family, not different processor architectures. > > doc/README.imx6-multi-bom | 241 >

Re: [U-Boot] [RFC] arm926ejs, at91: add common phy_reset function

2013-11-13 Thread Bo Shen
Hi Heiko, On 11/13/2013 01:04 PM, Heiko Schocher wrote: Hello Bo, Am 13.11.2013 02:35, schrieb Bo Shen: Hi Heiko, On 11/12/2013 09:50 PM, Heiko Schocher wrote: Hello Andreas, Am 12.11.2013 13:56, schrieb Andreas Bießmann: Hello Heiko, On 11/12/2013 11:21 AM, Heiko Schocher wrote: add com

<    1   2