Re: [PATCH v5 3/3] iio: pressure: dps310: add hardware FIFO support

From: Rupesh Majhi

Date: Mon Aug 24 2026 - 16:09:43 EST


On Sun, 23 Aug 2026 00:33:28 +0100
Jonathan Cameron <jic23@xxxxxxxxxx> 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