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

Ramona Bolboaca posted 3 patches 2 years, 6 months ago
There is a newer version of this series
Documentation/ABI/testing/sysfs-bus-iio |  29 +++++
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, 183 insertions(+), 19 deletions(-)
[PATCH v3 0/3] Add new channels for adis16475
Posted by Ramona Bolboaca 2 years, 6 months ago
changes in v3:
 new patches: 1,2 which add IIO_DELTA_ANGL and IIO_DELTA_VELOCITY channel types
 patch3: 
  - added new flag for presence of delta measuremets in burst data
  - removed available scan mask, a simple check is performed in
  adis16475_update_scan_mode to see if the scan mask is valid and to configure
  the burst data selection based on the scan mask.

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 |  29 +++++
 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, 183 insertions(+), 19 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/3] Add new channels for adis16475
Posted by Jonathan Cameron 2 years, 6 months ago
On Fri, 4 Aug 2023 09:45:56 +0300
Ramona Bolboaca <ramona.bolboaca@analog.com> wrote:

> changes in v3:
>  new patches: 1,2 which add IIO_DELTA_ANGL and IIO_DELTA_VELOCITY channel types
>  patch3: 
>   - added new flag for presence of delta measuremets in burst data
>   - removed available scan mask, a simple check is performed in
>   adis16475_update_scan_mode to see if the scan mask is valid and to configure
>   the burst data selection based on the scan mask.

Not that it hugely matters as they don't end up in the git record, but good to
spell check cover letters (I often forget to do so as well!)

> 
> 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 |  29 +++++
>  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, 183 insertions(+), 19 deletions(-)
>