Re: [PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts

2019-10-07 Thread Jonathan Cameron
On Mon, 7 Oct 2019 12:01:22 +0200 Miquel Raynal wrote: > Hi Jonathan, > > Jonathan Cameron wrote on Sun, 6 Oct 2019 11:18:37 > +0100: > > > On Thu, 3 Oct 2019 19:33:56 +0200 > > Miquel Raynal wrote: > > > > > The chip has a 'start conversion' and a 'end of conversion' pair of > > > pins.

Re: [PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts

2019-10-07 Thread Miquel Raynal
Hi Jonathan, Jonathan Cameron wrote on Sun, 6 Oct 2019 11:18:37 +0100: > On Thu, 3 Oct 2019 19:33:56 +0200 > Miquel Raynal wrote: > > > The chip has a 'start conversion' and a 'end of conversion' pair of > > pins. They can be used but this is absolutely not mandatory as regular > > polling of

Re: [PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts

2019-10-06 Thread Jonathan Cameron
On Thu, 3 Oct 2019 19:33:56 +0200 Miquel Raynal wrote: > The chip has a 'start conversion' and a 'end of conversion' pair of > pins. They can be used but this is absolutely not mandatory as regular > polling of the value is totally fine with the current internal > clocking setup. Turn the interr

[PATCH v2 2/7] iio: adc: max1027: Make it optional to use interrupts

2019-10-03 Thread Miquel Raynal
The chip has a 'start conversion' and a 'end of conversion' pair of pins. They can be used but this is absolutely not mandatory as regular polling of the value is totally fine with the current internal clocking setup. Turn the interrupts optional and do not error out if they are not inquired in the