Re: [RFC PATCH 0/3] Introduce support for creating IIO devices via configfs

2016-04-25 Thread Daniel Baluta
On Sun, Apr 24, 2016 at 2:28 PM, Jonathan Cameron wrote: > On 20/04/16 16:45, Daniel Baluta wrote: >> For testing purposes is nice to have a quick way of creating IIO devices. >> This patch series introduces support for creating IIO devices via configs >> (patch 1), allowing users to register "dev

Re: [RFC PATCH 0/3] Introduce support for creating IIO devices via configfs

2016-04-24 Thread Jonathan Cameron
On 20/04/16 16:45, Daniel Baluta wrote: > For testing purposes is nice to have a quick way of creating IIO devices. > This patch series introduces support for creating IIO devices via configs > (patch 1), allowing users to register "device types". For the moment we > support "dummy" device type (pa

[RFC PATCH 0/3] Introduce support for creating IIO devices via configfs

2016-04-20 Thread Daniel Baluta
For testing purposes is nice to have a quick way of creating IIO devices. This patch series introduces support for creating IIO devices via configs (patch 1), allowing users to register "device types". For the moment we support "dummy" device type (patch 2). This is just a RFC in order to see if t