All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: nxp: imx8-isi: fix streaming cleanup on release
@ 2025-08-13 21:24 Laurent Pinchart
  2025-08-13 21:24 ` [PATCH v2 1/2] media: nxp: imx8-isi: Fix " Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Laurent Pinchart @ 2025-08-13 21:24 UTC (permalink / raw)
  To: linux-media
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Richard Leitner, imx

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.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-13 22:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.