diff options
author | 2018-02-23 13:50:58 +0100 | |
---|---|---|
committer | 2018-02-24 13:00:54 +0000 | |
commit | 0645af1b6988467b8362aaf44fb4013abb045bee (patch) | |
tree | ae19b64e6360b6520a73c20a20aff6030506cdb9 /tools/perf/scripts/python | |
parent | iio: adc: stm32-dfsdm: fix clock source selection (diff) | |
download | linux-dev-0645af1b6988467b8362aaf44fb4013abb045bee.tar.xz linux-dev-0645af1b6988467b8362aaf44fb4013abb045bee.zip |
iio: adc: stm32-dfsdm: fix multiple channel initialization
When several channels are registered (e.g. via st,adc-channels property):
- channels array is wrongly filled in. Only 1st element in array is being
initialized with last registered channel.
Fix it by passing reference to relevant channel (e.g. array[index]).
- only last initialized channel can work properly (e.g. unique 'ch_id'
is used). Converting any other channel result in conversion timeout.
Fix it by getting rid of 'ch_id', use chan->channel instead.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions