1. 27 3月, 2012 1 次提交
  2. 13 1月, 2012 1 次提交
  3. 25 5月, 2011 4 次提交
  4. 02 5月, 2011 1 次提交
    • J
      i2c-i801: Move device ID definitions to driver · a6e5e2be
      Jean Delvare 提交于
      Move the SMBus device ID definitions of recent devices from pci_ids.h
      to the i2c-i801.c driver file. They don't have to be shared, as they
      are clearly identified and only used in this driver. In the future,
      such IDs will go to i2c-i801 directly. This will make adding support
      for new devices much faster and easier, as it will avoid cross-
      subsystem patch sets and merge conflicts.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Seth Heasley <seth.heasley@intel.com>
      Acked-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      a6e5e2be
  5. 31 3月, 2011 1 次提交
  6. 20 3月, 2011 1 次提交
  7. 11 1月, 2011 1 次提交
  8. 01 11月, 2010 3 次提交
  9. 18 10月, 2010 1 次提交
  10. 09 7月, 2010 1 次提交
  11. 22 5月, 2010 3 次提交
  12. 14 3月, 2010 1 次提交
  13. 02 3月, 2010 2 次提交
  14. 07 12月, 2009 1 次提交
  15. 05 10月, 2009 1 次提交
  16. 05 5月, 2009 1 次提交
  17. 31 3月, 2009 1 次提交
  18. 27 1月, 2009 1 次提交
  19. 07 1月, 2009 1 次提交
    • J
      Input: apanel - convert to new i2c binding · 1561bfe5
      Jean Delvare 提交于
      Convert the apanel driver to the new i2c device driver binding model,
      as the legacy model is going away soon. In the new model, the apanel
      driver is no longer scanning all the i2c adapters, instead the
      relevant bus driver (i2c-i801) is instantiating the device as needed.
      
      One side benefit is that the apanel driver will now load automatically
      on all systems where it is needed.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      1561bfe5
  20. 23 10月, 2008 1 次提交
  21. 15 7月, 2008 9 次提交
  22. 25 2月, 2008 1 次提交
  23. 28 1月, 2008 2 次提交
    • 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
    • J
      i2c-i801: Clear special mode bits as needed · a0921b6c
      Jean Delvare 提交于
      Clear special mode bits (PEC, block buffer) at driver load time,
      you never know in which state the device was left by its last user.
      
      Also make sure that we reset the block buffer mode at the end of every
      transaction, not only when PEC was used.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      a0921b6c