Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add new channels for adis16475
@ 2023-08-04  6:45 Ramona Bolboaca
  2023-08-04  6:45 ` [PATCH v3 1/3] iio: Add IIO_DELTA_ANGL channel type Ramona Bolboaca
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ramona Bolboaca @ 2023-08-04  6:45 UTC (permalink / raw)
  To: jic23, nuno.sa, linux-iio, linux-kernel; +Cc: Ramona Bolboaca

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-05 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04  6:45 [PATCH v3 0/3] Add new channels for adis16475 Ramona Bolboaca
2023-08-04  6:45 ` [PATCH v3 1/3] iio: Add IIO_DELTA_ANGL channel type Ramona Bolboaca
2023-08-05 18:35   ` Jonathan Cameron
2023-08-04  6:45 ` [PATCH v3 2/3] iio: Add IIO_DELTA_VELOCITY " Ramona Bolboaca
2023-08-05 18:37   ` Jonathan Cameron
2023-08-04  6:45 ` [PATCH v3 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels Ramona Bolboaca
2023-08-05 18:45   ` Jonathan Cameron
2023-08-05 18:32 ` [PATCH v3 0/3] Add new channels for adis16475 Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox