1. 28 6月, 2016 1 次提交
  2. 10 4月, 2016 1 次提交
  3. 13 3月, 2016 1 次提交
  4. 25 2月, 2016 1 次提交
  5. 14 2月, 2016 1 次提交
  6. 09 2月, 2016 2 次提交
  7. 24 1月, 2016 1 次提交
  8. 04 1月, 2016 1 次提交
  9. 17 5月, 2015 1 次提交
  10. 28 3月, 2015 1 次提交
  11. 27 7月, 2014 1 次提交
  12. 21 6月, 2014 1 次提交
  13. 24 9月, 2013 1 次提交
  14. 04 8月, 2013 2 次提交
  15. 12 6月, 2013 1 次提交
  16. 23 5月, 2013 1 次提交
    • A
      iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m · 0ae5fb6f
      Axel Lin 提交于
      This patch fixes below build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m:
      
      drivers/built-in.o: In function `ad5064_i2c_write':
      drivers/iio/dac/ad5064.c:608: undefined reference to `i2c_master_send'
      drivers/built-in.o: In function `ad5064_i2c_register_driver':
      drivers/iio/dac/ad5064.c:646: undefined reference to `i2c_register_driver'
      drivers/built-in.o: In function `ad5064_i2c_unregister_driver':
      drivers/iio/dac/ad5064.c:651: undefined reference to `i2c_del_driver'
      make: *** [vmlinux] Error 1
      
      When CONFIG_I2C=m, meaning we can't build the drivers in with I2C support.
      Thus don't allow the drivers to be compiled as built-in when CONFIG_I2C=m.
      
      The real fix though is to break the driver apart into a SPI part, an I2C part
      and a common part. But that's something for 3.11 while this is something for
      3.10/stable.
      Reported-by: NWu Fengguang <fengguang.wu@intel.com>
      Reported-by: NRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: NAxel Lin <axel.lin@ingics.com>
      Acked-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      0ae5fb6f
  17. 26 10月, 2012 1 次提交
  18. 20 10月, 2012 1 次提交
  19. 18 9月, 2012 1 次提交
    • L
      iio:dac: Add ad5755 driver · c499d029
      Lars-Peter Clausen 提交于
      This patch adds support for the AD5755, AD5755-1, AD5757, AD5735, AD5737 16 and
      14 bit quad-channel DACs. The AD5757/AD5737 only have current outputs, but
      for the AD5755/AD5757 each of the outputs can be configured to either be a
      voltage or a current output. We only allow to configure this at device probe
      time since usually this needs to match the external circuitry and should not be
      changed on the fly.
      
      A few trivial formatting changes on merge.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      c499d029
  20. 08 9月, 2012 2 次提交
  21. 04 9月, 2012 1 次提交
  22. 30 6月, 2012 1 次提交
  23. 27 6月, 2012 1 次提交
  24. 13 6月, 2012 1 次提交
    • P
      iio: add mcp4725 I2C DAC driver · cf35ad61
      Peter Meerwald 提交于
      v5:
      * fix warnings (Jonathan Cameron)
      
      v4:
      * remove unused indio_dev pointer in mcp4725_data (Jonathan Cameron)
      * use u16 instead of unsigned short in mcp4725_data (Jonathan Cameron)
      * #include mcp4725.h from linux/iio/dac/
      
      v3:
      * move from staging to drivers/iio
      * switch to chan_spec
      * dev_get_drvdata() -> dev_to_iio_dev()
      * annotate probe() and remove() with __devinit and __devexit
      
      v2 (based on comments from Jonathan Cameron and Lars-Peter Clausen):
      * did NOT switch to chan_spec yet
      * rebase to staging-next tree, update iio header locations
      * dropped dac.h #include, not needed
      * strict_strtol() -> kstrtol()
      * call iio_device_unregister() in remove()
      * everything in one patch
      Signed-off-by: NPeter Meerwald <pmeerw@pmeerw.net>
      Acked-by: NJonathan Cameron <jic23@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cf35ad61
  25. 05 6月, 2012 1 次提交
  26. 26 4月, 2012 1 次提交
  27. 25 2月, 2012 3 次提交
  28. 10 12月, 2011 1 次提交
  29. 09 12月, 2011 2 次提交
  30. 27 11月, 2011 2 次提交
  31. 23 10月, 2011 1 次提交
  32. 20 10月, 2011 2 次提交