Re: [PATCH 2/2] of/platform: Mark all device tree resources as SHARED

2015-06-07 Thread Grant Likely
On Fri, 5 Jun 2015 18:51:36 +0200 , Ricardo Ribalda Delgado wrote: > Hello Rob, > > Thanks for your feedback! > > On Fri, Jun 5, 2015 at 6:45 PM, Rob Herring wrote: > > On Fri, Jun 5, 2015 at 5:51 AM, Ricardo Ribalda Delgado > > wrote: > >> Some device tree platform do not define their resour

Re: [PATCH 2/2] of/platform: Mark all device tree resources as SHARED

2015-06-05 Thread Ricardo Ribalda Delgado
Hello Rob, Thanks for your feedback! On Fri, Jun 5, 2015 at 6:45 PM, Rob Herring wrote: > On Fri, Jun 5, 2015 at 5:51 AM, Ricardo Ribalda Delgado > wrote: >> Some device tree platform do not define their resources properly. i.e. >> overlapping or repeated resources. >> >> This patch mark all de

Re: [PATCH 2/2] of/platform: Mark all device tree resources as SHARED

2015-06-05 Thread Rob Herring
On Fri, Jun 5, 2015 at 5:51 AM, Ricardo Ribalda Delgado wrote: > Some device tree platform do not define their resources properly. i.e. > overlapping or repeated resources. > > This patch mark all device tree resources as shareable. > > In the future this should only be set for the platforms that

[PATCH 2/2] of/platform: Mark all device tree resources as SHARED

2015-06-05 Thread Ricardo Ribalda Delgado
Some device tree platform do not define their resources properly. i.e. overlapping or repeated resources. This patch mark all device tree resources as shareable. In the future this should only be set for the platforms that have problems. Signed-off-by: Ricardo Ribalda Delgado --- drivers/of/pl