18 Mar, 2011

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
    watchdog: booke_wdt: clean up status messages
    watchdog: cleanup spaces before tabs
    watchdog: convert to DEFINE_PCI_DEVICE_TABLE
    watchdog: Xen watchdog driver
    watchdog: Intel SCU Watchdog Timer Driver for Moorestown and Medfield platforms.
    watchdog: jz4740_wdt - fix magic character checking
    watchdog: add JZ4740 watchdog driver
    watchdog: it87_wdt: Add support for IT8721F watchdog
    watchdog: hpwdt: build hpwdt as module by default with NMI_DECODING enabled
    watchdog: hpwdt: Fix a couple of typos

    Linus Torvalds
     

17 Mar, 2011

1 commit


16 Mar, 2011

6 commits

  • While the hypervisor change adding SCHEDOP_watchdog support included a
    daemon to make use of the new functionality, having a kernel driver
    for /dev/watchdog so that user space code doesn't need to distinguish
    non-Xen and Xen seems to be preferable.

    Signed-off-by: Jan Beulich
    Cc: Jeremy Fitzhardinge
    Signed-off-by: Wim Van Sebroeck

    Jan Beulich
     
  • This submission includes:
    - Fix to intel_scu_write() to start watchdog timer the on the
    first write, and refresh on subsequent writes.
    This enables Open, write, write, ... usage model.
    - Moves boot parameter checks from intel_scu_open() to
    intel_scu_watchdog_init(), so driver init will fail if these
    parameters are out of bounds.
    - Adds check for whether process waiting in wait_event_interruptible()
    received a signal while it was waiting.
    - Other small error handling changes.

    Removed the read() method for now as that wass a non-standard behaviour.

    Signed-off-by: Donald Johnson
    Signed-off-by: Shuduo Sang
    Signed-off-by: Alan Cox
    Signed-off-by: Wim Van Sebroeck

    Donald Johnson
     
  • Adds support for the hardware watchdog found in Ingenic's jz4740
    System-on-Chip.

    Signed-off-by: Paul Cercueil
    Signed-off-by: Wim Van Sebroeck

    Paul Cercueil
     
  • This patch adds support for a watchdog in IT8721F Super IO
    chip to it87_wdt driver.
    This new chips differ from the older IT87xxxF chips
    in the following ways:

    * WDT_GAMEPORT is not in IT8721F.
    * WDT_PWROK is not in IT8721F.

    Signed-off-by: Haruo Tomita
    Signed-off-by: Wim Van Sebroeck

    Huaro Tomita
     
  • Builds the hpwdt driver as a module by default.
    If the hardware is present, the module will be loaded.
    Also, if hpwdt is loaded, it will decode NMIs by default.

    This has been made possible by he patches to hpwdt made by Dann Frazier
    as well as related patches submitted by Don Zickus.

    hpwdt only loads on hp ProLiant x86 32-bit and 64-bit platforms.

    Signed-off-by: Tony Camuso
    Signed-off-by: Wim Van Sebroeck

    Tony Camuso
     
  • Fix some typos.

    Signed-off-by: Naga Chumbalkar
    Signed-off-by: Wim Van Sebroeck

    Naga Chumbalkar
     

08 Feb, 2011

1 commit


26 Jan, 2011

1 commit


12 Jan, 2011

6 commits


02 Dec, 2010

1 commit


29 Oct, 2010

4 commits


14 Oct, 2010

2 commits

  • The PowerPC Book-E watchdog driver (booke_wdt.c) defines a default timeout
    value in the code based on whether it's a Freescale Book-E part of not.
    Instead of having hard-coded values in the driver, make it a Kconfig
    option.

    As newer chips gets faster, the current default values become less
    appropriate, since the timeout sometimes occurs before the kernel finishes
    booting. Making the value a Kconfig option allows BSPs to configure a new
    value without requiring the wdt_period command-line parameter to be set.

    Signed-off-by: Timur Tabi
    Signed-off-by: Kumar Gala

    Timur Tabi
     
  • Register the __init and __exit functions in the PowerPC Book-E Watchdog
    driver as module entry/exit functions, and modify the Kconfig entry.

    Add a .release method for the PowerPC Book-E Watchdog driver, so that the
    watchdog is disabled when the driver is closed.

    Loosely based on original code from Jiang Yutang .

    Signed-off-by: Timur Tabi
    Signed-off-by: Kumar Gala

    Timur Tabi
     

16 Sep, 2010

1 commit


14 Aug, 2010

2 commits


09 Aug, 2010

2 commits


05 Aug, 2010

1 commit

  • The OCTEON is a MIPS64 based SOC family with an on chip watchdog unit.

    The driver is split into two source files one for the C code and one
    for assembly. Assembly is needed to handle the NMI and then print the
    machine state before the reboot is triggered.

    Signed-off-by: David Daney
    Cc: Wim Van Sebroeck
    Cc: Andrew Morton
    Cc: Russell King
    Cc: Tony Lindgren
    Cc: Marc Zyngier
    Cc: Thierry Reding
    Cc: Sam Ravnborg
    To: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org,
    Patchwork: https://patchwork.linux-mips.org/patch/1503/
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Ralf Baechle

    create mode 100644 drivers/watchdog/octeon-wdt-main.c
    create mode 100644 drivers/watchdog/octeon-wdt-nmi.S

    David Daney
     

25 May, 2010

3 commits


12 May, 2010

1 commit


16 Apr, 2010

2 commits


04 Apr, 2010

1 commit


06 Mar, 2010

3 commits


16 Feb, 2010

1 commit