public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Cc: "Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Jacopo Mondi" <jacopo@jmondi.org>,
	"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
	"Hans Verkuil" <hverkuil-cisco@xs4all.nl>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Biju Das" <biju.das.jz@bp.renesas.com>,
	"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v5 4/4] media: platform: Add Renesas RZ/G2L CRU driver
Date: Tue, 22 Nov 2022 19:31:00 +0000	[thread overview]
Message-ID: <Y30jdErgPI223eoM@paasikivi.fi.intel.com> (raw)
In-Reply-To: <CA+V-a8u9QS6Wk8SSmmJheHmtRiUWyOpv9DDJO6qDR8viz1Wp7A@mail.gmail.com>

Hi Prabhakar,

On Tue, Nov 22, 2022 at 10:26:28AM +0000, Lad, Prabhakar wrote:
> Hi Sakari,
> 
> On Tue, Nov 22, 2022 at 9:38 AM Sakari Ailus
> <sakari.ailus@linux.intel.com> wrote:
> >
> > Hi Prabhakar,
> >
> > On Wed, Nov 02, 2022 at 12:43:29AM +0000, Prabhakar wrote:
> > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > >
> > > Add v4l driver for Renesas RZ/G2L Camera data Receiving Unit.
> > >
> > > Based on a patch in the BSP by Hien Huynh
> > > <hien.huynh.px@renesas.com>
> > >
> > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Laurent's comment arrive a little late but the patch does not compile
> > against the media tree anymore. The argument of the media_pipeline_start()
> > and media_pipeline_stop() is now a pad, not an entity. See what the changes
> > look like in other drivers (the commit id is
> > 12cecbf9150f67b0ce7d88bc2e243e67637726c2).
> >
> I'll go through them soon, when do you plan to close the v6.2 window?
> 
> > I'll still take the DT binding patches.
> >
> Or maybe we could wait and get them alongside the drivers?

Can you send a new version by tomorrow morning (Finnish time)? The needed
changes didn't seem too complicated, I wouldn't want to delay my PR much
later as chances slipping to 6.3 will increase.

-- 
Kind regards,

Sakari Ailus

  reply	other threads:[~2022-11-22 19:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-02  0:43 [PATCH v5 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC Prabhakar
2022-11-02  0:43 ` [PATCH v5 1/4] media: dt-bindings: Document Renesas RZ/G2L CSI-2 block Prabhakar
2022-11-02  0:43 ` [PATCH v5 2/4] media: dt-bindings: Document Renesas RZ/G2L CRU block Prabhakar
2022-11-02  0:43 ` [PATCH v5 3/4] media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driver Prabhakar
2022-11-22  1:15   ` Laurent Pinchart
2022-11-22 17:42     ` Lad, Prabhakar
2022-11-22 18:40       ` Laurent Pinchart
2022-11-02  0:43 ` [PATCH v5 4/4] media: platform: Add Renesas RZ/G2L CRU driver Prabhakar
2022-11-22  2:00   ` Laurent Pinchart
2022-11-22 20:28     ` Lad, Prabhakar
2022-11-23  0:15       ` Lad, Prabhakar
2022-11-22  9:38   ` Sakari Ailus
2022-11-22 10:26     ` Lad, Prabhakar
2022-11-22 19:31       ` Sakari Ailus [this message]
2022-11-22 21:17         ` Lad, Prabhakar
2022-11-18 16:06 ` [PATCH v5 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC Lad, Prabhakar

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=Y30jdErgPI223eoM@paasikivi.fi.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=jacopo@jmondi.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=niklas.soderlund@ragnatech.se \
    --cc=p.zabel@pengutronix.de \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox