Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [130903 11:00]: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation. Great, this

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Suman Anna
Tony, On 10/03/2013 01:05 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [130903 11:00]: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [131003 11:25]: Tony, On 10/03/2013 01:05 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [130903 11:00]: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Kumar Gala
On Sep 3, 2013, at 5:34 PM, Suman Anna wrote: Kumar, On 09/03/2013 01:50 PM, Kumar Gala wrote: On Sep 3, 2013, at 12:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Suman Anna
Kumar, HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation. Signed-off-by: Suman Anna s-a...@ti.com ---

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Suman Anna
On 09/04/2013 03:09 AM, Stanimir Varbanov wrote: Hi Suman, Thanks for the patch. On 09/03/2013 08:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Kumar Gala
On Sep 4, 2013, at 11:27 AM, Suman Anna wrote: Kumar, HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Suman Anna
HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation. Signed-off-by: Suman Anna s-a...@ti.com ---

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Kumar Gala
On Sep 4, 2013, at 12:03 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation.

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-04 Thread Suman Anna
On 09/04/2013 12:51 PM, Kumar Gala wrote: On Sep 4, 2013, at 12:03 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the

[PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-03 Thread Suman Anna
HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation. Signed-off-by: Suman Anna s-a...@ti.com ---

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-03 Thread Kumar Gala
On Sep 3, 2013, at 12:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with the traditional platform device instantiation.

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-03 Thread Suman Anna
Kumar, On 09/03/2013 01:50 PM, Kumar Gala wrote: On Sep 3, 2013, at 12:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-03 Thread Kumar Gala
On Sep 3, 2013, at 2:10 PM, Suman Anna wrote: Kumar, On 09/03/2013 01:50 PM, Kumar Gala wrote: On Sep 3, 2013, at 12:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-09-03 Thread Suman Anna
Kumar, On 09/03/2013 01:50 PM, Kumar Gala wrote: On Sep 3, 2013, at 12:52 PM, Suman Anna wrote: HwSpinlock IP is present only on OMAP4 and other newer SoCs, which are all device-tree boot only. This patch adds the base support for parsing the DT nodes, and removes the code dealing with