1. 28 3月, 2012 6 次提交
  2. 17 3月, 2012 2 次提交
  3. 29 2月, 2012 5 次提交
  4. 21 2月, 2012 2 次提交
  5. 27 1月, 2012 11 次提交
  6. 13 1月, 2012 1 次提交
  7. 06 1月, 2012 9 次提交
  8. 02 1月, 2012 1 次提交
  9. 28 12月, 2011 1 次提交
    • W
      watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2) · 0d098587
      Wim Van Sebroeck 提交于
      Redhat Bugzilla: Bug 727875 - TCO_EN bit is disabled by TCO driver
      
      The previous patch breaks reset watchdog behaviour on the older hardware.
      It is therefor better to make sure that the behaviour for older hardware (<=ICH5 or
      6300ESB) is preserved and that the behaviour for newer hardware is changed.
      We therefor use the iTCO_version to see if we need the clearing of the SMI_TCO_EN
      bit in the SMI_EN register.
      
      So the new behaviour becomes:
      turn_SMI_watchdog_clear_off=0 -> Do not turn off SMI clearing watchdog.
      turn_SMI_watchdog_clear_off=1 -> Turn off SMI clearing watchdog when iTCO_version=1
      				 (ICHO till ICH5 + 6300ESB only)
      turn_SMI_watchdog_clear_off=2 -> Turn off SMI clearing watchdog.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      0d098587
  10. 26 12月, 2011 2 次提交
    • M
      watchdog: hpwdt: Changes to handle NX secure bit in 32bit path · e67d668e
      Mingarelli, Thomas 提交于
      This patch makes use of the set_memory_x() kernel API in order
      to make necessary BIOS calls to source NMIs.
      
      This is needed for SLES11 SP2 and the latest upstream kernel as it appears
      the NX Execute Disable has grown in its control.
      
      Signed-off by: Thomas Mingarelli <thomas.mingarelli@hp.com>
      Signed-off by: Wim Van Sebroeck <wim@iguana.be>
      Cc: stable@kernel.org
      e67d668e
    • N
      watchdog: sp805: Fix section mismatch in ID table. · bb558dac
      Nick Bowler 提交于
      The AMBA ID table is marked as __initdata, yet it is referenced by the
      driver struct which is not.  This causes a (somewhat unhelpful) section
      mismatch warning:
      
        WARNING: drivers/watchdog/sp805_wdt.o(.data+0x4c): Section mismatch in
                 reference from the variable sp805_wdt_driver to the (unknown
                 reference) .init.data:(unknown)
      
      Fix this by removing the annotation.
      Signed-off-by: NNick Bowler <nbowler@elliptictech.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      bb558dac