All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Richard Leitner <richard.leitner@linux.dev>
Cc: linux-media@vger.kernel.org, Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	imx@lists.linux.dev
Subject: Re: [PATCH v2 0/2] media: nxp: imx8-isi: fix streaming cleanup on release
Date: Thu, 14 Aug 2025 00:49:49 +0300	[thread overview]
Message-ID: <20250813214949.GA22835@pendragon.ideasonboard.com> (raw)
In-Reply-To: <5szbp7ae7sbfpzvfw73t2l5cwgd7i2hjmeljhmf4mxz32agwth@ycttzoi5ux46>

On Wed, Aug 13, 2025 at 11:46:03PM +0200, Richard Leitner wrote:
> Hi Laurent,
> 
> On Thu, Aug 14, 2025 at 12:24:49AM +0300, Laurent Pinchart wrote:
> > Hello,
> > 
> > This patch series fixes an issue initially reported by Richard in [1],
> > with a proposed fix. I've recommended an alternative approach, and gave
> > it a try.
> 
> Thanks for reviewing that patch of mine [1].
> And thank you for providing this alternative approach. It looks way
> cleaner now :-) I previously tought of a similar approach as yours,
> but then opted for the "less invasive" one. So again what learned for
> me. Thanks!
> 
> As I've never had such a situation and wasn't able to find something in
> the docs [2] about it: Do you need/want a Reviewed or Tested-By tag on
> patch 1/2 of this series? (Altough there's also a SoB from me before
> your Co-Developed tag)

Both tags are useful. Even if you're listes as the patch author, I've
made modifications, so your review and tests are valuable.

> [2] https://www.kernel.org/doc/html/latest/process/submitting-patches.html
> 
> regards;rl
> 
> > 
> > Patch 1/2 fixes streaming cleanup on release. Patch 2/2 then cleans up
> > the driver a bit by dropping an unneeded structure field.
> > 
> > The changes have been tested by opening and closing the video device
> > while streaming in another process. I have also tested suspend/resume
> > during streaming.
> > 
> > [1] https://lore.kernel.org/linux-media/20250709-imx8-isi-release-fix-v1-1-c47c659ce1a6@linux.dev/
> > 
> > Laurent Pinchart (1):
> >   media: nxp: imx8-isi: Drop mxc_isi_video.is_streaming field
> > 
> > Richard Leitner (1):
> >   media: nxp: imx8-isi: Fix streaming cleanup on release
> > 
> >  .../platform/nxp/imx8-isi/imx8-isi-core.h     |   3 +-
> >  .../platform/nxp/imx8-isi/imx8-isi-video.c    | 156 +++++++-----------
> >  2 files changed, 57 insertions(+), 102 deletions(-)
> > 
> > 
> > base-commit: 078f1a7eb48eef9b3cb78bcd2254356f3a332358

-- 
Regards,

Laurent Pinchart

      reply	other threads:[~2025-08-13 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-13 21:24 [PATCH v2 0/2] media: nxp: imx8-isi: fix streaming cleanup on release Laurent Pinchart
2025-08-13 21:24 ` [PATCH v2 1/2] media: nxp: imx8-isi: Fix " Laurent Pinchart
2025-08-13 22:38   ` Richard Leitner
2025-08-13 21:24 ` [PATCH v2 2/2] media: nxp: imx8-isi: Drop mxc_isi_video.is_streaming field Laurent Pinchart
2025-08-13 22:40   ` Richard Leitner
2025-08-13 21:46 ` [PATCH v2 0/2] media: nxp: imx8-isi: fix streaming cleanup on release Richard Leitner
2025-08-13 21:49   ` Laurent Pinchart [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=20250813214949.GA22835@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=linux-media@vger.kernel.org \
    --cc=richard.leitner@linux.dev \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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.