[PATCH v2 0/2] ti_am335x_adc: Fix bugs related to oneshot read

2016-08-17 Thread Vignesh R
This series fixes a couple of bugs related to simultaneous read of multiple ADC channels in oneshot mode. Since, all channels share FIFO1, it has to be protected using a mutex, implemented by patch 1. Patch 2 increases the timeout waiting for a ADC sample. Vignesh R (2): iio: adc:

[PATCH v2 0/2] ti_am335x_adc: Fix bugs related to oneshot read

2016-08-17 Thread Vignesh R
This series fixes a couple of bugs related to simultaneous read of multiple ADC channels in oneshot mode. Since, all channels share FIFO1, it has to be protected using a mutex, implemented by patch 1. Patch 2 increases the timeout waiting for a ADC sample. Vignesh R (2): iio: adc: