[WATCHDOG] w83697hf/hg WDT driver - patch 8
authorSamuel Tardieu <sam@rfc1149.net>
Thu, 7 Sep 2006 09:57:00 +0000 (11:57 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 4 Oct 2006 20:44:47 +0000 (22:44 +0200)
This is patch 8 in the series of patches that converts
Marcus Junker's w83697hf watchdog driver to Samuel Tardieau's
w83697hf/hg watchdog driver.

This patch contains following changes:
 - add w83697hf_lock function to leave the
   chipsets extended function mode.

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/char/watchdog/w83697hf_wdt.c

index b1f2257985004a4d4b0257f3911039bcd6a5b0c8..6a357a818c8a16f37c77fb4eff35fda014d3f184 100644 (file)
@@ -76,6 +76,12 @@ w83697hf_unlock(void)
        outb_p(0x87, W83697HF_EFER);    /* Again according to manual */
 }
 
+static inline void
+w83697hf_lock(void)
+{
+       outb_p(0xAA, W83697HF_EFER);    /* Leave extended function mode */
+}
+
 static void
 w83697hf_select_wd_register(void)
 {
@@ -93,7 +99,7 @@ w83697hf_select_wd_register(void)
 static void
 w83697hf_unselect_wd_register(void)
 {
-       outb_p(0xAA, W83697HF_EFER);    /* Leave extended function mode */
+       w83697hf_lock();
 }
 
 static void