Re: [PATCH v3 5/7] iio: Support triggered events
From: Lars-Peter Clausen <hidden>
Date: 2015-08-07 13:49:51
Also in:
linux-iio, lkml
From: Lars-Peter Clausen <hidden>
Date: 2015-08-07 13:49:51
Also in:
linux-iio, lkml
Hi, On 07/29/2015 02:57 PM, Vladimir Barinov wrote:
Support triggered events. This is useful for chips that don't have their own interrupt sources. It allows to use generic/standalone iio triggers for those drivers.
Thanks for the patch. Can you describe in more detail how INDIO_EVENT_TRIGGERED differs from the INDIO_BUFFER_TRIGGERED. By just looking at the source code I don't understand quite why it is necessary. Thanks, - Lars