[WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature
authorFlemming Frandsen <ff@nrvissing.net>
Thu, 17 Apr 2008 09:29:54 +0000 (11:29 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 10 Oct 2008 13:09:28 +0000 (13:09 +0000)
commit7d8b09066117e3023e55964ae4626c107f437b60
treeeda88e7a4cb04bc19361e5354d7b2fcb677ab288
parente1fee94f346387739e683b31815ab54dc0a30bd6
[WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature

Adapted the w83627hf_wdt.c driver to work with the w83697ug/uf chip,
found on MSI Fuzzy CX700 boards.

The method used is taken directly from the winbond datasheet and
surprisingly it differs slightly from all the other winbond watchdogs.

So far it has only been tested on the CX700 board that I have, but it
seems to work nicely.

Signed-off-by: Flemming Frandsen <ff@nrvissing.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/w83697ug_wdt.c [new file with mode: 0644]