1. 14 1月, 2011 1 次提交
  2. 22 3月, 2010 2 次提交
    • H
      [ARM] locomo: fix unpaired spin_lock_irqsave · c8c3dcb9
      H Hartley Sweeten 提交于
      The function locomo_m62332_senddata sends a three byte i2c message to
      a M62332 DAC. This entire function is guarded with a spin_lock_irqsave
      at the start of the function and a spin_unlock_irqrestore at the end.
      
      As each byte is transferred, the i2c ACK from the DAC is checked.
      Currently, if the ACK is missing the function simply returns without
      the unlock. It also leaves the i2c bus in an invalid state since the
      last byte transferred did not have a "stop" condition and leave the
      bus idle.
      
      Fix this by adding an exit path using goto.
      Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      c8c3dcb9
    • H
      [ARM] locomo: fix SPI register offset · 1b0d76cb
      H Hartley Sweeten 提交于
      The locomo spi registers are all defined in locomo.h as offsets
      from the first spi register LOCOMO_SPI (0x60), which is itself
      an offset from the locomo base address.  To correctly access
      these registers LOCOMO_SPI must always be included in the
      address calculation.
      
      There are two places in locomo.c where this is not done.  The
      first one, in locomo_suspend, actually results in a write to
      LOCOMO_ST instead of LOCOMO_SPICT.  The second is in __locomo_probe
      and results in a write to LOCOMO_MCSX2 instead of LOCOMO_SPIIE.
      
      Fix these by including LOCOMO_SPI in the calculation.
      Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      1b0d76cb
  3. 02 3月, 2010 3 次提交
  4. 21 9月, 2009 1 次提交
  5. 02 12月, 2008 1 次提交
  6. 09 10月, 2008 1 次提交
  7. 06 9月, 2008 1 次提交
  8. 07 8月, 2008 2 次提交
  9. 27 7月, 2008 1 次提交
  10. 22 7月, 2008 1 次提交
  11. 18 5月, 2008 1 次提交
  12. 12 7月, 2007 1 次提交
  13. 30 11月, 2006 1 次提交
  14. 07 10月, 2006 1 次提交
  15. 28 9月, 2006 2 次提交
  16. 02 8月, 2006 1 次提交
  17. 12 7月, 2006 1 次提交
  18. 01 7月, 2006 1 次提交
  19. 27 6月, 2006 1 次提交
  20. 22 3月, 2006 2 次提交
  21. 21 3月, 2006 1 次提交
  22. 16 3月, 2006 1 次提交
  23. 14 1月, 2006 1 次提交
  24. 13 11月, 2005 1 次提交
  25. 10 11月, 2005 1 次提交
  26. 30 10月, 2005 1 次提交
  27. 29 10月, 2005 1 次提交
  28. 29 9月, 2005 1 次提交
  29. 18 9月, 2005 1 次提交
  30. 08 9月, 2005 1 次提交
  31. 05 9月, 2005 1 次提交
  32. 04 9月, 2005 1 次提交
  33. 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