Re: [PATCH 1/4] iio: hi8435: add raw access

From: Vladimir Barinov
Date: Mon May 22 2017 - 13:28:07 EST


On 20.05.2017 19:33, Jonathan Cameron wrote:
On 19/05/17 15:47, Nikita Yushchenko wrote:
With current event-only driver, it is not possible for user space
application to know current senses if they don't change since
application starts.

Address that by adding raw access to channels.

Signed-off-by: Nikita Yushchenko <nikita.yoush@xxxxxxxxxxxxxxxxxx>
Ideally I'd like Vladimir's ack on these, but I am going to guess
that he is fine with this and rely on him shouting if not ;)
Acked-by: Vladimir Barinov <vladimir.barinov@xxxxxxxxxxxxxxxxxx>

Originally it was a part of the patch for HI8435 buffer interface but removed during migration to event interface:
http://marc.info/?l=linux-iio&m=143817462614547&w=4

This is a case when raw access is needed.