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

Message ID 20230808075059.645525-1-ramona.bolboaca@analog.com
Headers
Series Add new channels for adis16475 |

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>