All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siratul Islam <siratul.islam@linux.dev>
To: Md Shofiqul Islam <shofiqtest@gmail.com>
Cc: jic23@kernel.org, devicetree@vger.kernel.org, robh@kernel.org,
	 krzk+dt@kernel.org, conor+dt@kernel.org,
	andriy.shevchenko@intel.com,  u.kleine-koenig@baylibre.com,
	joshua.crofts1@gmail.com, nuno.sa@analog.com,
	Michael.Hennerich@analog.com, dlechner@baylibre.com,
	linux@analog.com,  linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v10 0/2] iio: health: add MAX86150 ECG and PPG biosensor driver
Date: Sat, 18 Jul 2026 14:36:02 +0600	[thread overview]
Message-ID: <cb8eb38462312fa6c09ccea6fdc9c20d7cf11831.camel@linux.dev> (raw)
In-Reply-To: <20260717201138.1078019-1-shofiqtest@gmail.com>

On Fri, 2026-07-17 at 23:11 +0300, Md Shofiqul Islam wrote:
> Sorry for the long gap since v9. Between then and now the driver's
> buffer implementation was rewritten from the kfifo-based design onto
> the standard IIO hardware-trigger and triggered-buffer framework, and
> I read through every open comment from every reviewer before sending
> this rather than sending again too quickly.
> 
...
> 
> Changes since v9:
> - Rewrote the buffer implementation around devm_iio_trigger_alloc() +
>   devm_iio_triggered_buffer_setup() instead of the kfifo buffer and
>   manual postenable/predisable pair. The hard-irq handler now only
>   reads and clears INT_STATUS1 before calling iio_trigger_poll();
>   the threaded trigger handler does the FIFO drain. This relies on
>   the trigger core's own attach/detach synchronization instead of an
>   explicit iio_buffer_enabled() guard or synchronize_irq(), which the
>   old design needed to avoid a NULL active_scan_mask race on teardown
>   (Sashiko, both HIGH severity findings)
> 
...
> 
> --
> 2.51.1

Not sure if it was said already, but please include change log from older versions too. 
You could keep the description short, and include Links to each version as well. It is 
difficult to hunt them down one by one from lore.

Also, don't send "To" a list. send your patches to Maintainers and 
Cc Reviewers and lists.

--
Best regards,
Sirat

      parent reply	other threads:[~2026-07-18  8:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17 20:11 [PATCH v10 0/2] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-07-17 20:11 ` [PATCH v10 1/2] dt-bindings: iio: health: add adi,max86150 Md Shofiqul Islam
2026-07-17 20:20   ` sashiko-bot
2026-07-17 20:11 ` [PATCH v10 2/2] iio: health: add MAX86150 ECG and PPG biosensor driver Md Shofiqul Islam
2026-07-17 20:30   ` sashiko-bot
2026-07-18  6:54   ` Andy Shevchenko
2026-07-18  6:56     ` Andy Shevchenko
2026-07-18  8:36 ` Siratul Islam [this message]

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=cb8eb38462312fa6c09ccea6fdc9c20d7cf11831.camel@linux.dev \
    --to=siratul.islam@linux.dev \
    --cc=Michael.Hennerich@analog.com \
    --cc=andriy.shevchenko@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=jic23@kernel.org \
    --cc=joshua.crofts1@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@analog.com \
    --cc=nuno.sa@analog.com \
    --cc=robh@kernel.org \
    --cc=shofiqtest@gmail.com \
    --cc=u.kleine-koenig@baylibre.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.