Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/1] adis16475.c: Remove scan index from delta channels
@ 2023-10-12 12:24 Ramona Gradinariu
  2023-10-12 12:24 ` [PATCH 1/1] drivers: imu: " Ramona Gradinariu
  0 siblings, 1 reply; 5+ messages in thread
From: Ramona Gradinariu @ 2023-10-12 12:24 UTC (permalink / raw)
  To: jic23, nuno.sa, linux-iio, linux-kernel; +Cc: Ramona Gradinariu

Some devices do not support delta angle and delta velocity
burst readings, which means there should be no buffer support
for these types of channels.
A new list of channels is created which contains the delta
channels structures with the scan index equal to -1 to allow
for raw register readings, without buffer support.
This list of channels is assigned to the devices which
do not support delta angle and delta velocity burst
readings.
This is a fix for the bug which was introduced with
8f6bc87d67c0 ("iio: imu: adis16475.c: Add delta angle and delta velocity channels").

Ramona Gradinariu (1):
  drivers: imu: adis16475.c: Remove scan index from delta channels

 drivers/iio/imu/adis16475.c | 67 +++++++++++++++++++++++++------------
 1 file changed, 46 insertions(+), 21 deletions(-)

--
2.34.1


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

end of thread, other threads:[~2023-10-14 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 12:24 [PATCH 0/1] adis16475.c: Remove scan index from delta channels Ramona Gradinariu
2023-10-12 12:24 ` [PATCH 1/1] drivers: imu: " Ramona Gradinariu
2023-10-12 15:09   ` Nuno Sá
2023-10-12 15:35     ` Nuno Sá
2023-10-14 16:04       ` Jonathan Cameron

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