[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200215153653.4aee3b1d@archlinux>
Date: Sat, 15 Feb 2020 15:36:53 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Alexandru Tachici <alexandru.tachici@...log.com>
Cc: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/5] iio: accel: adxl372: Set iio_chan BE
On Fri, 14 Feb 2020 11:29:16 +0200
Alexandru Tachici <alexandru.tachici@...log.com> wrote:
> Data stored in the iio-buffer is BE and this
> should be specified in the iio_chan_spec struct.
>
> Signed-off-by: Alexandru Tachici <alexandru.tachici@...log.com>
To a quick glance this looks to me like a fix we should be backporting.
Please add a fixes tag if so and I'll get this lined up to go in during
the RCs.
Thanks,
Jonathan
> ---
> drivers/iio/accel/adxl372.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/accel/adxl372.c b/drivers/iio/accel/adxl372.c
> index bb6c2bf1a457..538e5053a946 100644
> --- a/drivers/iio/accel/adxl372.c
> +++ b/drivers/iio/accel/adxl372.c
> @@ -237,6 +237,7 @@ static const struct adxl372_axis_lookup adxl372_axis_lookup_table[] = {
> .realbits = 12, \
> .storagebits = 16, \
> .shift = 4, \
> + .endianness = IIO_BE, \
> }, \
> }
>
Powered by blists - more mailing lists