Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-18 Thread Albert ARIBAUD
; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v7] dreamplug: initial board support. Albert, On Tue, Sep 13, 2011 at 03:00:59PM +0200, Wolfgang Denk wrote: Dear Prafulla, In messageF766E4F80769BD478052FB6533FA745D1A114670B3@SC- VEXCH4.marvell.com you wrote: Let's have Wolfgang's

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-18 Thread Albert ARIBAUD
Le 18/09/2011 19:58, Albert ARIBAUD a écrit : eventually be in the Linux mach-type list. As I understand it, the only case when is not there is because U-Boot support is submitted before make that ... when *it* is not there... Amicalement, -- Albert.

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-18 Thread Jason
Albert, Prafulla, Wolfgang, On Sun, Sep 18, 2011 at 07:58:14PM +0200, Albert ARIBAUD wrote: Le 14/09/2011 08:39, Prafulla Wadaskar a écrit : On Tue, Sep 13, 2011 at 03:00:59PM +0200, Wolfgang Denk wrote: In messagef766e4f80769bd478052fb6533fa745d1a11467...@sc-vexch4.marvell.com you wrote:

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-18 Thread Wolfgang Denk
Dear Jason, In message 20110918183913.ga32...@titan.lakedaemon.net you wrote: As for my original question, since this patch series has had several versions on the mailinglist [1] prior to the close of the merge window, is it still possible to get it in for 2011.09? I cannot promise this.

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-18 Thread Jason
Wolfgang, On Sun, Sep 18, 2011 at 10:28:47PM +0200, Wolfgang Denk wrote: In message 20110918183913.ga32...@titan.lakedaemon.net you wrote: As for my original question, since this patch series has had several versions on the mailinglist [1] prior to the close of the merge window, is it

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-14 Thread Prafulla Wadaskar
-Original Message- From: Jason [mailto:u-b...@lakedaemon.net] Sent: Tuesday, September 13, 2011 7:47 PM To: Wolfgang Denk Cc: Prafulla Wadaskar; Albert Aribaud; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v7] dreamplug: initial board support. Albert, On Tue, Sep 13

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-13 Thread Igor Grinberg
On 09/12/11 14:45, Jason Cooper wrote: Copied wholeheartedly from board/Marvell/guruplug and modified to add support for SPI NOR flash. CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's kernel.org tree adds it to mach-types.h. Once it trickles down, the definition

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-13 Thread Prafulla Wadaskar
-Original Message- From: Jason Cooper [mailto:u-b...@lakedaemon.net] Sent: Monday, September 12, 2011 5:15 PM To: w...@denx.de Cc: u-boot@lists.denx.de; u-b...@lakedaemon.net; Prafulla Wadaskar; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore Subject: [PATCH v7] dreamplug:

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-13 Thread Wolfgang Denk
Dear Prafulla, In message f766e4f80769bd478052fb6533fa745d1a11467...@sc-vexch4.marvell.com you wrote: Let's have Wolfgang's opinion on this, since this not aligned with current u-boot development strategy. May be we can create a separate header file for tracking (unsupported/tobe

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-13 Thread Jason
On Tue, Sep 13, 2011 at 10:32:41AM +0300, Igor Grinberg wrote: On 09/12/11 14:45, Jason Cooper wrote: Copied wholeheartedly from board/Marvell/guruplug and modified to add support for SPI NOR flash. CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's

Re: [U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-13 Thread Jason
Albert, On Tue, Sep 13, 2011 at 03:00:59PM +0200, Wolfgang Denk wrote: Dear Prafulla, In message f766e4f80769bd478052fb6533fa745d1a11467...@sc-vexch4.marvell.com you wrote: Let's have Wolfgang's opinion on this, since this not aligned with current u-boot development strategy.

[U-Boot] [PATCH v7] dreamplug: initial board support.

2011-09-12 Thread Jason Cooper
Copied wholeheartedly from board/Marvell/guruplug and modified to add support for SPI NOR flash. CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's kernel.org tree adds it to mach-types.h. Once it trickles down, the definition can be removed from dreamplug.h.