Re: [PATCH 2/2] iio: imu: adis16480: Add the option to enable/disable burst mode

2020-08-07 Thread Andy Shevchenko
On Tue, Aug 4, 2020 at 1:04 PM Alexandru Ardelean wrote: > > From: Stefan Popa > > Although the burst read function does not require a stall time between > each 16-bit segment, it however requires more processing since the > software needs to look for the BURST_ID and take into account the offset

Re: [PATCH 2/2] iio: imu: adis16480: Add the option to enable/disable burst mode

2020-08-06 Thread Jonathan Cameron
On Tue, 4 Aug 2020 13:04:14 +0300 Alexandru Ardelean wrote: > From: Stefan Popa > > Although the burst read function does not require a stall time between > each 16-bit segment, it however requires more processing since the > software needs to look for the BURST_ID and take into account the off

[PATCH 2/2] iio: imu: adis16480: Add the option to enable/disable burst mode

2020-08-04 Thread Alexandru Ardelean
From: Stefan Popa Although the burst read function does not require a stall time between each 16-bit segment, it however requires more processing since the software needs to look for the BURST_ID and take into account the offset to the first data channel. Some users might find it useful to be abl