Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-04-08 Thread Jonathan Cameron
On 04/04/17 08:37, Benjamin Gaignard wrote: > 2017-04-03 21:58 GMT+02:00 Jonathan Cameron : >> On 03/04/17 11:17, Benjamin Gaignard wrote: >>> 2017-04-02 13:12 GMT+02:00 Jonathan Cameron : On 27/03/17 10:43, Benjamin Gaignard wrote: > Device counting could be controlled by the level or the

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-04-04 Thread Benjamin Gaignard
2017-04-03 21:58 GMT+02:00 Jonathan Cameron : > On 03/04/17 11:17, Benjamin Gaignard wrote: >> 2017-04-02 13:12 GMT+02:00 Jonathan Cameron : >>> On 27/03/17 10:43, Benjamin Gaignard wrote: Device counting could be controlled by the level or the edges of a trigger. in_count0_enable_mo

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-04-03 Thread Jonathan Cameron
On 03/04/17 11:17, Benjamin Gaignard wrote: > 2017-04-02 13:12 GMT+02:00 Jonathan Cameron : >> On 27/03/17 10:43, Benjamin Gaignard wrote: >>> Device counting could be controlled by the level or the edges of >>> a trigger. >>> in_count0_enable_mode attibute allow to set the control mode. >>> >>> Si

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-04-03 Thread Benjamin Gaignard
2017-04-02 13:12 GMT+02:00 Jonathan Cameron : > On 27/03/17 10:43, Benjamin Gaignard wrote: >> Device counting could be controlled by the level or the edges of >> a trigger. >> in_count0_enable_mode attibute allow to set the control mode. >> >> Signed-off-by: Benjamin Gaignard >> --- >> .../ABI/t

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-04-02 Thread Jonathan Cameron
On 27/03/17 10:43, Benjamin Gaignard wrote: > Device counting could be controlled by the level or the edges of > a trigger. > in_count0_enable_mode attibute allow to set the control mode. > > Signed-off-by: Benjamin Gaignard > --- > .../ABI/testing/sysfs-bus-iio-timer-stm32 | 23 +++

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-03-27 Thread Benjamin Gaignard
2017-03-27 15:55 GMT+02:00 William Breathitt Gray : > On Mon, Mar 27, 2017 at 11:43:24AM +0200, Benjamin Gaignard wrote: >>Device counting could be controlled by the level or the edges of >>a trigger. >>in_count0_enable_mode attibute allow to set the control mode. >> >>Signed-off-by: Benjamin Gaign

Re: [PATCH v3 2/2] iio: stm32 trigger: Add counter enable modes

2017-03-27 Thread William Breathitt Gray
On Mon, Mar 27, 2017 at 11:43:24AM +0200, Benjamin Gaignard wrote: >Device counting could be controlled by the level or the edges of >a trigger. >in_count0_enable_mode attibute allow to set the control mode. > >Signed-off-by: Benjamin Gaignard This patch is pretty straight-forward and all right w