1. 17 7月, 2011 1 次提交
    • R
      watchdog: hpwdt depends on PCI · f71d26bb
      Randy Dunlap 提交于
      hpwdt is a PCI driver so it should depend on PCI.
      Fixes these build errors:
      
      drivers/watchdog/hpwdt.c:762: error: implicit declaration of function 'pci_iomap'
      drivers/watchdog/hpwdt.c:762: warning: assignment makes pointer from integer without a cast
      drivers/watchdog/hpwdt.c:797: error: implicit declaration of function 'pci_iounmap'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Thomas Mingarelli <thomas.mingarelli@hp.com>
      f71d26bb
  2. 16 7月, 2011 1 次提交
  3. 28 6月, 2011 1 次提交
    • J
      watchdog: Intel SCU Watchdog: Fix build and remove duplicate code · e376fd66
      Jesper Juhl 提交于
      Trying to build the Intel SCU Watchdog fails for me with gcc 4.6.0 -
      $ gcc --version | head -n 1
      gcc (GCC) 4.6.0 20110513 (prerelease)
      
      like this :
        CC      drivers/watchdog/intel_scu_watchdog.o
      In file included from drivers/watchdog/intel_scu_watchdog.c:49:0:
      /home/jj/src/linux-2.6/arch/x86/include/asm/apb_timer.h: In function ‘apbt_time_init’:
      /home/jj/src/linux-2.6/arch/x86/include/asm/apb_timer.h:65:42: warning: ‘return’ with a value, in function returning void [enabled by default]
      drivers/watchdog/intel_scu_watchdog.c: In function ‘intel_scu_watchdog_init’:
      drivers/watchdog/intel_scu_watchdog.c:468:2: error: implicit declaration of function ‘sfi_get_mtmr’ [-Werror=implicit-function-declaration]
      drivers/watchdog/intel_scu_watchdog.c:468:32: warning: assignment makes pointer from integer without a cast [enabled by default]
      cc1: some warnings being treated as errors
      
      make[1]: *** [drivers/watchdog/intel_scu_watchdog.o] Error 1
      make: *** [drivers/watchdog/intel_scu_watchdog.o] Error 2
      
      Additionally, linux/types.h is needlessly being included twice in 
      drivers/watchdog/intel_scu_watchdog.c
      Signed-off-by: NJesper Juhl <jj@chaosbits.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      e376fd66
  4. 19 5月, 2011 1 次提交
  5. 31 3月, 2011 1 次提交
  6. 16 3月, 2011 6 次提交
  7. 08 2月, 2011 1 次提交
  8. 12 1月, 2011 6 次提交
  9. 02 12月, 2010 1 次提交
  10. 29 10月, 2010 4 次提交
  11. 14 10月, 2010 2 次提交
  12. 16 9月, 2010 1 次提交
  13. 14 8月, 2010 2 次提交
  14. 09 8月, 2010 2 次提交
  15. 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
  16. 25 5月, 2010 3 次提交
  17. 12 5月, 2010 1 次提交
  18. 16 4月, 2010 2 次提交
  19. 04 4月, 2010 1 次提交
  20. 06 3月, 2010 2 次提交