[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Vdx3ZWFc9Xa7AhLGM=-4AzfamEqTkZxvBeu=Hu4KF7pSg@mail.gmail.com>
Date: Sun, 27 Mar 2022 22:45:16 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Jagath Jog J <jagathjog1996@...il.com>
Cc: Dan Robertson <dan@...obertson.com>,
Jonathan Cameron <jic23@...nel.org>,
linux-iio <linux-iio@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 3/5] iio: accel: bma400: Add triggered buffer support
On Sat, Mar 26, 2022 at 9:41 PM Jagath Jog J <jagathjog1996@...il.com> wrote:
>
> Added trigger buffer support to read continuous acceleration
> data from device with data ready interrupt which is mapped
> to INT1 pin.
...
> + struct {
> + __le16 buff[3];
In my (mostly review) practice it's rare that sensors operate in LE mode.
Please, double check that.
> + u8 temperature;
> + s64 ts __aligned(8);
> + } buffer ____cacheline_aligned;
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists