All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: Shawn Guo <shawnguo@kernel.org>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dafna.hirschfeld@collabora.com, devicetree@vger.kernel.org,
	 festevam@gmail.com, kernel@pengutronix.de, kernel@puri.sm,
	krzk@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-imx@nxp.com,  linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org,  linux-staging@lists.linux.dev,
	m.felsch@pengutronix.de, mchehab@kernel.org,
	phone-devel@vger.kernel.org, robh@kernel.org,
	slongerbeam@gmail.com, Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
Date: Wed, 04 Aug 2021 11:56:14 +0200	[thread overview]
Message-ID: <bf02db8325bb799a861ff7a924ab4d7d5b1df0cc.camel@puri.sm> (raw)
In-Reply-To: <20210804093125.GE30984@dragon>

Am Mittwoch, dem 04.08.2021 um 17:31 +0800 schrieb Shawn Guo:
> On Wed, Jul 28, 2021 at 04:32:45PM +0300, Laurent Pinchart wrote:
> > Hi Martin,
> > 
> > On Wed, Jul 28, 2021 at 11:12:42AM +0200, Martin Kepplinger wrote:
> > > hi,
> > > 
> > > This patch series adds a driver for the i.MX8MQ CSI MIPI receiver
> > > / controller.
> > > 
> > > It includes the driver, the dt-bindings and the DT addition to
> > > the SoC dtsi.
> > > I test it using libcamera. Thanks to Laurent who helped a lot.
> > > I'm happy for
> > > any feedback,
> > 
> > Thank you for the series. I've submitted a pull request that
> > contains
> > patches 1/3 and 2/3.
> > 
> > Shawn, Sascha, how would you like to handle 3/3 ?
> 
> I picked up the 3/3 in v9, which I think is identical to this
> version.
> Otherwise, please let me know.
> 
> Shawn

it's identical, yes. thank you very much,

                       martin


WARNING: multiple messages have this Message-ID (diff)
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: Shawn Guo <shawnguo@kernel.org>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dafna.hirschfeld@collabora.com, devicetree@vger.kernel.org,
	 festevam@gmail.com, kernel@pengutronix.de, kernel@puri.sm,
	krzk@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-imx@nxp.com,  linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org,  linux-staging@lists.linux.dev,
	m.felsch@pengutronix.de, mchehab@kernel.org,
	phone-devel@vger.kernel.org, robh@kernel.org,
	slongerbeam@gmail.com, Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
Date: Wed, 04 Aug 2021 11:56:14 +0200	[thread overview]
Message-ID: <bf02db8325bb799a861ff7a924ab4d7d5b1df0cc.camel@puri.sm> (raw)
In-Reply-To: <20210804093125.GE30984@dragon>

Am Mittwoch, dem 04.08.2021 um 17:31 +0800 schrieb Shawn Guo:
> On Wed, Jul 28, 2021 at 04:32:45PM +0300, Laurent Pinchart wrote:
> > Hi Martin,
> > 
> > On Wed, Jul 28, 2021 at 11:12:42AM +0200, Martin Kepplinger wrote:
> > > hi,
> > > 
> > > This patch series adds a driver for the i.MX8MQ CSI MIPI receiver
> > > / controller.
> > > 
> > > It includes the driver, the dt-bindings and the DT addition to
> > > the SoC dtsi.
> > > I test it using libcamera. Thanks to Laurent who helped a lot.
> > > I'm happy for
> > > any feedback,
> > 
> > Thank you for the series. I've submitted a pull request that
> > contains
> > patches 1/3 and 2/3.
> > 
> > Shawn, Sascha, how would you like to handle 3/3 ?
> 
> I picked up the 3/3 in v9, which I think is identical to this
> version.
> Otherwise, please let me know.
> 
> Shawn

it's identical, yes. thank you very much,

                       martin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-08-04  9:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-28  9:12 [PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX Martin Kepplinger
2021-07-28  9:12 ` Martin Kepplinger
2021-07-28  9:12 ` [PATCH v10 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller Martin Kepplinger
2021-07-28  9:12   ` [PATCH v10 1/3] dt-bindings: media: document the nxp, imx8mq-mipi-csi2 " Martin Kepplinger
2021-07-28  9:12 ` [PATCH v10 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx " Martin Kepplinger
2021-07-28  9:12   ` Martin Kepplinger
2021-07-28  9:12 ` [PATCH v10 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions Martin Kepplinger
2021-07-28  9:12   ` Martin Kepplinger
2021-07-28 13:32 ` [PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX Laurent Pinchart
2021-07-28 13:32   ` Laurent Pinchart
2021-08-04  9:31   ` Shawn Guo
2021-08-04  9:31     ` Shawn Guo
2021-08-04  9:56     ` Martin Kepplinger [this message]
2021-08-04  9:56       ` Martin Kepplinger
2021-08-04  9:56       ` Martin Kepplinger

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=bf02db8325bb799a861ff7a924ab4d7d5b1df0cc.camel@puri.sm \
    --to=martin.kepplinger@puri.sm \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kernel@puri.sm \
    --cc=krzk@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=m.felsch@pengutronix.de \
    --cc=mchehab@kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=slongerbeam@gmail.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.