1. 15 1月, 2006 2 次提交
    • K
      [PATCH] powerpc: Add support for the MPC83xx watchdog · fabbfb9e
      Kumar Gala 提交于
      Add support for the PowerPC MPC83xx watchdog.  The MPC83xx has a simple
      watchdog that once enabled it can not be stopped, has some simple timeout
      range selection, and the ability to either reset the processor or take a
      machine check.
      Signed-off-by: NDave Updegraff <dave@cray.org>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      fabbfb9e
    • C
      [PATCH] Watchdog: Winsystems EPX-C3 SBC · eed6565f
      Calin A. Culianu 提交于
      This is a 2.6 patch that adds support for the watchdog timer built into the
      EPX-C3 single board computer manufactured by Winsystems, Inc.
      
      Driver details:
      
      This is for x86 only.  This watchdog is pretty basic and simple.  It is
      only configurable via jumpers on the SBC, and it only has either a 1.5s or
      200s interval.  The watchdog can either be auto-configured to start as soon
      as the machine powers up (bad idea for the 1.5s interval!) or it can be
      enabled and disabled by writing to io port 0x1ee.  Petting the watchdog
      involves writing any value to io port 0x1ef.
      
      The only unfortunate thing about this watchdog (and it is not at all
      uncommmon in watchdogs that linux supports) is that it is not a PCI or
      ISA-PNP device and as such it isn't at all probeable.  Either the watchdog
      exists as 2 bytes at 0x1ee, or it doesn't.  Thus, using this driver on a
      machine that doesn't have that watchdog can potentially hang/crash the
      system, etc.  So only use this driver if you in fact are on a Winsystems
      EPX-C3 SBC.
      
      Anyway this driver fits into the already-existing watchdog framework quite
      nicely and I already tested it on my EPX-C3 and it works like a charm.
      Signed-off-by: NCalin A. Culianu <calin@ajvar.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      eed6565f
  2. 13 9月, 2005 1 次提交
  3. 12 9月, 2005 4 次提交
  4. 11 9月, 2005 2 次提交
  5. 05 9月, 2005 1 次提交
    • K
      [PATCH] ppc32: Added support for the Book-E style Watchdog Timer · a2f40ccd
      Kumar Gala 提交于
      PowerPC 40x and Book-E processors support a watchdog timer at the processor
      core level.  The timer has implementation dependent timeout frequencies
      that can be configured by software.
      
      One the first Watchdog timeout we get a critical exception.  It is left to
      board specific code to determine what should happen at this point.  If
      nothing is done and another timeout period expires the processor may
      attempt to reset the machine.
      
      Command line parameters:
        wdt=0 : disable watchdog (default)
        wdt=1 : enable watchdog
      
        wdt_period=N : N sets the value of the Watchdog Timer Period.
      
        The Watchdog Timer Period meaning is implementation specific. Check
        User Manual for the processor for more details.
      
      This patch is based off of work done by Takeharu Kato.
      Signed-off-by: NMatt McClintock <msm@freescale.com>
      Signed-off-by: NKumar Gala <kumar.gala@freescale.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a2f40ccd
  6. 03 9月, 2005 2 次提交
  7. 23 6月, 2005 1 次提交
    • U
      [PATCH] ppc64: add a watchdog driver for rtas · 031f7ede
      Utz Bacher 提交于
      Add a watchdog using the RTAS OS surveillance service. This is
      provided as a simpler alternative to rtasd. The added value
      is that it works with standard watchdog client programs and
      can therefore also do user space monitoring.
      
      On BPA, rtasd is not really useful because the hardware does
      not have much to report with event-scan.
      
      The driver should also work on other platforms that support
      the OS surveillance rtas calls.
      Signed-off-by: NArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      031f7ede
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4