1. 09 5月, 2007 4 次提交
  2. 06 5月, 2007 1 次提交
  3. 05 5月, 2007 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 02 5月, 2007 2 次提交
    • J
      i2c: Obsolete i2c-ixp2000, i2c-ixp4xx and scx200_i2c · 11de70bd
      Jean Delvare 提交于
      The new generic i2c-gpio driver should be used instead.
      The obsolete drivers will be removed in September 2007.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Deepak Saxena <dsaxena@plexity.net>
      Cc: Jordan Crouse <jordan.crouse@amd.com>
      11de70bd
    • J
      i2c: Kill i2c_adapter.class_dev · fccb56e4
      Jean Delvare 提交于
      Kill i2c_adapter.class_dev. Instead, set the class of i2c_adapter.dev
      to i2c_adapter_class, so that a symlink will be created for every
      i2c_adapter in /sys/class/i2c-adapter.
      
      The same change must be mirrored to i2c-isa as it duplicates some
      of the i2c-core functionalities.
      
      User-space tools and libraries might need some adjustments. In
      particular, libsensors from lm_sensors 2.10.3 or later is required for
      proper discovery of i2c adapter names after this change.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      fccb56e4
  6. 01 5月, 2007 1 次提交
  7. 28 4月, 2007 2 次提交
  8. 27 4月, 2007 1 次提交
  9. 26 4月, 2007 2 次提交
  10. 10 4月, 2007 1 次提交
  11. 11 3月, 2007 1 次提交
  12. 05 3月, 2007 1 次提交
  13. 18 2月, 2007 1 次提交
  14. 17 2月, 2007 1 次提交
  15. 12 2月, 2007 1 次提交
  16. 10 2月, 2007 2 次提交
  17. 09 2月, 2007 2 次提交
  18. 08 2月, 2007 1 次提交
  19. 29 1月, 2007 1 次提交
  20. 23 1月, 2007 1 次提交
  21. 11 1月, 2007 1 次提交
  22. 04 1月, 2007 1 次提交
    • D
      i2c: Migration aids for i2c_adapter.dev removal · b119dc3f
      David Brownell 提交于
      Flag i2c_adapter.dev for removal after userspace tools get upgraded, and
      include a near-term code migration aid to facilitate this:
      
       - The class device gets the name attribute it should have had.  This
         was previously (wrongly) associated with the i2c_adapter.dev node.
         Sysfs based tools and libraries can start converting right away.
      
       - Issue a warning for legacy adapter drivers that don't provide any
         physical device node; so systems with those drivers will know to
         fix this problem earlier.
      
      This is one of a series of patches to help the I2C stack become a better
      citizen of the Linux Driver Model world.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      b119dc3f
  23. 14 12月, 2006 1 次提交
  24. 13 12月, 2006 1 次提交
  25. 11 12月, 2006 1 次提交
  26. 08 12月, 2006 5 次提交
  27. 04 12月, 2006 1 次提交
  28. 03 12月, 2006 1 次提交