Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-31 Thread Daniel Baluta
On Sat, Mar 28, 2015 at 1:50 PM, Jonathan Cameron wrote: > On 27/03/15 17:17, Lars-Peter Clausen wrote: >> On 03/25/2015 06:00 PM, Daniel Baluta wrote: >>> This creates an IIO configfs subsystem named "iio", which has one default >>> group named "triggers". This allows us to easily create/destroy

Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-28 Thread Jonathan Cameron
On 27/03/15 17:17, Lars-Peter Clausen wrote: > On 03/25/2015 06:00 PM, Daniel Baluta wrote: >> This creates an IIO configfs subsystem named "iio", which has one default >> group named "triggers". This allows us to easily create/destroy software >> triggers. One must create a driver which implements

Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-27 Thread Lars-Peter Clausen
On 03/25/2015 06:00 PM, Daniel Baluta wrote: This creates an IIO configfs subsystem named "iio", which has one default group named "triggers". This allows us to easily create/destroy software triggers. One must create a driver which implements iio_configfs_trigger.h interface and then add its tri

Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-26 Thread Daniel Baluta
On 03/25/2015 10:14 PM, Paul Bolle wrote: A license nit. On Wed, 2015-03-25 at 19:00 +0200, Daniel Baluta wrote: --- /dev/null +++ b/drivers/iio/industrialio-configfs.c + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public

Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-25 Thread Paul Bolle
A license nit. On Wed, 2015-03-25 at 19:00 +0200, Daniel Baluta wrote: > --- /dev/null > +++ b/drivers/iio/industrialio-configfs.c > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License version 2 as published > by > +

Re: [PATCH 1/3] iio: configfs: Add configfs support to IIO

2015-03-25 Thread Peter Meerwald
> This creates an IIO configfs subsystem named "iio", which has one default > group named "triggers". This allows us to easily create/destroy software > triggers. One must create a driver which implements iio_configfs_trigger.h > interface and then add its trigger type to IIO configfs core. some