1. 16 2月, 2010 2 次提交
  2. 26 1月, 2010 1 次提交
  3. 19 12月, 2009 1 次提交
  4. 17 12月, 2009 1 次提交
  5. 09 12月, 2009 1 次提交
  6. 25 9月, 2009 1 次提交
  7. 18 9月, 2009 3 次提交
  8. 23 6月, 2009 1 次提交
  9. 21 6月, 2009 5 次提交
  10. 13 6月, 2009 1 次提交
  11. 09 6月, 2009 2 次提交
  12. 08 4月, 2009 1 次提交
  13. 25 3月, 2009 1 次提交
  14. 19 3月, 2009 1 次提交
  15. 14 2月, 2009 1 次提交
  16. 29 1月, 2009 1 次提交
  17. 25 1月, 2009 1 次提交
  18. 13 1月, 2009 2 次提交
  19. 01 1月, 2009 2 次提交
  20. 06 11月, 2008 1 次提交
  21. 10 10月, 2008 4 次提交
  22. 27 8月, 2008 3 次提交
  23. 13 8月, 2008 1 次提交
    • A
      ALi M7101 PMU also available on Sun Netra's too · bdd87354
      Alexander Clouter 提交于
      My Sun Netra T1 AC200 has one of these... bit harsh not letting me use it
      and all :)
      
      ==========
      alex@woodchuck:~$ lspci -nn
      00:01.0 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)
      00:01.1 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)
      01:03.0 Non-VGA unclassified device [0000]: ALi Corporation M7101 Power Management Controller [PMU] [10b9:7101]
      01:05.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)
      01:05.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)
      01:07.0 ISA bridge [0601]: ALi Corporation M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+] [10b9:1533]
      01:0c.0 Bridge [0680]: Sun Microsystems Computer Corp. RIO EBUS [108e:1100] (rev 01)
      01:0c.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)
      01:0c.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)
      01:0d.0 IDE interface [0101]: ALi Corporation M5229 IDE [10b9:5229] (rev c3)
      02:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)
      02:08.1 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)
      ==========
      Signed-off-by: NAlexander Clouter <alex@digriz.org.uk>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bdd87354
  24. 07 8月, 2008 1 次提交
  25. 06 8月, 2008 1 次提交
    • A
      [WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogs · 0d7b1014
      Anton Vorontsov 提交于
      The mpc8xxx_wdt driver is using two registers: SWSRR to push magic
      numbers, and SWCRR to control the watchdog.  Both registers are available
      on the MPC8xx, and seem to have the same offsets and semantics as in
      MPC83xx/MPC86xx watchdogs.  The only difference is prescale value.  So
      this driver simply works on the MPC8xx CPUs.
      
      One quirk is needed for the MPC8xx, though.  It has small prescale value
      and slow CPU, so the watchdog resets board prior to the driver has time to
      load.  To solve this we should split initialization in two steps: start
      ping the watchdog early, and register the watchdog userspace interface
      later.
      
      MPC823 seem to be the first CPU in MPC8xx line, so we use fsl,mpc823-wdt
      compatible matching.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Tested-by: NJochen Friedrich <jochen@scram.de>
      Cc: Kumar Gala <galak@kernel.crashing.org>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      0d7b1014