1. 15 8月, 2009 1 次提交
  2. 04 8月, 2009 1 次提交
  3. 17 6月, 2009 2 次提交
  4. 20 10月, 2008 1 次提交
  5. 09 10月, 2008 1 次提交
  6. 06 10月, 2008 1 次提交
  7. 31 7月, 2008 1 次提交
  8. 15 7月, 2008 1 次提交
    • M
      i2c-sibyte: SWARM I2C board initialization · 392a0408
      Maciej W. Rozycki 提交于
       The standard rtc-m41t80.c driver cannot be used with the SWARM as it is,
      because the board does not provide setup information for the I2C core.  
      As a result the bus and the address to probe for the M41T80 chip is not
      known.
      
       Here is a set of changes that fix the problem:
      
      1. swarm-i2c.c -- SWARM I2C board setup, currently for the M41T80 chip on 
         the bus #1 only (there is a MAX6654 temperature sensor on the bus #0 
         which may be added in the future if we have a driver for that chip).
      
      2. The i2c-sibyte.c BCM1250A SMBus controller driver now registers its 
         buses as numbered so that board setup is correctly applied.
      Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      392a0408
  9. 16 6月, 2008 1 次提交
  10. 20 10月, 2007 1 次提交
  11. 12 10月, 2007 3 次提交
  12. 13 7月, 2007 1 次提交
  13. 25 3月, 2007 1 次提交
  14. 05 12月, 2006 1 次提交
  15. 14 7月, 2006 1 次提交
  16. 11 7月, 2006 1 次提交
  17. 01 7月, 2006 1 次提交
  18. 20 6月, 2006 2 次提交
  19. 28 3月, 2006 1 次提交
  20. 19 3月, 2006 1 次提交
    • R
      [MIPS] Sibyte: Fix race in sb1250_gettimeoffset(). · a904f747
      Ralf Baechle 提交于
          
      From Dave Johnson <djohnson+linuxmips@sw.starentnetworks.com>:
          
      sb1250_gettimeoffset() simply reads the current cpu 0 timer remaining
      value, however once this counter reaches 0 and the interrupt is raised,
      it immediately resets and begins to count down again.
          
      If sb1250_gettimeoffset() is called on cpu 1 via do_gettimeofday() after
      the timer has reset but prior to cpu 0 processing the interrupt and
      taking write_seqlock() in timer_interrupt() it will return a full value
      (or close to it) causing time to jump backwards 1ms. Once cpu 0 handles
      the interrupt and timer_interrupt() gets far enough along it will jump
      forward 1ms.
          
      Fix this problem by implementing mips_hpt_*() on sb1250 using a spare
      timer unrelated to the existing periodic interrupt timers. It runs at
      1Mhz with a full 23bit counter.  This eliminated the custom
      do_gettimeoffset() for sb1250 and allowed use of the generic
      fixed_rate_gettimeoffset() using mips_hpt_*() and timerhi/timerlo.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a904f747
  21. 08 11月, 2005 1 次提交
  22. 30 10月, 2005 4 次提交
  23. 05 9月, 2005 2 次提交
  24. 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