1. 04 5月, 2016 1 次提交
  2. 20 4月, 2016 2 次提交
  3. 17 4月, 2016 4 次提交
  4. 16 4月, 2016 4 次提交
  5. 03 4月, 2016 3 次提交
  6. 22 3月, 2016 1 次提交
  7. 20 3月, 2016 1 次提交
  8. 13 3月, 2016 1 次提交
  9. 09 3月, 2016 1 次提交
    • A
      iio: adc/imx25-gcq: Move incorrect do_div · 07086775
      Arnd Bergmann 提交于
      The newly added driver uses do_div() to device a 32-bit number, which now
      provokes a warning:
      
      drivers/iio/adc/fsl-imx25-gcq.c: In function 'mx25_gcq_setup_cfgs':
      include/asm-generic/div64.h:207:28: warning: comparison of distinct pointer types lacks a cast
        (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \
      
      This replaces the do_div() call with a straight division operator.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 6df2e98c ("iio: adc: Add imx25-gcq ADC driver")
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      07086775
  10. 06 3月, 2016 1 次提交
  11. 05 3月, 2016 2 次提交
  12. 28 2月, 2016 2 次提交
  13. 25 2月, 2016 2 次提交
  14. 14 2月, 2016 1 次提交
  15. 11 2月, 2016 2 次提交
  16. 10 2月, 2016 1 次提交
  17. 30 1月, 2016 1 次提交
  18. 24 1月, 2016 3 次提交
  19. 16 1月, 2016 4 次提交
  20. 04 1月, 2016 1 次提交
  21. 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
  22. 23 12月, 2015 1 次提交