[PATCH v2 0/3] media: imx-csi: cleanup media pipeline start

Michael Tretter m.tretter at pengutronix.de
Mon May 4 04:11:01 PDT 2026


Hi Frank,

On Thu, 09 Apr 2026 19:17:41 +0200, Michael Tretter wrote:
> On Mon, 30 Mar 2026 10:38:44 -0400, Frank Li wrote:
> > On Mon, Mar 30, 2026 at 10:49:22AM +0200, Michael Tretter wrote:
> > > Hi Hans,
> > >
> > > On Fri, 23 Jan 2026 17:57:23 +0100, Michael Tretter wrote:
> > > > On Thu, 18 Dec 2025 10:23:48 +0100, Michael Tretter wrote:
> > > > > The imx media device currently assumes that there is only a single media
> > > > > pipeline. However, the media graph has multiple imx capture devices.
> > > > > These may be started separately on media pipelines if they don't cause
> > > > > conflicts in the media graph.
> > > > >
> > > > > Move the media pipeline from the media device to the capture devices to
> > > > > properly track and handle multiple media pipelines for the imx-csi.
> > > > > Refactor the code to start the media pipeline from the driver to help
> > > > > the reader.
> > > >
> > >
> > > Could you take a look and apply this series for the imx-media driver,
> > > too? The patches are already reviewed by Frank Li and Philipp Zabel.
> > 
> > Sorry, I will take care imx's stage driver. I already sent pull-request,
> > which included your other two patches.
> 
> Thanks for taking care! I found the other two patches in the
> media-committers repository.

Ping. Would it be possible to include this series in the pull request
for Linux v7.2?

I couldn't find the patches neither in media nor in media-committers.

Michael

> > > >
> > > > >
> > > > > Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
> > > > > ---
> > > > > Changes in v2:
> > > > > - Improve code readability in Patch 2
> > > > > - Update commit message of Patch 3 as suggested by Frank Li
> > > > > - Link to v1: https://patch.msgid.link/20251107-media-imx-cleanup-v1-0-f82a693c28f4@pengutronix.de
> > > > >
> > > > > ---
> > > > > Michael Tretter (3):
> > > > >       media: imx-csi: move media_pipeline to video device
> > > > >       media: imx-csi: explicitly start media pipeline on pad 0
> > > > >       media: imx-csi: use media_pad_is_streaming helper
> > > > >
> > > > >  drivers/staging/media/imx/imx-media-capture.c |  8 ++++----
> > > > >  drivers/staging/media/imx/imx-media-utils.c   | 12 ++++++++----
> > > > >  drivers/staging/media/imx/imx-media.h         |  7 ++++---
> > > > >  3 files changed, 16 insertions(+), 11 deletions(-)
> > > > > ---
> > > > > base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> > > > > change-id: 20251107-media-imx-cleanup-9022d941ae44



More information about the linux-arm-kernel mailing list