Re: [PATCH v4 1/4] iio: core: Introduce IIO software triggers

2015-04-26 Thread Jonathan Cameron
On 26/04/15 20:32, Daniel Baluta wrote: > On Sun, Apr 26, 2015 at 10:21 PM, Jonathan Cameron wrote: >> On 20/04/15 15:02, Daniel Baluta wrote: >>> A software trigger associates an IIO device trigger with a software >>> interrupt source (e.g: timer, sysfs). This patch adds the generic >>> infrastru

Re: [PATCH v4 1/4] iio: core: Introduce IIO software triggers

2015-04-26 Thread Daniel Baluta
On Sun, Apr 26, 2015 at 10:21 PM, Jonathan Cameron wrote: > On 20/04/15 15:02, Daniel Baluta wrote: >> A software trigger associates an IIO device trigger with a software >> interrupt source (e.g: timer, sysfs). This patch adds the generic >> infrastructure for handling software triggers. >> >> So

Re: [PATCH v4 1/4] iio: core: Introduce IIO software triggers

2015-04-26 Thread Jonathan Cameron
On 20/04/15 15:02, Daniel Baluta wrote: > A software trigger associates an IIO device trigger with a software > interrupt source (e.g: timer, sysfs). This patch adds the generic > infrastructure for handling software triggers. > > Software interrupts sources are kept in a iio_trigger_types_list an