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

2015-04-22 Thread Jonathan Cameron
On 22/04/15 21:34, Octavian Purdila wrote: > On Sat, Apr 18, 2015 at 12:30 PM, Jonathan Cameron wrote: >> >> On 15/04/15 23:15, Octavian Purdila wrote: >>> On Wed, Apr 15, 2015 at 2:34 PM, Jonathan Cameron wrote: On 15/04/15 21:58, Octavian Purdila wrote: > On Sun, Apr 12, 2015 at 8:59 A

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

2015-04-22 Thread Octavian Purdila
On Sat, Apr 18, 2015 at 12:30 PM, Jonathan Cameron wrote: > > On 15/04/15 23:15, Octavian Purdila wrote: > > On Wed, Apr 15, 2015 at 2:34 PM, Jonathan Cameron wrote: > >> On 15/04/15 21:58, Octavian Purdila wrote: > >>> On Sun, Apr 12, 2015 at 8:59 AM, Jonathan Cameron > >>> wrote: > On 10

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

2015-04-18 Thread Jonathan Cameron
On 15/04/15 23:15, Octavian Purdila wrote: > On Wed, Apr 15, 2015 at 2:34 PM, Jonathan Cameron wrote: >> On 15/04/15 21:58, Octavian Purdila wrote: >>> On Sun, Apr 12, 2015 at 8:59 AM, Jonathan Cameron wrote: On 10/04/15 14:43, Daniel Baluta wrote: > On Thu, Apr 9, 2015 at 8:18 PM, Jonat

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

2015-04-15 Thread Octavian Purdila
On Wed, Apr 15, 2015 at 2:34 PM, Jonathan Cameron wrote: > On 15/04/15 21:58, Octavian Purdila wrote: >> On Sun, Apr 12, 2015 at 8:59 AM, Jonathan Cameron wrote: >>> On 10/04/15 14:43, Daniel Baluta wrote: On Thu, Apr 9, 2015 at 8:18 PM, Jonathan Cameron wrote: > On 08/04/15 14:30, Dani

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

2015-04-15 Thread Jonathan Cameron
On 15/04/15 21:58, Octavian Purdila wrote: > On Sun, Apr 12, 2015 at 8:59 AM, Jonathan Cameron wrote: >> On 10/04/15 14:43, Daniel Baluta wrote: >>> On Thu, Apr 9, 2015 at 8:18 PM, Jonathan Cameron wrote: On 08/04/15 14:30, Daniel Baluta wrote: > On Mon, Apr 6, 2015 at 5:18 PM, Daniel Ba

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

2015-04-15 Thread Octavian Purdila
On Sun, Apr 12, 2015 at 8:59 AM, Jonathan Cameron wrote: > On 10/04/15 14:43, Daniel Baluta wrote: >> On Thu, Apr 9, 2015 at 8:18 PM, Jonathan Cameron wrote: >>> On 08/04/15 14:30, Daniel Baluta wrote: On Mon, Apr 6, 2015 at 5:18 PM, Daniel Baluta wrote: > This module is the core

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

2015-04-15 Thread Daniel Baluta
On Sun, Apr 12, 2015 at 6:55 PM, Jonathan Cameron wrote: > On 10/04/15 12:08, Daniel Baluta wrote: >> On Thu, Apr 9, 2015 at 8:15 PM, Jonathan Cameron wrote: >>> On 06/04/15 15:18, Daniel Baluta wrote: This module is the core of IIO configfs. It creates the "iio" subsystem under c

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

2015-04-12 Thread Jonathan Cameron
On 10/04/15 14:43, Daniel Baluta wrote: > On Thu, Apr 9, 2015 at 8:18 PM, Jonathan Cameron wrote: >> On 08/04/15 14:30, Daniel Baluta wrote: >>> On Mon, Apr 6, 2015 at 5:18 PM, Daniel Baluta >>> wrote: This module is the core of IIO configfs. It creates the "iio" subsystem under

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

2015-04-12 Thread Jonathan Cameron
On 10/04/15 12:08, Daniel Baluta wrote: > On Thu, Apr 9, 2015 at 8:15 PM, Jonathan Cameron wrote: >> On 06/04/15 15:18, Daniel Baluta wrote: >>> This module is the core of IIO configfs. It creates the "iio" subsystem >>> under >>> configfs mount point root, with one default group for "triggers".

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

2015-04-12 Thread Jonathan Cameron
On 10/04/15 14:50, Daniel Baluta wrote: > On Thu, Apr 9, 2015 at 9:12 PM, Jonathan Cameron wrote: >> On 09/04/15 18:40, Jonathan Cameron wrote: >>> On 09/04/15 18:15, Jonathan Cameron wrote: On 06/04/15 15:18, Daniel Baluta wrote: > This module is the core of IIO configfs. It creates the

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

2015-04-09 Thread Jonathan Cameron
On 09/04/15 18:40, Jonathan Cameron wrote: > On 09/04/15 18:15, Jonathan Cameron wrote: >> On 06/04/15 15:18, Daniel Baluta wrote: >>> This module is the core of IIO configfs. It creates the "iio" subsystem >>> under >>> configfs mount point root, with one default group for "triggers". >>> >>> It

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

2015-04-09 Thread Jonathan Cameron
On 09/04/15 18:15, Jonathan Cameron wrote: > On 06/04/15 15:18, Daniel Baluta wrote: >> This module is the core of IIO configfs. It creates the "iio" subsystem under >> configfs mount point root, with one default group for "triggers". >> >> It offers basic interface for registering software trigger

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

2015-04-09 Thread Jonathan Cameron
On 08/04/15 14:30, Daniel Baluta wrote: > On Mon, Apr 6, 2015 at 5:18 PM, Daniel Baluta wrote: >> This module is the core of IIO configfs. It creates the "iio" subsystem under >> configfs mount point root, with one default group for "triggers". >> >> It offers basic interface for registering softw

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

2015-04-09 Thread Jonathan Cameron
On 06/04/15 15:18, Daniel Baluta wrote: > This module is the core of IIO configfs. It creates the "iio" subsystem under > configfs mount point root, with one default group for "triggers". > > It offers basic interface for registering software trigger types. Next patches > will add "hrtimer" and "s

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

2015-04-08 Thread Daniel Baluta
On Mon, Apr 6, 2015 at 5:18 PM, Daniel Baluta wrote: > This module is the core of IIO configfs. It creates the "iio" subsystem under > configfs mount point root, with one default group for "triggers". > > It offers basic interface for registering software trigger types. Next patches > will add "hr