Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add new channels for adis16475
@ 2023-07-19 12:31 Ramona Bolboaca
  2023-07-19 12:31 ` [PATCH v2 1/3] iio: imu: adis16475.c: Remove unused enum elements Ramona Bolboaca
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Ramona Bolboaca @ 2023-07-19 12:31 UTC (permalink / raw)
  To: jic23, nuno.sa, linux-iio, linux-kernel; +Cc: Ramona Bolboaca

changes in v2:
 new patches: 1,2
 patch3: added buffer support for delta angle and delta velocity channels
 If a device supports burst32, it also supports burst mode for reading delta
 angle and delta velocity measurements, so the same has_burst32 flag was used
 to handle the logic for reading delta angle and delta velocity channels.

Ramona Bolboaca (3):
  iio: imu: adis16475.c: Remove unused enum elements
  iio: imu: adis16475.c: Add has_burst32 flag to adis16477 devices
  iio: imu: adis16475.c: Add delta angle and delta velocity channels

 drivers/iio/imu/adis16475.c | 215 +++++++++++++++++++++++++++++++-----
 1 file changed, 187 insertions(+), 28 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-07-29 14:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 12:31 [PATCH v2 0/3] Add new channels for adis16475 Ramona Bolboaca
2023-07-19 12:31 ` [PATCH v2 1/3] iio: imu: adis16475.c: Remove unused enum elements Ramona Bolboaca
2023-07-20  7:38   ` Nuno Sá
2023-07-23 12:23     ` Jonathan Cameron
2023-07-19 12:31 ` [PATCH v2 2/3] iio: imu: adis16475.c: Add has_burst32 flag to adis16477 devices Ramona Bolboaca
2023-07-20  7:39   ` Nuno Sá
2023-07-23 12:24     ` Jonathan Cameron
2023-07-19 12:31 ` [PATCH v2 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels Ramona Bolboaca
2023-07-20  8:58   ` Nuno Sá
2023-07-23 12:32     ` Jonathan Cameron
2023-07-23 12:36   ` Jonathan Cameron
2023-07-26 10:23     ` Bolboaca, Ramona
2023-07-29 14:47       ` Jonathan Cameron

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