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

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

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 srinivas.kandaga...@st.com wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com 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

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 srinivas.kandaga...@st.com wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com This patch add new code to correctly add resources into platform device. Issue with the existing code was the

[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

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

2012-11-02 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla srinivas.kandaga...@st.com 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