1. 23 10月, 2008 1 次提交
  2. 25 2月, 2008 1 次提交
  3. 28 1月, 2008 1 次提交
    • J
      i2c-i801: Implement I2C block read support · 6342064c
      Jean Delvare 提交于
      I2C block read is supported since the ICH5. I couldn't get it to work
      using the block buffer, so it's using the old-style byte-by-byte mode
      for now.
      
      Note: I'm also updating the driver author... The i2c-i801 driver was
      really written by Mark Studebaker, even though he based his work on
      the i2c-piix4 driver which was written by Philip Edelbrock.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      6342064c
  4. 14 10月, 2007 1 次提交
  5. 12 7月, 2007 1 次提交
    • O
      i2c-i801: Use the internal 32-byte buffer on ICH4+ · 7edcb9ab
      Oleg Ryjkov 提交于
      Add an ability to utilize the internal SRAM buffer on ICH4
      and newer host controllers to speed up execution of block operations.
      
      I've split the code so that it is more clear which block transaction is
      performed.
      
      First of all the host controller's type is identified. isich4 is set when
      we think that the controller has the internal buffer. Then, before every
      block transaction, if isich4 is set, we attempt to enable the E32B bit in
      SMBAUXCTL register.
      Signed-off-by: NOleg Ryjkov <olegr@google.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      7edcb9ab
  6. 14 2月, 2007 1 次提交
  7. 11 12月, 2006 1 次提交
  8. 23 6月, 2006 1 次提交
  9. 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