Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-04 Thread Archit Taneja
Hi, On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: Instead of using omap_device_build() to create the omap_devices for DSS hwmods, create them with a custom function. This will allow us to create a parent-child hierarchy for the devices so that the omapdss_core device is parent for the

Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-04 Thread Archit Taneja
On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: Instead of using omap_device_build() to create the omap_devices for DSS hwmods, create them with a custom function. This will allow us to create a parent-child hierarchy for the devices so that the omapdss_core device is parent for the rest

Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-04 Thread Tomi Valkeinen
On Fri, 2012-05-04 at 11:33 +0530, Archit Taneja wrote: Hi, On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: Instead of using omap_device_build() to create the omap_devices for DSS hwmods, create them with a custom function. This will allow us to create a parent-child hierarchy

Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-04 Thread Tomi Valkeinen
On Fri, 2012-05-04 at 13:47 +0530, Archit Taneja wrote: On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: @@ -221,22 +279,24 @@ int __init omap_display_init(struct omap_dss_board_info *board_data) oh_count = ARRAY_SIZE(omap4_dss_hwmod_data); } - for (i = 0; i

Re: [PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-04 Thread Archit Taneja
On Friday 04 May 2012 02:30 PM, Tomi Valkeinen wrote: On Fri, 2012-05-04 at 13:47 +0530, Archit Taneja wrote: On Thursday 03 May 2012 07:27 PM, Tomi Valkeinen wrote: @@ -221,22 +279,24 @@ int __init omap_display_init(struct omap_dss_board_info *board_data) oh_count =

[PATCH 11/25] OMAPDSS: create custom pdevs for DSS omap_devices

2012-05-03 Thread Tomi Valkeinen
Instead of using omap_device_build() to create the omap_devices for DSS hwmods, create them with a custom function. This will allow us to create a parent-child hierarchy for the devices so that the omapdss_core device is parent for the rest of the dss hwmod devices. Signed-off-by: Tomi Valkeinen