Re: [PATCH v2 1/3] iio: accel: bmc150: use aligned scan buffer for both trigger and fifo
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAD++jLmbuTK3exnhxpQqctZk01CkK3ezHFkMMWfBEq-DaiLGBg@mail.gmail.com> |
On Sat, Aug 15, 2026 at 7:57 PM Yash Suthar <[email protected]> wrote: > Drop buffer as duplicate and s16 is not correct we needed __le16 as little > endian, keep scan at the end of the bmc150_accel_data struct with > IIO_DMA_MINALIGN, and use it for both paths. > > Fixes: bd7fe5b71918 ("iio: accel: BMC150 accel support") > Suggested-by: Jonathan Cameron <[email protected]> > Signed-off-by: Yash Suthar <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij