On Tue, 4 May 2021 07:16:46 +0000 "Sa, Nuno" <Nuno.Sa@xxxxxxxxxx> wrote: > > -----Original Message----- > > From: Jonathan Cameron <jic23@xxxxxxxxxx> > > Sent: Saturday, April 24, 2021 1:32 PM > > To: Sa, Nuno <Nuno.Sa@xxxxxxxxxx> > > Cc: linux-iio@xxxxxxxxxxxxxxx; Hennerich, Michael > > <Michael.Hennerich@xxxxxxxxxx>; Lars-Peter Clausen > > <lars@xxxxxxxxxx> > > Subject: Re: [PATCH v4] iio: adis16480: support burst read function > > > > On Thu, 22 Apr 2021 12:37:35 +0200 > > Nuno Sa <nuno.sa@xxxxxxxxxx> wrote: > > > > > Some supported devices support burst read function. This provides a > > method > > > for reading a batch of data (status, temperature, gyroscopes, > > > accelerometers, time stamp/data counter, and CRC code), which > > does not > > > require a stall time between each 16-bit segment and only requires > > one > > > command on the DIN line to initiate. Devices supporting this mode > > > are: > > > > > > * adis16495-1 > > > * adis16495-2 > > > * adis16495-3 > > > * adis16497-1 > > > * adis16497-2 > > > * adis16497-3 > > > > > > Reviewed-by: Lars-Peter Clausen <lars@xxxxxxxxxx> > > > Signed-off-by: Nuno Sa <nuno.sa@xxxxxxxxxx> > > > > Looks good to me. Give me a poke if I seem to have lost it when > > the dependency is in place. > > > > poking :) ... Thanks :) Applied to the togreg branch of iio.git and pushed out as testing for all the normal reasons. Jonathan > > - Nuno Sá