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 7/7] OMAP3: beagleboard: Remove DT support from regular board

2011-09-02 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [110901 19:52]: In order to avoid conflict with the new board-omap3-dt.c file, remove the .dt_compat entry from the beagle regular board file. Any DT work for OMAP3 will have to be done on the generic DT board file to avoid breaking the legacy board support

Re: [PATCH 7/7] OMAP3: beagleboard: Remove DT support from regular board

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 10:12 AM, Tony Lindgren wrote: * Benoit Coussonb-cous...@ti.com [110901 19:52]: In order to avoid conflict with the new board-omap3-dt.c file, remove the .dt_compat entry from the beagle regular board file. Any DT work for OMAP3 will have to be done on the generic DT board file to

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 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.)

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 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 7/7] OMAP3: beagleboard: Remove DT support from regular board

2011-09-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [110902 11:26]: On 9/2/2011 10:12 AM, Tony Lindgren wrote: * Benoit Coussonb-cous...@ti.com [110901 19:52]: In order to avoid conflict with the new board-omap3-dt.c file, remove the .dt_compat entry from the beagle regular board file. Any DT work for

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

Re: [PATCH 7/7] OMAP3: beagleboard: Remove DT support from regular board

2011-09-02 Thread Cousson, Benoit
On 9/2/2011 12:48 PM, Tony Lindgren wrote: * Cousson, Benoitb-cous...@ti.com [110902 11:26]: On 9/2/2011 10:12 AM, Tony Lindgren wrote: * Benoit Coussonb-cous...@ti.com [110901 19:52]: In order to avoid conflict with the new board-omap3-dt.c file, remove the .dt_compat entry from the

Re: [PATCH 7/7] OMAP3: beagleboard: Remove DT support from regular board

2011-09-02 Thread Tony Lindgren
* Cousson, Benoit b-cous...@ti.com [110902 15:02]: On 9/2/2011 12:48 PM, Tony Lindgren wrote: I'm not sure it is that simple. We have 20+ OMAP3+ boards supported so far. Dropping pdata when a driver is adapted means that all these boards should be properly adapted to DT and tested...

[PATCH v2 RESEND] gpio-vx855: add device tree binding

2011-09-02 Thread Daniel Drake
This is needed to enable the HDD LED on the OLPC XO-1.5 laptop, enabled through devicetree and the gpio-leds driver. Signed-off-by: Daniel Drake d...@laptop.org --- .../devicetree/bindings/gpio/gpio_vx855.txt| 20 drivers/gpio/gpio-vx855.c

[PATCH v2] powerpc/85xx: Adding DCSR node to dtsi device trees

2011-09-02 Thread Kumar Gala
From: Stephen George stephen.geo...@freescale.com Adding new device tree binding file for the DCSR node. Modifying device tree dtsi files to add DCSR node for P2041, P3041, P3060, P4080, P5020. Signed-off-by: Stephen George stephen.geo...@freescale.com Signed-off-by: Kumar Gala

[PATCH] ahci: add DT binding for Calxeda AHCI controller

2011-09-02 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com Add devicetree match table to ahci platform driver for Calxeda Highbank AHCI controller. Signed-off-by: Rob Herring rob.herr...@calxeda.com Cc: Jeff Garzik jgar...@pobox.com Cc: linux-...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc:

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-02 Thread Simon Glass
Hi David, On Thu, Jul 28, 2011 at 5:22 AM, Simon Glass s...@chromium.org wrote: Hi David, On Tue, Jul 19, 2011 at 3:34 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: This simply utility makes it easy for scripts to read

RE: [PATCH v2] dtc: Add support for named integer constants

2011-09-02 Thread Stephen Warren
Stephen Warren wrote at Tuesday, August 30, 2011 3:30 PM: You may define constants as follows: /define/ TWO 2; /define/ FOUR 4; /define/ OTHER FOUR; And properties may use these values as follows: foo = 1 TWO 3 FOUR 5; Signed-off-by: Stephen Warren swar...@nvidia.com David, Jon,