On 20/10/2024 21:07, 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.
Makes sense to me.
Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> --- drivers/iio/accel/kionix-kx022a.c | 3 ++- drivers/iio/accel/kxcjk-1013.c | 3 ++- drivers/iio/accel/kxsd9.c | 3 ++-
For the Kionix/ROHM seensors, Reviewed-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx> Yours, -- Matti