Re: [RFC/PATCH v2 07/13] dt: omap: create platform bus for omap devices

2011-08-23 Thread Jamie Iles
Hi, This creates a build failure for non-omap platforms as they don't know about struct omap_device_pm_latency, struct omap_hwmod etc. An empty of_omap_device_create() as inline should do the trick. Jamie On Tue, Aug 23, 2011 at 10:03:35AM +0500, G, Manjunath Kondaiah wrote: The omap

Re: [RFC/PATCH v2 07/13] dt: omap: create platform bus for omap devices

2011-08-23 Thread G, Manjunath Kondaiah
On Tue, Aug 23, 2011 at 10:07:05AM +0100, Jamie Iles wrote: Hi, This creates a build failure for non-omap platforms as they don't know about struct omap_device_pm_latency, struct omap_hwmod etc. An empty of_omap_device_create() as inline should do the trick. Thanks. I will introduce this.

[RFC/PATCH v2 07/13] dt: omap: create platform bus for omap devices

2011-08-22 Thread G, Manjunath Kondaiah
The omap devices will use HWMOD for fetching device information hence it needs to be handled seperately during platform bus creation during dt build. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- drivers/of/platform.c | 41 - 1 files changed,