mbox series

[v5,0/3] Add new channels for adis16475

Message ID 20230808075059.645525-1-ramona.bolboaca@analog.com (mailing list archive)
Headers show
Series Add new channels for adis16475 | expand

Message

Ramona Bolboaca Aug. 8, 2023, 7:50 a.m. UTC
changes in v5:
  patch 1: added documentation for all supported attributes
  patch 2: added documentation for all supported attributes
  patch 3: no changes

Ramona Bolboaca (3):
  iio: Add IIO_DELTA_ANGL channel type
  iio: Add IIO_DELTA_VELOCITY channel type
  iio: imu: adis16475.c: Add delta angle and delta velocity channels

 Documentation/ABI/testing/sysfs-bus-iio |  45 +++++++
 drivers/iio/imu/adis16475.c             | 165 +++++++++++++++++++++---
 drivers/iio/industrialio-core.c         |   2 +
 include/uapi/linux/iio/types.h          |   2 +
 tools/iio/iio_event_monitor.c           |   4 +
 5 files changed, 199 insertions(+), 19 deletions(-)

Comments

Nuno Sá Aug. 10, 2023, 1:16 p.m. UTC | #1
On Tue, 2023-08-08 at 10:50 +0300, Ramona Bolboaca wrote:
> changes in v5:
>   patch 1: added documentation for all supported attributes
>   patch 2: added documentation for all supported attributes
>   patch 3: no changes
> 
> Ramona Bolboaca (3):
>   iio: Add IIO_DELTA_ANGL channel type
>   iio: Add IIO_DELTA_VELOCITY channel type
>   iio: imu: adis16475.c: Add delta angle and delta velocity channels
> 
>  Documentation/ABI/testing/sysfs-bus-iio |  45 +++++++
>  drivers/iio/imu/adis16475.c             | 165 +++++++++++++++++++++---
>  drivers/iio/industrialio-core.c         |   2 +
>  include/uapi/linux/iio/types.h          |   2 +
>  tools/iio/iio_event_monitor.c           |   4 +
>  5 files changed, 199 insertions(+), 19 deletions(-)
> 

Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Jonathan Cameron Aug. 28, 2023, 6:03 p.m. UTC | #2
On Thu, 10 Aug 2023 15:16:10 +0200
Nuno Sá <noname.nuno@gmail.com> wrote:

> On Tue, 2023-08-08 at 10:50 +0300, Ramona Bolboaca wrote:
> > changes in v5:
> >   patch 1: added documentation for all supported attributes
> >   patch 2: added documentation for all supported attributes
> >   patch 3: no changes
> > 
> > Ramona Bolboaca (3):
> >   iio: Add IIO_DELTA_ANGL channel type
> >   iio: Add IIO_DELTA_VELOCITY channel type
> >   iio: imu: adis16475.c: Add delta angle and delta velocity channels
> > 
> >  Documentation/ABI/testing/sysfs-bus-iio |  45 +++++++
> >  drivers/iio/imu/adis16475.c             | 165 +++++++++++++++++++++---
> >  drivers/iio/industrialio-core.c         |   2 +
> >  include/uapi/linux/iio/types.h          |   2 +
> >  tools/iio/iio_event_monitor.c           |   4 +
> >  5 files changed, 199 insertions(+), 19 deletions(-)
> >   
> 
> Reviewed-by: Nuno Sa <nuno.sa@analog.com>
> 

Series applied to the togreg branch of iio.git but given timing I plan
to rebase that on rc1. In the meantime I'll push this out as testing to
let 0-day see if it can find anything we missed.

Thanks for persisting the fiddly ABI definitions in this one!

Jonathan