commit | b1451e546899bc8f450773b2af02e0cd000cf1fa | [log] [tgz] |
---|---|---|
author | Patil, Rachna <rachna@ti.com> | Sat Jul 20 17:27:00 2013 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Jul 21 18:27:35 2013 +0100 |
tree | b4147d4c31a3572c0c6c427fcd1ae8dfc7401c6c | |
parent | a1a8e1dc111d6f05e7164e851e58219d428359e1 [diff] |
iio: ti_am335x_adc: Fix wrong samples received on 1st read Previously we tried to read data form ADC even before ADC sequencer finished sampling. This led to wrong samples. We now wait on ADC status register idle bit to be set. Signed-off-by: Patil, Rachna <rachna@ti.com> Signed-off-by: Zubair Lutfullah <zubair.lutfullah@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>