Re: [PATCH v3 4/7] iio: trigger: Add periodic polling to SYSFS trigger
From: Jonathan Cameron <jic23@kernel.org>
Date: 2015-08-08 17:26:53
Also in:
linux-iio, lkml
From: Jonathan Cameron <jic23@kernel.org>
Date: 2015-08-08 17:26:53
Also in:
linux-iio, lkml
On 07/08/15 14:42, Lars-Peter Clausen wrote:
On 07/29/2015 02:57 PM, Vladimir Barinov wrote:quoted
Add periodic polling functionality to SYSFS triggerDaniel's hrtimer trigger should be used for this instead of modifying the sysfs trigger timer. See https://lkml.org/lkml/2015/5/8/367 He said he'll send out a new version shortly.
Agreed. I'd like to keep these two trigger types separate as they conceptually are quite different things. Jonathan