From: Jonathan Cameron <jic23@kernel.org>
To: David Lechner <dlechner@baylibre.com>
Cc: Md Shofiqul Islam <shofiqtest@gmail.com>,
linux-iio@vger.kernel.org, nuno.sa@analog.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, joshua.crofts1@gmail.com
Subject: Re: [PATCH v2 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver
Date: Thu, 2 Jul 2026 02:43:51 +0100 [thread overview]
Message-ID: <20260702024351.101fe3bd@jic23-huawei> (raw)
In-Reply-To: <0ca506a8-29d1-4514-b4bf-296fbf547513@baylibre.com>
On Tue, 23 Jun 2026 16:04:13 -0500
David Lechner <dlechner@baylibre.com> wrote:
> On 6/23/26 10:55 AM, Md Shofiqul Islam wrote:
> > The MAX86150 (Maxim/Analog Devices) combines two PPG optical channels
> > (Red/IR LED) and one ECG biopotential channel in a single I2C device.
> > Data is produced at up to 3200 Hz and buffered in a 32-entry hardware
> > FIFO with a configurable almost-full interrupt.
> >
> > This series adds:
> > 1. DT binding YAML schema for maxim,max86150
> > 2. IIO driver with triggered buffer support
> > 3. MAINTAINERS entry
> >
> > Changes in v2 (addressing Sashiko AI review, Joshua Crofts, Krzysztof Kozlowski):
> Please don't send revisions in reply to previous series. It breaks
> many workflows and tools that expect each series to be it's own
> message thread.
>
> Also, when submitting a series for a new driver, please wait at
> least one week to gather feedback before sending the next revision.
>
>
One more thing - if you send a new version (e.g v3 here) without
anyone having reviewed, reply yourself to the previous version to
say what was wrong!
Jonathan
>
>
next prev parent reply other threads:[~2026-07-02 1:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-23 14:01 [PATCH 0/1] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 14:01 ` [PATCH 1/1] " Md Shofiqul Islam
2026-06-23 14:38 ` Joshua Crofts
2026-06-23 15:38 ` Krzysztof Kozlowski
2026-06-30 16:52 ` Uwe Kleine-König
2026-06-23 15:55 ` [PATCH v2 0/3] " Md Shofiqul Islam
2026-06-23 15:55 ` [PATCH v2 1/3] dt-bindings: iio: health: add maxim,max86150 Md Shofiqul Islam
2026-06-23 15:55 ` [PATCH v2 2/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 15:55 ` [PATCH v2 3/3] MAINTAINERS: add entry for MAX86150 IIO health driver Md Shofiqul Islam
2026-06-23 17:45 ` [PATCH v4 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 17:45 ` [PATCH v4 1/3] dt-bindings: iio: health: add maxim,max86150 Md Shofiqul Islam
2026-06-23 17:45 ` [PATCH v4 2/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 20:52 ` Andy Shevchenko
2026-06-23 17:46 ` [PATCH v4 3/3] MAINTAINERS: add entry for MAX86150 IIO health driver Md Shofiqul Islam
2026-06-23 20:11 ` [PATCH v5 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 20:11 ` [PATCH v5 1/3] dt-bindings: iio: health: add adi,max86150 Md Shofiqul Islam
2026-06-25 6:33 ` Krzysztof Kozlowski
2026-07-02 2:58 ` Jonathan Cameron
2026-06-23 20:11 ` [PATCH v5 2/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-07-02 3:42 ` Jonathan Cameron
2026-06-23 20:11 ` [PATCH v5 3/3] MAINTAINERS: add entry for MAX86150 IIO health driver Md Shofiqul Islam
2026-06-24 6:22 ` Krzysztof Kozlowski
2026-06-24 6:53 ` Joshua Crofts
2026-07-02 1:41 ` [PATCH v5 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver Jonathan Cameron
2026-06-23 21:04 ` [PATCH v2 " David Lechner
2026-07-02 1:43 ` Jonathan Cameron [this message]
2026-06-23 16:43 ` [PATCH v3 " Md Shofiqul Islam
2026-06-23 16:43 ` [PATCH v3 1/3] dt-bindings: iio: health: add maxim,max86150 Md Shofiqul Islam
2026-06-23 17:53 ` Conor Dooley
2026-06-23 16:43 ` [PATCH v3 2/3] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-06-23 16:43 ` [PATCH v3 3/3] MAINTAINERS: add entry for MAX86150 IIO health driver Md Shofiqul Islam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260702024351.101fe3bd@jic23-huawei \
--to=jic23@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=joshua.crofts1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
--cc=shofiqtest@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox