]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/watchdog/Makefile
watchdog: Add TCO support for nVidia chipsets
authorMike Waychison <mikew@google.com>
Tue, 26 Oct 2010 00:58:05 +0000 (17:58 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 12 Jan 2011 13:51:23 +0000 (13:51 +0000)
commit456c730153fe33134fe93742510a96e46a9217c4
tree0b911ae3ceff56b1e74f0d0182ad66d5b623f7ad
parent15e28bf130081a574192fb934b832ac7d07739f7
watchdog: Add TCO support for nVidia chipsets

This driver adds support for /dev/watchdog for boards using either the MCP51 or
MCP55 chipsets.  These are also known as the nForce 430 and nForce 550.  This
driver is likely to work on other chipsets as well, though those are the only
two that have been tested.

Signed-off-by: Mike Waychison <mikew@google.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/nv_tco.c [new file with mode: 0644]
drivers/watchdog/nv_tco.h [new file with mode: 0644]