1. 08 4月, 2013 1 次提交
    • L
      hwmon: (adt7410) Add support for the adt7310/adt7320 · 51c2a487
      Lars-Peter Clausen 提交于
      The adt7310/adt7320 is the SPI version of the adt7410/adt7420. The register map
      layout is a bit different, i.e. the register addresses differ between the two
      variants, but the bit layouts of the individual registers are identical. So both
      chip variants can easily be supported by the same driver. The issue of non
      matching register address layouts is solved by a simple look-up table which
      translates the I2C addresses to the SPI addresses.
      
      The patch moves the bulk of the adt7410 driver to a common module that will be
      shared by the adt7410 and adt7310 drivers. This common module implements the
      driver logic and uses a set of virtual functions to perform IO access. The
      adt7410 and adt7310 driver modules provide proper implementations of these IO
      accessor functions for I2C respective SPI.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Reviewed-by: NHartmut Knaack <knaack.h@gmx.de>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      51c2a487
  2. 07 2月, 2013 2 次提交
  3. 06 12月, 2012 1 次提交
  4. 17 10月, 2012 1 次提交
  5. 24 9月, 2012 3 次提交
  6. 22 7月, 2012 2 次提交
  7. 22 5月, 2012 1 次提交
  8. 23 3月, 2012 1 次提交
  9. 25 10月, 2011 2 次提交
  10. 29 7月, 2011 1 次提交
  11. 28 7月, 2011 3 次提交
  12. 26 7月, 2011 2 次提交
  13. 26 5月, 2011 3 次提交
  14. 21 5月, 2011 1 次提交
  15. 19 5月, 2011 5 次提交
  16. 23 3月, 2011 1 次提交
  17. 22 3月, 2011 5 次提交
  18. 17 3月, 2011 1 次提交
  19. 15 3月, 2011 4 次提交