From: Varadarajan, Charulatha Date: Thu, 23 Sep 2010 14:32:42 +0000 (+0530) Subject: OMAP: WDT: Split OMAP1 and OMAP2PLUS device registration X-Git-Tag: v2.6.37-rc1~121^2~25^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ce62312650211f6cf665cd6dc519c334c4071e;p=pandora-kernel.git OMAP: WDT: Split OMAP1 and OMAP2PLUS device registration This patch splits omap_init_wdt() into separate omap_init_wdt() functions under mach-omap1 and mach-omap2 and set them up with subsys_initcall. Also it uses omap_device_build() API instead of platform_device_register() for watchdog timer device registration for OMAP2plus chips. For OMAP2plus chips, the device specific data defined in centralized hwmod database will be used. Signed-off-by: Charulatha V Acked-by: Cousson, Benoit Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed