Re: [PATCH v2 0/3] iio: accel: bmc150: DMA-safe buffers and use iio_push_to_buffers_with_ts()
From: Gabriel Rondon
Date: Sun Aug 16 2026 - 19:46:59 EST
On Sat, 15 Aug 2026 23:27:25 +0530, Yash Suthar wrote:
> The trigger path used a plain s16 buffer while the FIFO path already had
> a properly typed scan member (__le16 + aligned timestamp). Those two
> buffers did the same job, and s16 does not represent little-endian data.
Built the series on top of current iio/togreg with gcc 13.3, x86_64
allmodconfig and W=1: the three bmc150 objects (core, i2c, spi) compile
cleanly with no new warnings.
I also used it as the base for v4 of my bmc150 series (event-enable
race fix + guard(mutex) conversion), which is rebased on top of these
patches:
https://lore.kernel.org/linux-iio/20260816234231.14168-1-grondon@xxxxxxxxx/
Gabriel