1. 09 2月, 2009 2 次提交
  2. 27 1月, 2009 1 次提交
  3. 07 1月, 2009 4 次提交
    • J
      i2c: Use snprintf to set adapter names · 66c7acf6
      Jean Delvare 提交于
      Use snprintf instead of sprintf to set adapter names, it's safer.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      66c7acf6
    • 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
    • J
      i2c: Drop I2C_CLASS_ALL · e1995f65
      Jean Delvare 提交于
      I2C_CLASS_ALL is almost never what bus driver authors really want.
      These i2c classes are really only about which devices must be probed,
      not what devices can be present. As device drivers get converted to the
      new i2c device driver model, only a few device types will keep relying
      on probing.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Acked-by: Sonic Zhang <sonic.zhang@analog.com> 
      e1995f65
    • J
      i2c: Get rid of remaining bus_id access · 22e965c2
      Jean Delvare 提交于
      Use dev_name(dev) instead of accessing dev.bus_id directly, as the
      latter is going away soon.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      22e965c2
  4. 22 12月, 2008 1 次提交
  5. 17 12月, 2008 8 次提交
  6. 11 12月, 2008 2 次提交
  7. 28 11月, 2008 1 次提交
  8. 27 11月, 2008 1 次提交
  9. 22 11月, 2008 12 次提交
  10. 13 11月, 2008 1 次提交
  11. 30 10月, 2008 3 次提交
  12. 23 10月, 2008 3 次提交
  13. 21 10月, 2008 1 次提交