Re: [PATCH v5 3/3] iio: pressure: dps310: add hardware FIFO support
Rupesh Majhi <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 23 Aug 2026 00:33:28 +0100 Jonathan Cameron <[email protected]> wrote: > Not immediately obvious to me why clamp() doesn't work. It does, neither needed the _t. > Given this is a 16 byte buffer the possible timestamp position is fixed > however many channels are enabled. So you can use a structure scan_timestamp_offset is 8 either way, so my comment saying the layout could not be described with a structure was wrong. Both memcpys are gone. Rupesh