From: "Sathyakam M" <sathya@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>
Cc: "'Kishon Vijay Abraham I'" <kishon@kernel.org>,
"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
"'Pankaj Kumar Dubey'" <pankaj.dubey@samsung.com>,
"'Alim Akhtar'" <alim.akhtar@samsung.com>,
"'Aswani Reddy'" <aswani.reddy@samsung.com>,
"'Andi Shyti'" <andi@etezian.org>,
"'Hans Verkuil'" <hverkuil-cisco@xs4all.nl>,
"'Ming Qian'" <ming.qian@nxp.com>,
"'Jacopo Mondi'" <jacopo@jmondi.org>,
"'Will Deacon'" <will@kernel.org>,
"'Shawn Guo'" <shawnguo@kernel.org>,
"'Marcel Ziswiler'" <marcel.ziswiler@toradex.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/5] media: add FSD MIPI-CSI2 Rx controller driver
Date: Wed, 23 Nov 2022 14:15:54 +0530 [thread overview]
Message-ID: <00c201d8ff18$01257680$03706380$@samsung.com> (raw)
In-Reply-To: <5ebc0bb2-55a0-eba3-6391-27e190c68b4f@linaro.org>
Hi Krzysztof,
Thank you for taking your time to review the patches.
> -----Original Message-----
> From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
> Sent: 21 November 2022 15:01
> To: Sathyakam M <sathya@samsung.com>
> Cc: Kishon Vijay Abraham I <kishon@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Pankaj Kumar Dubey
> <pankaj.dubey@samsung.com>; Alim Akhtar <alim.akhtar@samsung.com>;
> Aswani Reddy <aswani.reddy@samsung.com>; Andi Shyti
> <andi@etezian.org>; Hans Verkuil <hverkuil-cisco@xs4all.nl>; Ming Qian
> <ming.qian@nxp.com>; Jacopo Mondi <jacopo@jmondi.org>; Will Deacon
> <will@kernel.org>; Shawn Guo <shawnguo@kernel.org>; Marcel Ziswiler
> <marcel.ziswiler@toradex.com>; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Subject: Re: [PATCH 0/5] media: add FSD MIPI-CSI2 Rx controller driver
>
> On 20/11/2022 19:52, Sathyakam M wrote:
> > This patch series adds the V4L2 media driver for Tesla Full Self
> > Driving (FSD) SoC MIPI-CSI2 Rx controller.
> >
> > The controller is compliant to MIPI CSI2 v1.3 specification.
> > It receives images from camera sensors over the D-PHY interface.
> >
> > The D-PHY interface is compliant to MIPI D-PHY v1.2 specification. It
> > supports up to maximum of 4 data lanes.
> >
> > V4L2 user control is provided to set the desired number of data lanes.
> >
> > Maximum of up to 4 streams can be received simultaneously by one Rx
> > port. (Each streams identified by designated Virtual Channel
> > Identifier).
> >
> > The controller instances consist of port property describing the endpoints.
> > When combined with remote-endpoint property the driver instantiates
> > video device nodes using V4L2 async subdev methods.
> >
> > Streaming formats supported:
> > - YUV420
> > - RGB565, RGB666, RGB888
> > - RAW8, RAW10, RAW12
> > - JPEG
> >
> > The driver implementation is verified on FSD evaluation board.
> >
> > Thanks, Sathyakam
> >
> > Cc: Sathyakam M <sathya@samsung.com>,Vinod Koul <vkoul@kernel.org>
> > Cc: Kishon Vijay Abraham I <kishon@kernel.org>,Rob Herring
> > <robh+dt@kernel.org>
> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> > Cc: Pankaj Kumar Dubey <pankaj.dubey@samsung.com>,Mauro Carvalho
> > Chehab <mchehab@kernel.org>
> > Cc: Alim Akhtar <alim.akhtar@samsung.com>,Shashank Prashar
> > <s.prashar@samsung.com>
> > Cc: Aswani Reddy <aswani.reddy@samsung.com>,Chandrasekar R
> > <rcsekar@samsung.com>
> > Cc: Andi Shyti <andi@etezian.org>,Laurent Pinchart
> > <laurent.pinchart@ideasonboard.com>
> > Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>,Jernej Skrabec
> > <jernej.skrabec@gmail.com>
> > Cc: Ming Qian <ming.qian@nxp.com>,Dmitry Osipenko
> <digetx@gmail.com>
> > Cc: Jacopo Mondi <jacopo@jmondi.org>,Catalin Marinas
> > <catalin.marinas@arm.com>
> > Cc: Will Deacon <will@kernel.org>,Bjorn Andersson
> > <andersson@kernel.org>
> > Cc: Shawn Guo <shawnguo@kernel.org>,Arnd Bergmann
> <arnd@arndb.de>
> > Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,Mark Brown
> > <broonie@kernel.org>
> > Cc:
> > linux-arm-kernel@lists.infradead.org,linux-phy@lists.infradead.org,dev
> > icetree@vger.kernel.org
> > Cc: linux-kernel@vger.kernel.org,linux-media@vger.kernel.org
> >
> > Sathyakam M (5):
> > dt-bindings: phy: fsd: MIPI CSI2 Rx controller syscon node
> > media: dt-bindings: fsd: MIPI CSI2 Rx controller device nodes
> > arm64: dts: fsd: add device tree nodes for MIPI CSI2 Rx controller
> > media: fsd: add MIPI CSI2 Rx controller driver
>
> I did not get your patch #4. Don't Cc selectively.
Sorry for that. There was problem with sending the bundled patch set. I see that you got "[PATCH 4/5] media: fsd: add MIPI CSI2 Rx controller driver".
I will address the comments for the same.
>
> Best regards,
> Krzysztof
prev parent reply other threads:[~2022-11-23 8:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20221120184648epcas5p3e08766377944a2c5850f9600bf75cf8f@epcas5p3.samsung.com>
2022-11-20 18:52 ` [PATCH 0/5] media: add FSD MIPI-CSI2 Rx controller driver Sathyakam M
2022-11-21 4:53 ` [PATCH 4/5] media: fsd: add MIPI CSI2 " Sathyakam M
2022-11-21 11:05 ` Laurent Pinchart
2022-11-21 11:48 ` Krzysztof Kozlowski
2022-11-21 4:58 ` [PATCH 5/5] arm64: defconfig: enable FSD " Sathyakam M
2022-11-21 9:26 ` Krzysztof Kozlowski
2022-11-21 9:31 ` [PATCH 0/5] media: add FSD MIPI-CSI2 " Krzysztof Kozlowski
2022-11-23 8:45 ` Sathyakam M [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='00c201d8ff18$01257680$03706380$@samsung.com' \
--to=sathya@samsung.com \
--cc=alim.akhtar@samsung.com \
--cc=andi@etezian.org \
--cc=aswani.reddy@samsung.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jacopo@jmondi.org \
--cc=kishon@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel.ziswiler@toradex.com \
--cc=ming.qian@nxp.com \
--cc=pankaj.dubey@samsung.com \
--cc=shawnguo@kernel.org \
--cc=will@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