1. 07 4月, 2009 1 次提交
  2. 31 3月, 2009 2 次提交
    • H
      i2c-i801: Instantiate FSC hardware montioring chips · fa5bfab7
      Hans de Goede 提交于
      Detect various FSC hwmon IC's based on DMI tables and then let
      the i2c-i801 driver instantiate the i2c client devices. Note that
      some of the info in the added table is indentical for all rows, still
      this is kept in the table to keep the code general and thus (hopefully)
      easily extensible in the future.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      fa5bfab7
    • J
      Move the pcf8591 driver to hwmon · fb4504fe
      Jean Delvare 提交于
      Directory drivers/i2c/chips is going away, so drivers there must find
      new homes. For the pcf8591 driver, the best choice seems to be the
      hwmon subsystem. While the Philips PCF8591 device isn't a typical
      hardware monitoring chip, its DAC interface is compatible with the
      hwmon one, so it fits somewhat.
      
      If a better subsystem is ever created for ADC/DAC chips, the driver
      could be moved there.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      fb4504fe
  3. 29 3月, 2009 16 次提交
  4. 25 3月, 2009 2 次提交
  5. 09 3月, 2009 1 次提交
  6. 04 3月, 2009 1 次提交
    • R
      [ARM] fix lots of ARM __devexit sillyness · bdf602bd
      Russell King 提交于
      `iop_adma_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      `mv_xor_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      `mv64xxx_i2c_unmap_regs' referenced in section `.devinit.text' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      `mv64xxx_i2c_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      `orion_nand_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      `pxafb_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
      Acked-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bdf602bd
  7. 25 2月, 2009 5 次提交
  8. 19 2月, 2009 1 次提交
  9. 09 2月, 2009 3 次提交
  10. 27 1月, 2009 3 次提交
  11. 14 1月, 2009 1 次提交
  12. 08 1月, 2009 1 次提交
  13. 07 1月, 2009 3 次提交
    • 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