1. 07 4月, 2009 2 次提交
  2. 01 4月, 2009 3 次提交
  3. 31 3月, 2009 1 次提交
    • 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
  4. 16 1月, 2009 1 次提交
  5. 10 1月, 2009 1 次提交
  6. 07 1月, 2009 1 次提交
  7. 13 11月, 2008 2 次提交
  8. 24 9月, 2008 1 次提交
  9. 25 8月, 2008 1 次提交
  10. 15 8月, 2008 1 次提交
    • M
      hwmon: ADC124S501 generic driver · d42139a3
      Marc Pignat 提交于
      SPI driver for analog to digital converters national semiconductor
      ADC081S101, ADC124S501, ...
      
      Code for 8 channels by Tobias Himmer.
      
      This driver adds support for National Semiconductor ADC<bb><c>S<sss> chip
      family, where:
      
       * bb  is the resolution in number of bits (8, 10, 12)
       * c   is the number of channels (1, 2, 4, 8)
       * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
         kSPS and 101 for 1 MSPS)
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: NMarc Pignat <marc.pignat@hevs.ch>
      Cc: Tobias Himmer <tobias@himmer-online.de>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: David Brownell <david-b@pacbell.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d42139a3
  11. 07 8月, 2008 1 次提交
  12. 25 5月, 2008 1 次提交
  13. 19 2月, 2008 1 次提交
  14. 08 2月, 2008 2 次提交
  15. 08 11月, 2007 1 次提交
  16. 11 10月, 2007 1 次提交
  17. 10 10月, 2007 4 次提交
  18. 31 7月, 2007 1 次提交
  19. 20 7月, 2007 3 次提交
  20. 09 5月, 2007 1 次提交
  21. 08 5月, 2007 3 次提交
  22. 15 2月, 2007 1 次提交
  23. 13 12月, 2006 3 次提交
  24. 29 9月, 2006 2 次提交
  25. 23 6月, 2006 1 次提交
    • K
      [PATCH] lm70: New hardware monitoring driver · e1a8e913
      Kaiwan N Billimoria 提交于
      This driver implements support for the National Semiconductor LM70
      temperature sensor.
      
      The LM70 temperature sensor chip supports a single temperature sensor.
      It communicates with a host processor (or microcontroller) via an
      SPI/Microwire Bus interface.
      
      Communication with the LM70 is simple: when the temperature is to be sensed,
      the driver accesses the LM70 using SPI communication: 16 SCLK cycles
      comprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2's
      complement digital temperature (sent via the SIO line), is available in the
      driver for interpretation. This driver makes use of the kernel's in-core
      SPI support.
      Signed-off-by: NKaiwan N Billimoria <kaiwan@designergraphix.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e1a8e913