[WATCHDOG] v2.6.2 patches

From: Wim Van Sebroeck
Date: Wed Feb 11 2004 - 16:56:50 EST



Hi Linus, Andrew,

please do a

bk pull http://linux-watchdog.bkbits.net/linux-2.6-watchdog

This will update the following files:

drivers/char/watchdog/i810-tco.c | 437 ----------------------
drivers/char/watchdog/i810-tco.h | 42 --
arch/m68k/Kconfig | 45 --
arch/sh/Kconfig | 56 --
arch/sparc/Kconfig | 15
arch/sparc64/Kconfig | 15
drivers/char/watchdog/Kconfig | 506 ++++++++++++++------------
drivers/char/watchdog/Makefile | 4
drivers/char/watchdog/acquirewdt.c | 59 ++-
drivers/char/watchdog/advantechwdt.c | 2
drivers/char/watchdog/alim1535_wdt.c | 1
drivers/char/watchdog/alim7101_wdt.c | 1
drivers/char/watchdog/amd7xx_tco.c | 2
drivers/char/watchdog/i8xx_tco.c | 510 ++++++++++++++++++++++++++
drivers/char/watchdog/i8xx_tco.h | 42 ++
drivers/char/watchdog/indydog.c | 111 ++++-
drivers/char/watchdog/pcwd_pci.c | 681 +++++++++++++++++++++++++++++++++++
drivers/char/watchdog/sbc60xxwdt.c | 1
drivers/char/watchdog/sc520_wdt.c | 1
drivers/char/watchdog/scx200_wdt.c | 1
drivers/char/watchdog/shwdt.c | 131 ++++--
drivers/char/watchdog/softdog.c | 5
drivers/char/watchdog/wafer5823wdt.c | 1
23 files changed, 1764 insertions(+), 905 deletions(-)

through these ChangeSets:

<willy@xxxxxxxxxx> (04/02/11 1.1613)
[WATCHDOG] v2.6.2 watchdog-architecture-cleanup

In order to make the watchdog menu useful for some architectures, we need
to only be able to select the watchdogs that can compile. This patch also
moves the SuperH watchdog from its own Kconfig file to the normal one.

<wim@xxxxxxxxx> (04/02/11 1.1614)
[WATCHDOG] v2.6.2 shwdt-cleanup

Make heartbeat a module parameter and some general clean-up.

<wim@xxxxxxxxx> (04/02/11 1.1615)
[WATCHDOG] v2.6.2 watchdog-module_*-update

Update MODULE_* information

<wim@xxxxxxxxx> (04/02/11 1.1616)
[WATCHDOG] v2.6.2 acquirewdt-cleanup

small cleanup

<wim@xxxxxxxxx> (04/02/11 1.1617)
[WATCHDOG] v2.6.2 indydog-v0.3_update

Added notifier support
Moved start and stop code to their own subroutines
Extended ioctl support
Add MODULE_* info

<wim@xxxxxxxxx> (04/02/11 1.1618)
[WATCHDOG] v2.6.2 i8xx_tco-v0.06_update

Version 0.06 of the intel i8xx TCO driver:
* change i810_margin to heartbeat (in seconds)
* use module_param
* added notify system support
* renamed module to i8xx_tco

<wim@xxxxxxxxx> (04/02/11 1.1619)
[WATCHDOG] v2.6.2 watchdog-Kconfig-patch

Cleanup/Restructuring of drivers/char/watchdog/Kconfig

<wim@xxxxxxxxx> (04/02/11 1.1620)
[WATCHDOG] v2.6.2 indydog-Kconfig+Makefile-patch

Apparently we ported the indydog code to the 2.5/2.6 kernel series,
but we forgot to put it in the kernel configuration file + the Makefile

<wim@xxxxxxxxx> (04/02/11 1.1621)
[WATCHDOG] v2.6.2 pcwd_pci-watchdog

Add the Berkshire Products PCI-PC Watchdog driver

<wim@xxxxxxxxx> (04/02/11 1.1622)
[WATCHDOG] v2.6.2 arch-[m68k/sparc/sparc64]-Kconfig-patch

Source WATCHDOG config info from drivers/char/watchdog/Kconfig
for m68k, sparc and sparc64 architectures


The ChangeSets can also be looked at on:
http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog

Greetings,
Wim.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/