Re: [PATCH v1 06/16] OMAP3: hwmod DSS: Build omap_device for each DSS HWIP

2010-10-07 Thread Thomas Petazzoni
Hello Senthil, On Wed, 6 Oct 2010 16:44:49 +0530 Guruswamy Senthilvadivu svad...@ti.com wrote: void __init omap_display_init(struct omap_dss_board_info *board_data) { + struct omap_hwmod *oh; + struct omap_device *od; + int l, i; +

[PATCH v1 06/16] OMAP3: hwmod DSS: Build omap_device for each DSS HWIP

2010-10-06 Thread Guruswamy Senthilvadivu
From: Senthilvadivu Guruswamy svad...@ti.com Looks up the HWMOD database for each of the given DSS HW IP and builds omap_device which inturn does the platform device register for each of DSS HW IP Signed-off-by: Senthilvadivu Guruswamy svad...@ti.com --- arch/arm/mach-omap2/devices.c