Re: [PATCH v2 3/3] iio: light: opt3001: enable operation w/o IRQ

2016-01-30 Thread Jonathan Cameron
On 29/01/16 18:01, Andreas Dannenberg wrote: > On Sat, Jan 16, 2016 at 05:14:38PM +0100, Alexander Koch wrote: >> Enable operation of the TI OPT3001 light sensor without having an >> interrupt line available to connect the INT pin to. >> >> In this operation mode, we issue a conversion request and

Re: [PATCH v2 3/3] iio: light: opt3001: enable operation w/o IRQ

2016-01-29 Thread Andreas Dannenberg
On Sat, Jan 16, 2016 at 05:14:38PM +0100, Alexander Koch wrote: > Enable operation of the TI OPT3001 light sensor without having an > interrupt line available to connect the INT pin to. > > In this operation mode, we issue a conversion request and simply wait > for the conversion time available as

Re: [PATCH v2 3/3] iio: light: opt3001: enable operation w/o IRQ

2016-01-24 Thread Jonathan Cameron
On 18/01/16 17:07, Martin Kepplinger wrote: > Am 2016-01-16 um 17:14 schrieb Alexander Koch: >> Enable operation of the TI OPT3001 light sensor without having an >> interrupt line available to connect the INT pin to. >> >> In this operation mode, we issue a conversion request and simply wait >> for

Re: [PATCH v2 3/3] iio: light: opt3001: enable operation w/o IRQ

2016-01-24 Thread Jonathan Cameron
On 23/01/16 18:55, Alexander Koch wrote: > Am 18.01.2016 um 18:07 schrieb Martin Kepplinger: >> Am 2016-01-16 um 17:14 schrieb Alexander Koch: >>> Enable operation of the TI OPT3001 light sensor without having an >>> interrupt line available to connect the INT pin to. >>> >>> In this operation mode

Re: [PATCH v2 3/3] iio: light: opt3001: enable operation w/o IRQ

2016-01-23 Thread Alexander Koch
Am 18.01.2016 um 18:07 schrieb Martin Kepplinger: > Am 2016-01-16 um 17:14 schrieb Alexander Koch: >> Enable operation of the TI OPT3001 light sensor without having an >> interrupt line available to connect the INT pin to. >> >> In this operation mode, we issue a conversion request and simply wait