Re: [PATCH] iio: pressure: dps310: add FIFO support

From: Jonathan Cameron

Date: Sat Jul 18 2026 - 17:45:08 EST


On Sun, 19 Jul 2026 00:17:26 +0300
Rupesh Majhi <zoone.rupert@xxxxxxxxx> wrote:

> The DPS310 has a 32-sample FIFO that buffers pressure and temperature
> readings. The FIFO_EN bit was defined but never used.
>
> This enables the FIFO in the probe after startup. Add the necessary
> register defines and init/flush functions. If FIFO init fails, driver
> falls back to single-shot mode.
>
> Signed-off-by: Rupesh Majhi <zoone.rupert@xxxxxxxxx>
Hi Rupesh,

This looks to be a v2. So check Documentation/process/submitting-patches.rst
for the format and use that if you need a v3.

> ---
Also change log needed here.

I thought you were going to submit v2 with the full buffered support?
Perhaps this was an accidental resend of the earlier code.

Jonathan