1. 13 3月, 2016 1 次提交
  2. 06 3月, 2016 1 次提交
  3. 14 2月, 2016 1 次提交
  4. 11 2月, 2016 2 次提交
  5. 10 2月, 2016 1 次提交
  6. 30 1月, 2016 1 次提交
  7. 16 1月, 2016 2 次提交
  8. 04 1月, 2016 1 次提交
  9. 03 1月, 2016 1 次提交
    • A
      iio: adc: mcp3422: Add support for MCP3425 · 505abf99
      Akinobu Mita 提交于
      The MCP3425 is a single channel up to 16-bit A/D converter which has
      features:
      
      - On-Board Programmable Gain Amplifier (PGA):
       - Gains of 1, 2, 4 or 8
      - Programmable Data Rate Options:
       - 15 SPS (16 bits), 60 SPS (14 bits), 240 SPS (12 bits)
      
      The mcp3422 driver also supports the MCP3421 which is a single channel.
      So we can support MCP3425 with a little changes to mcp3422 driver.
      Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>
      Cc: Peter Meerwald <pmeerw@pmeerw.net>
      Cc: linux-iio@vger.kernel.org
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      505abf99
  10. 13 12月, 2015 2 次提交
  11. 12 12月, 2015 1 次提交
  12. 15 11月, 2015 1 次提交
  13. 25 10月, 2015 1 次提交
  14. 24 9月, 2015 1 次提交
  15. 31 8月, 2015 1 次提交
  16. 13 8月, 2015 1 次提交
  17. 21 7月, 2015 1 次提交
  18. 19 7月, 2015 1 次提交
  19. 29 6月, 2015 1 次提交
  20. 21 6月, 2015 1 次提交
  21. 23 5月, 2015 2 次提交
  22. 28 3月, 2015 1 次提交
  23. 12 3月, 2015 1 次提交
  24. 26 2月, 2015 1 次提交
  25. 30 1月, 2015 1 次提交
  26. 29 1月, 2015 1 次提交
  27. 26 10月, 2014 1 次提交
  28. 07 10月, 2014 1 次提交
  29. 08 8月, 2014 1 次提交
  30. 07 8月, 2014 2 次提交
  31. 09 7月, 2014 1 次提交
  32. 28 6月, 2014 1 次提交
  33. 10 5月, 2014 1 次提交
    • A
      iio:adc: at91 requires the input subsystem · 758ee467
      Arnd Bergmann 提交于
      Building the at91 adc driver with CONFIG_INPUT disabled results in this
      build error:
      
      ERROR: "input_event" [drivers/iio/adc/at91_adc.ko] undefined!
      ERROR: "input_unregister_device" [drivers/iio/adc/at91_adc.ko] undefined!
      ERROR: "input_free_device" [drivers/iio/adc/at91_adc.ko] undefined!
      ERROR: "input_register_device" [drivers/iio/adc/at91_adc.ko] undefined!
      ERROR: "input_set_abs_params" [drivers/iio/adc/at91_adc.ko] undefined!
      ERROR: "input_allocate_device" [drivers/iio/adc/at91_adc.ko] undefined!
      
      To make sure we can build random configurations, this adds a Kconfig
      dependency on CONFIG_INPUT, as we do for other similar drivers.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: linux-iio@vger.kernel.org
      Cc: Josh Wu <josh.wu@atmel.com>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      758ee467
  34. 26 4月, 2014 1 次提交
  35. 12 4月, 2014 1 次提交