Re: [PATCH v6 5/6] iio: pressure: dps310: add hardware FIFO support

From: Rupesh Majhi

Date: Fri Sep 18 2026 - 09:00:36 EST


On Mon, 31 Aug 2026 02:14:41 +0100
Jonathan Cameron <jic23@xxxxxxxxxx> wrote:

> As before I'd have the structure locally here. I really want to be
> able to see what it looks like. Don't worry about the small amount
> of duplication this will entail.

The FIFO path refuses the timestamp channel now, so the two channels are
all that is left. It is a plain s32 channels[2] there rather than a struct
with a dead timestamp member. The trigger handler keeps the struct.

Rupesh