]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: cc10001: Fix the channel number mapping
authorNaidu Tellapati <naidu.tellapati@imgtec.com>
Thu, 7 May 2015 21:22:17 +0000 (18:22 -0300)
committerJonathan Cameron <jic23@kernel.org>
Fri, 8 May 2015 13:37:32 +0000 (09:37 -0400)
commitb459d3c4c25f5d351ad89a35411cefd21b0d45a2
tree2573cf7d00d5e1cabeee0ada45c6fe2794e3bd98
parent882e79efefadc44667f10867e235c0a51204286c
iio: adc: cc10001: Fix the channel number mapping

When some of the ADC channels are reserved for remote CPUs,
the scan index and the corresponding channel number doesn't
match. This leads to convesion on the incorrect channel during
triggered capture.

Fix this by using a scan index to channel mapping encoded
in the iio_chan_spec for this purpose while starting conversion
on a particular ADC channel in trigger handler.

Also, the channel_map is not really used anywhere but in probe(), so
no need to keep track of it. Remove it from device structure.

While here, add 1 to number of channels to register timestamp channel
with the IIO core.

Fixes: b8b16c38c568 ("iio: adc: Cosmic Circuits 10001 ADC driver")
Signed-off-by: Naidu Tellapati <naidu.tellapati@imgtec.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/cc10001_adc.c