Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-05 Thread G, Manjunath Kondaiah
Minor comments: On Thu, Sep 01, 2011 at 07:25:11PM +0200, Benoit Cousson wrote: Create an OMAP3 generic board to start the DT migration. This file is doing the minimal initialization needed to boot properly on a RAMDISK filesystem. As soon as the OMAP3 specifics will be removed, that

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Tony Lindgren
Hi, * Benoit Cousson b-cous...@ti.com [110901 19:52]: Create an OMAP3 generic board to start the DT migration. I don't think this needs to be SoC specific, we can add multiple DT_MACHINE_START entries into a single file. So it should be just board-omap-dt.c. +#include mux.h +#include

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Cousson, Benoit
Hi Tony, On 9/2/2011 10:09 AM, Tony Lindgren wrote: Hi, * Benoit Coussonb-cous...@ti.com [110901 19:52]: Create an OMAP3 generic board to start the DT migration. I don't think this needs to be SoC specific, we can add multiple DT_MACHINE_START entries into a single file. So it should be

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Russell King - ARM Linux
On Fri, Sep 02, 2011 at 10:46:56AM +0200, Cousson, Benoit wrote: Now, that kernel.org is back, I'll pull you branches :-). Umm. Are you sure? What are you checking - that some kernel.org servers are reachable or that master.kernel.org is reachable (it isn't.) -- To unsubscribe from this list:

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 11:08 AM, Russell King - ARM Linux wrote: On Fri, Sep 02, 2011 at 10:46:56AM +0200, Cousson, Benoit wrote: Now, that kernel.org is back, I'll pull you branches :-). Umm. Are you sure? What are you checking - that some kernel.org servers are reachable or that master.kernel.org is

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Russell King - ARM Linux
On Fri, Sep 02, 2011 at 11:13:03AM +0200, Cousson, Benoit wrote: On 9/2/2011 11:08 AM, Russell King - ARM Linux wrote: On Fri, Sep 02, 2011 at 10:46:56AM +0200, Cousson, Benoit wrote: Now, that kernel.org is back, I'll pull you branches :-). Umm. Are you sure? What are you checking - that

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 11:21 AM, Russell King - ARM Linux wrote: On Fri, Sep 02, 2011 at 11:13:03AM +0200, Cousson, Benoit wrote: On 9/2/2011 11:08 AM, Russell King - ARM Linux wrote: On Fri, Sep 02, 2011 at 10:46:56AM +0200, Cousson, Benoit wrote: Now, that kernel.org is back, I'll pull you branches

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [110902 11:13]: Hi Tony, On 9/2/2011 10:09 AM, Tony Lindgren wrote: Hi, * Benoit Coussonb-cous...@ti.com [110901 19:52]: Create an OMAP3 generic board to start the DT migration. I don't think this needs to be SoC specific, we can add multiple

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 12:43 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [110902 11:13]: Hi Tony, On 9/2/2011 10:09 AM, Tony Lindgren wrote: Hi, * Benoit Coussonb-cous...@ti.com [110901 19:52]: Create an OMAP3 generic board to start the DT migration. I don't think this needs to be

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [110902 14:10]: On 9/2/2011 12:43 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [110902 11:13]: Hi Tony, On 9/2/2011 10:09 AM, Tony Lindgren wrote: Hi, * Benoit Coussonb-cous...@ti.com [110901 19:52]: Create an OMAP3 generic board

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 1:57 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [110902 14:10]: On 9/2/2011 12:43 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [110902 11:13]: Hi Tony, On 9/2/2011 10:09 AM, Tony Lindgren wrote: Hi, * Benoit Coussonb-cous...@ti.com[110901

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [110902 14:47]: .tap= OMAP2_L4_IO_ADDRESS(0x4900a000), BTW, how can we get rid of that OMAP2_L4_IO_ADDRESS? That needs to be mapped early for SoC detection to work for cpu_is_omap stuff :( In fact only the tap should be required at map_io

[PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-01 Thread Benoit Cousson
Create an OMAP3 generic board to start the DT migration. This file is doing the minimal initialization needed to boot properly on a RAMDISK filesystem. As soon as the OMAP3 specifics will be removed, that board will be converted to an even more generic board-dt.c that will support every OMAP2+