An error occurred fetching the project authors.
  1. 23 Jul, 2007 1 commit
  2. 20 Jul, 2007 2 commits
  3. 05 Jul, 2007 1 commit
  4. 10 Jun, 2007 1 commit
  5. 19 May, 2007 1 commit
  6. 06 May, 2007 1 commit
  7. 05 May, 2007 1 commit
  8. 01 May, 2007 1 commit
  9. 30 Apr, 2007 1 commit
  10. 11 Mar, 2007 1 commit
  11. 17 Nov, 2006 1 commit
  12. 12 Nov, 2006 1 commit
  13. 15 Oct, 2006 1 commit
  14. 14 Oct, 2006 1 commit
  15. 13 Oct, 2006 1 commit
  16. 04 Oct, 2006 5 commits
  17. 03 Oct, 2006 1 commit
  18. 02 Oct, 2006 1 commit
  19. 29 Sep, 2006 1 commit
  20. 27 Sep, 2006 1 commit
  21. 15 Aug, 2006 1 commit
  22. 02 Apr, 2006 1 commit
  23. 25 Mar, 2006 1 commit
  24. 15 Jan, 2006 2 commits
    • Kumar Gala's avatar
      [PATCH] powerpc: Add support for the MPC83xx watchdog · fabbfb9e
      Kumar Gala authored
      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: default avatarDave Updegraff <dave@cray.org>
      Signed-off-by: default avatarKumar 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: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      fabbfb9e
    • Calin A. Culianu's avatar
      [PATCH] Watchdog: Winsystems EPX-C3 SBC · eed6565f
      Calin A. Culianu authored
      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: default avatarCalin A. Culianu <calin@ajvar.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      eed6565f
  25. 06 Jan, 2006 1 commit
  26. 12 Sep, 2005 2 commits
  27. 11 Sep, 2005 3 commits
  28. 10 Sep, 2005 2 commits
  29. 05 Sep, 2005 2 commits