Re: [PATCH] iio: add channel type for frequency

2018-07-02 Thread David Lechner
On 07/02/2018 08:03 AM, Jonathan Cameron wrote: On Sun, 1 Jul 2018 17:24:34 -0500 David Lechner wrote: On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: On 07/01/2018 04:59 AM, David Lechner wrote: This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz.

Re: [PATCH] iio: add channel type for frequency

2018-07-02 Thread David Lechner
On 07/02/2018 08:03 AM, Jonathan Cameron wrote: On Sun, 1 Jul 2018 17:24:34 -0500 David Lechner wrote: On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: On 07/01/2018 04:59 AM, David Lechner wrote: This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz.

Re: [PATCH] iio: add channel type for frequency

2018-07-02 Thread Jonathan Cameron
On Sun, 1 Jul 2018 17:24:34 -0500 David Lechner wrote: > On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: > > On 07/01/2018 04:59 AM, David Lechner wrote: > >> This adds a new type for frequency to the IIO channel type enumeration. > >> > >> Units are in Hz. > >> > > > > Documentation? >

Re: [PATCH] iio: add channel type for frequency

2018-07-02 Thread Jonathan Cameron
On Sun, 1 Jul 2018 17:24:34 -0500 David Lechner wrote: > On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: > > On 07/01/2018 04:59 AM, David Lechner wrote: > >> This adds a new type for frequency to the IIO channel type enumeration. > >> > >> Units are in Hz. > >> > > > > Documentation? >

Re: [PATCH] iio: add channel type for frequency

2018-07-01 Thread David Lechner
On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: On 07/01/2018 04:59 AM, David Lechner wrote: This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz. Documentation? I take it that you mean Documentation/ABI/testing/sysfs-bus-iio? Or somewhere else too?

Re: [PATCH] iio: add channel type for frequency

2018-07-01 Thread David Lechner
On 07/01/2018 02:18 AM, Lars-Peter Clausen wrote: On 07/01/2018 04:59 AM, David Lechner wrote: This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz. Documentation? I take it that you mean Documentation/ABI/testing/sysfs-bus-iio? Or somewhere else too?

Re: [PATCH] iio: add channel type for frequency

2018-07-01 Thread Lars-Peter Clausen
On 07/01/2018 04:59 AM, David Lechner wrote: > This adds a new type for frequency to the IIO channel type enumeration. > > Units are in Hz. > Documentation? We already have the altvoltage channel type with the frequency attribute. Difficult to say if there are any overlaps without

Re: [PATCH] iio: add channel type for frequency

2018-07-01 Thread Lars-Peter Clausen
On 07/01/2018 04:59 AM, David Lechner wrote: > This adds a new type for frequency to the IIO channel type enumeration. > > Units are in Hz. > Documentation? We already have the altvoltage channel type with the frequency attribute. Difficult to say if there are any overlaps without

[PATCH] iio: add channel type for frequency

2018-06-30 Thread David Lechner
This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz. Signed-off-by: David Lechner --- drivers/iio/industrialio-core.c | 1 + include/uapi/linux/iio/types.h | 1 + tools/iio/iio_event_monitor.c | 1 + 3 files changed, 3 insertions(+) diff --git

[PATCH] iio: add channel type for frequency

2018-06-30 Thread David Lechner
This adds a new type for frequency to the IIO channel type enumeration. Units are in Hz. Signed-off-by: David Lechner --- drivers/iio/industrialio-core.c | 1 + include/uapi/linux/iio/types.h | 1 + tools/iio/iio_event_monitor.c | 1 + 3 files changed, 3 insertions(+) diff --git