1. 15 9月, 2014 2 次提交
  2. 26 8月, 2014 1 次提交
  3. 24 7月, 2014 2 次提交
  4. 14 7月, 2014 10 次提交
  5. 09 7月, 2014 2 次提交
  6. 04 7月, 2014 1 次提交
  7. 28 6月, 2014 1 次提交
  8. 21 6月, 2014 1 次提交
  9. 14 6月, 2014 7 次提交
  10. 03 6月, 2014 1 次提交
  11. 25 5月, 2014 1 次提交
  12. 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
  13. 08 5月, 2014 4 次提交
  14. 03 5月, 2014 1 次提交
  15. 01 5月, 2014 4 次提交
  16. 26 4月, 2014 1 次提交