Re: [RFC PATCH 3.7.0-rc2] dt/platform: insert resources correctly into resource tree

2012-11-15 Thread Srinivas KANDAGATLA
On 15/11/12 13:11, Grant Likely wrote: > On Fri, 2 Nov 2012 10:46:19 +, Srinivas KANDAGATLA > wrote: >> From: Srinivas Kandagatla >> >> This patch add new code to correctly add resources into platform device. >> Issue with the existing code was the resources are added as flat entry >> witho

Re: [RFC PATCH 3.7.0-rc2] dt/platform: insert resources correctly into resource tree

2012-11-15 Thread Grant Likely
On Fri, 2 Nov 2012 10:46:19 +, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch add new code to correctly add resources into platform device. > Issue with the existing code was the resources are added as flat entry > without creating any tree, this is very much differe

[RFC PATCH 3.7.0-rc2] dt/platform: insert resources correctly into resource tree

2012-11-02 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla This patch add new code to correctly add resources into platform device. Issue with the existing code was the resources are added as flat entry without creating any tree, this is very much different to what non-dt platform code does. With this patch the resources appear