On Mon, 21 Oct 2024 10:10:25 +0300 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > On Sun, Oct 20, 2024 at 07:07:20PM +0100, Jonathan Cameron wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > e4ca0e59c394 ("types: Complement the aligned types with signed 64-bit one") > > introduced aligned_s64. Use it for all IIO accelerometer drivers. > > > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > --- > > > > I debated whether to split this up by driver by the time we've done all IIO > > drivers that will be a very large number of trivial patches. > > > > The changes are minor enough that they shouldn't present much of a > > backporting challenge if needed for future fixes etc. > > > > I'm find splitting them up if people prefer. > > Next on my list is to look at adding runtime checks that the buffers > > containing these timestamps are big enough but I want this out of the > > way first. > > I agree on all your points. > > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Applied given it's so trivial and 3 people already reviewed! Thanks, Jonathan