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

Ramona Bolboaca posted 3 patches 2 years, 1 month ago
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(-)
[PATCH v5 0/3] Add new channels for adis16475
Posted by Ramona Bolboaca 2 years, 1 month ago
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(-)

-- 
2.34.1
Re: [PATCH v5 0/3] Add new channels for adis16475
Posted by Nuno Sá 2 years, 1 month ago
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>
Re: [PATCH v5 0/3] Add new channels for adis16475
Posted by Jonathan Cameron 2 years ago
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