Re: [PATCH] of: use platform_device_add

2012-11-22 Thread Grant Likely
On Wed, 21 Nov 2012 10:34:03 -0800, Greg Kroah-Hartman wrote: > On Wed, Nov 21, 2012 at 06:15:59PM +, Grant Likely wrote: > > This allows platform_device_add a chance to call insert_resource on all > > of the resources from OF. At a minimum this fills in proc/iomem and > > presumably makes

Re: [PATCH] of: use platform_device_add

2012-11-22 Thread Grant Likely
On Wed, 21 Nov 2012 10:34:03 -0800, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Nov 21, 2012 at 06:15:59PM +, Grant Likely wrote: This allows platform_device_add a chance to call insert_resource on all of the resources from OF. At a minimum this fills in proc/iomem and

Re: [PATCH] of: use platform_device_add

2012-11-21 Thread Greg Kroah-Hartman
On Wed, Nov 21, 2012 at 06:15:59PM +, Grant Likely wrote: > This allows platform_device_add a chance to call insert_resource on all > of the resources from OF. At a minimum this fills in proc/iomem and > presumably makes resource tracking and conflict detection work better. > However, it has

[PATCH] of: use platform_device_add

2012-11-21 Thread Grant Likely
This allows platform_device_add a chance to call insert_resource on all of the resources from OF. At a minimum this fills in proc/iomem and presumably makes resource tracking and conflict detection work better. However, it has the side effect of moving all OF generated platform devices from

[PATCH] of: use platform_device_add

2012-11-21 Thread Grant Likely
This allows platform_device_add a chance to call insert_resource on all of the resources from OF. At a minimum this fills in proc/iomem and presumably makes resource tracking and conflict detection work better. However, it has the side effect of moving all OF generated platform devices from

Re: [PATCH] of: use platform_device_add

2012-11-21 Thread Greg Kroah-Hartman
On Wed, Nov 21, 2012 at 06:15:59PM +, Grant Likely wrote: This allows platform_device_add a chance to call insert_resource on all of the resources from OF. At a minimum this fills in proc/iomem and presumably makes resource tracking and conflict detection work better. However, it has the