Re: [PATCH v3 2/2] ti-adc081c: Initial triggered buffer support

2016-04-17 Thread Jonathan Cameron
On 11/04/16 15:24, Crestez Dan Leonard wrote: > Using this requires software triggers like CONFIG_IIO_HRTIMER_TRIGGER. > > The device can be configured to do internal periodic sampling but does not > offer some sort of interrupt on data ready. Interrupts can only trigger when > values get out of a

[PATCH v3 2/2] ti-adc081c: Initial triggered buffer support

2016-04-11 Thread Crestez Dan Leonard
Using this requires software triggers like CONFIG_IIO_HRTIMER_TRIGGER. The device can be configured to do internal periodic sampling but does not offer some sort of interrupt on data ready. Interrupts can only trigger when values get out of a specific range. Signed-off-by: Crestez Dan Leonard --