Re: [PATCH v6 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver
From: Jonathan Cameron
Date: Mon Jul 06 2026 - 13:55:02 EST
On Mon, 6 Jul 2026 14:22:51 +0300
Md Shofiqul Islam <shofiqtest@xxxxxxxxx> wrote:
> The MAX86150 (Analog Devices / Maxim) is an integrated biosensor
> combining two photoplethysmography (PPG) channels (Red LED and IR LED)
> and one electrocardiogram (ECG) channel. Samples are buffered in a
> 32-entry hardware FIFO with a configurable almost-full interrupt.
>
> This series adds a DT binding schema, an IIO triggered-buffer driver,
> and a MAINTAINERS entry.
Heads up for other reviewers. This has not incorporated much of the feedback
from earlier versions. Don't waste time reviewing for now.
Jonathan
>
> Changes in v6:
> - dt-bindings: remove "SoC" from description (Jonathan Cameron)
> - dt-bindings: spell out PPG and ECG acronyms in full before
> abbreviating them (Jonathan Cameron)
> - dt-bindings: remove the I2C 400 kHz sentence from description;
> keep FIFO/interrupt mention (Jonathan Cameron)
> - dt-bindings: simplify interrupt description to FIFO almost-full only