linux/drivers/iio
Naveen Krishna Chatradhi c780a8c241 iio: exynos_adc: reduce timeout and use wait_for_completion_timeout
ADC module on Exynos5 SoCs runs at 600KSPS. At this conversion rate,
waiting for 1000 msecs is wasteful (incase of h/w failure).

Hence, reduce the time out to 100msecs and use
wait_for_completion_timeout() instead of
wait_for_completion_interruptible_timeout()

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2014-04-30 21:46:37 +01:00
..
accel iio: st_sensors: move regulator retrieveal to core 2014-04-26 11:52:42 +01:00
adc iio: exynos_adc: reduce timeout and use wait_for_completion_timeout 2014-04-30 21:46:37 +01:00
amplifiers
common First round of IIO new driver, functionality and cleanups for the 3.16 cycle. 2014-04-26 08:12:25 -07:00
dac
frequency
gyro iio: st_sensors: move regulator retrieveal to core 2014-04-26 11:52:42 +01:00
humidity
imu
light First found of IIO fixes for the 3.15 cycle. 2014-04-22 21:29:20 -07:00
magnetometer iio: st_sensors: move regulator retrieveal to core 2014-04-26 11:52:42 +01:00
orientation iio: hid-sensors: Added device rotation support 2014-04-29 22:11:53 +01:00
pressure iio: st_sensors: move regulator retrieveal to core 2014-04-26 11:52:42 +01:00
proximity
temperature
trigger
Kconfig
Makefile
buffer_cb.c
iio_core.h IIO: core: Introduce read_raw_multi 2014-04-29 22:05:32 +01:00
iio_core_trigger.h
industrialio-buffer.c IIO: core: Modify scan element type 2014-04-29 22:07:11 +01:00
industrialio-core.c IIO: core: Add quaternion modifier 2014-04-29 22:09:14 +01:00
industrialio-event.c IIO: core: Introduce read_raw_multi 2014-04-29 22:05:32 +01:00
industrialio-trigger.c
industrialio-triggered-buffer.c
inkern.c IIO: core: Introduce read_raw_multi 2014-04-29 22:05:32 +01:00
kfifo_buf.c