Re: [PATCH v5 1/1] iio: adc: ad7124: allow more than 8 channels

2021-03-13 Thread Jonathan Cameron
On Thu, 11 Mar 2021 11:11:54 +0200 wrote: > From: Alexandru Tachici > > Currently AD7124-8 driver cannot use more than 8 IIO channels > because it was assigning the channel configurations bijectively > to channels specified in the device-tree. This is not possible > to do when using more than 8

Re: [PATCH v5 1/1] iio: adc: ad7124: allow more than 8 channels

2021-03-11 Thread kernel test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on linux/master linus/master v5.12-rc2 next-20210311] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base'

Re: [PATCH v5 1/1] iio: adc: ad7124: allow more than 8 channels

2021-03-11 Thread kernel test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on linux/master linus/master v5.12-rc2 next-20210311] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base'

[PATCH v5 1/1] iio: adc: ad7124: allow more than 8 channels

2021-03-11 Thread alexandru.tachici
From: Alexandru Tachici Currently AD7124-8 driver cannot use more than 8 IIO channels because it was assigning the channel configurations bijectively to channels specified in the device-tree. This is not possible to do when using more than 8 channels as AD7124-8 has only 8 configuration registers