1. 09 8月, 2010 2 次提交
  2. 05 8月, 2010 1 次提交
    • D
      WATCHDOG: Add watchdog driver for OCTEON SOCs · 4c076fb4
      David Daney 提交于
      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: NDavid Daney <ddaney@caviumnetworks.com>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Marc Zyngier <maz@misterjones.org>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      To: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org,
      Patchwork: https://patchwork.linux-mips.org/patch/1503/Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       create mode 100644 drivers/watchdog/octeon-wdt-main.c
       create mode 100644 drivers/watchdog/octeon-wdt-nmi.S
      4c076fb4
  3. 25 5月, 2010 1 次提交
  4. 06 3月, 2010 2 次提交
  5. 17 12月, 2009 1 次提交
  6. 09 12月, 2009 1 次提交
  7. 25 9月, 2009 1 次提交
  8. 18 9月, 2009 3 次提交
  9. 21 6月, 2009 5 次提交
  10. 09 6月, 2009 1 次提交
  11. 08 4月, 2009 1 次提交
  12. 13 1月, 2009 2 次提交
  13. 01 1月, 2009 2 次提交
  14. 10 10月, 2008 4 次提交
  15. 30 8月, 2008 2 次提交
  16. 27 8月, 2008 3 次提交
  17. 11 8月, 2008 1 次提交
  18. 07 8月, 2008 1 次提交
  19. 06 8月, 2008 1 次提交
  20. 25 7月, 2008 1 次提交
  21. 24 6月, 2008 1 次提交
  22. 18 6月, 2008 1 次提交
  23. 25 5月, 2008 1 次提交
  24. 19 2月, 2008 1 次提交
    • T
      [WATCHDOG] HP ProLiant WatchDog driver · 7f4da474
      Thomas Mingarelli 提交于
      Hp is providing a Hardware WatchDog Timer driver that will only work with the
      specific HW Timer located in the HP ProLiant iLO 2 ASIC. The iLO 2 HW Timer
      will generate a Non-maskable Interrupt (NMI) 9 seconds before physically
      resetting the server, by removing power, so that the event can be logged to
      the HP Integrated Management Log (IML), a Non-Volatile Random Access Memory
      (NVRAM). The logging of the event is performed using the HP ProLiant ROM via
      an Industry Standard access known as a BIOS Service Directory Entry.
      Signed-off-by: NThomas Mingarelli <thomas.mingarelli@hp.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      7f4da474