[PATCH v2 2/2] ARM: OMAP: omap_device: Correct resource handling for DT boot

2012-10-30 Thread Peter Ujfalusi
When booting with DT the OF core can fill up the resources provided within the DT blob. The current way of handling the DT boot prevents us from removing hwmod data for platforms only suppose to boot with DT (OMAP5 for example) since we need to keep the whole hwmod database intact in order to have

Re: [PATCH v2 2/2] ARM: OMAP: omap_device: Correct resource handling for DT boot

2012-11-03 Thread Kevin Hilman
On 10/30/2012 12:24 PM, Peter Ujfalusi wrote: When booting with DT the OF core can fill up the resources provided within the DT blob. The current way of handling the DT boot prevents us from removing hwmod data for platforms only suppose to boot with DT (OMAP5 for example) since we need to keep t

Re: [PATCH v2 2/2] ARM: OMAP: omap_device: Correct resource handling for DT boot

2012-11-05 Thread Benoit Cousson
Hi Kevin, On 11/03/2012 09:31 AM, Kevin Hilman wrote: > On 10/30/2012 12:24 PM, Peter Ujfalusi wrote: >> When booting with DT the OF core can fill up the resources provided >> within >> the DT blob. >> The current way of handling the DT boot prevents us from removing >> hwmod data >> for platforms

Re: [PATCH v2 2/2] ARM: OMAP: omap_device: Correct resource handling for DT boot

2012-11-22 Thread Paul Walmsley
On Tue, 30 Oct 2012, Peter Ujfalusi wrote: > When booting with DT the OF core can fill up the resources provided within > the DT blob. > The current way of handling the DT boot prevents us from removing hwmod data > for platforms only suppose to boot with DT (OMAP5 for example) since we need > to