On Wed, Apr 28, 2021 at 11:22 AM Sean Nyekjaer <sean@xxxxxxxxxx> wrote: > > When flushing the hw fifo there is a bug in the I2C that prevents burst > reads of more than one sample pair. > > Signed-off-by: Sean Nyekjaer <sean@xxxxxxxxxx> > --- > This series depends on "iio: accel: add support for > FXLS8962AF/FXLS8964AF accelerometers" This should be part of that series. Besides, see below. ... > + bool i2c_device; > + data->i2c_device = i2c_device; This is redundant. Use i2c_verify_client() instead. -- With Best Regards, Andy Shevchenko