From: Cyril Chemparathy Date: Sat, 1 May 2010 22:38:28 +0000 (-0400) Subject: Davinci: watchdog reset separation across socs X-Git-Tag: v2.6.35-rc1~499^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78a5bc2e77e8fc5be29cda5b28c9b9afd0f4b6d;p=pandora-kernel.git Davinci: watchdog reset separation across socs The earlier watchdog reset mechanism had a couple of limitations. First, it embedded a reference to "davinci_wdt_device" inside common code. This forced all derived platforms (da8xx and tnetv107x) to define such a device. This also would have caused problems in including multiple socs in a single build due to symbol redefinition. With this patch, davinci_watchdog_reset() now takes the platform device as an argument. The davinci_soc_info struct has been extended to include a reset function and a watchdog platform_device. arch_reset() then uses these elements to reset the system in a SoC specific fashion. Signed-off-by: Cyril Chemparathy Tested-by: Sandeep Paulraj Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed