]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
RE: [PATCH] Add WDT support for OMAP3430
authorMadhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
Wed, 31 Oct 2007 12:40:50 +0000 (05:40 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Oct 2007 12:40:50 +0000 (05:40 -0700)
commitd99241c86f6ccd1226935f8f59d3bb17a4186b85
treea376ec162f3bd47fdcae7d4470cdcae373fa0e5a
parentb57e93383895ee3dc12ef1670dbde5321f039b0d
RE: [PATCH] Add WDT support for OMAP3430

Add watchdog timer support for TI OMAP3430.

Fix clk_put functions mismatch in the release fn which would crash the kernel if
the WDT test is run multiple times with "CONFIG_WATCHDOG_NOWAYOUT" disabled.

Fix the shutdown function.Check for wdt users before calling disable.

Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Updated for path change to drivers/watchdog.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap_3430sdp_defconfig
arch/arm/plat-omap/devices.c
drivers/watchdog/Kconfig
drivers/watchdog/omap_wdt.c