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

2016-04-10 Thread Jonathan Cameron
On 04/04/16 19:21, 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

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

2016-04-04 Thread kbuild test robot
Hi Crestez, [auto build test WARNING on iio/togreg] [also build test WARNING on v4.6-rc2 next-20160404] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Crestez-Dan-Leonard/Add-support-for-adc10

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

2016-04-04 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 --