From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Frank Li <Frank.li@nxp.com>
Cc: "G.N. Zhou" <guoniu.zhou@nxp.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Alice Yuan <alice.yuan@nxp.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v2 0/5] media: imx91: Add ISI support
Date: Sun, 21 Sep 2025 19:07:04 +0300 [thread overview]
Message-ID: <20250921160704.GA29453@pendragon.ideasonboard.com> (raw)
In-Reply-To: <aM2AurOTxTB4raSg@lizhi-Precision-Tower-5810>
Hi Frank,
On Fri, Sep 19, 2025 at 12:11:38PM -0400, Frank Li wrote:
> On Fri, Sep 19, 2025 at 02:40:01AM +0000, G.N. Zhou wrote:
> > Hi,
> >
> > Could you help to please review the patches which I have submitted
> > some time back to linux media community and move forward driver part
> > if possible.
> >
> > Your feedback will be very appreciated. Thanks.
> >
> > Best Regards
> > G.N Zhou
> >
>
> Laurent Pinchart:
>
> Could you please consider pickup these patches? Consider these
> related simple changes, is my Reviewed-by enough?
I've completed a set of other reviews and will get to this patch series
in the upcoming week.
> > >
> > > Add ISI support for i.MX91 chip.
> > >
> > > The bellow patch refine code, no functions changed.
> > > media: nxp: imx8-isi: Simplify code by using helper macro
> > > media: nxp: imx8-isi: Reorder the platform data
> > >
> > > The bindings and driver patch for i.MX91 ISI.
> > > media: dt-bindings: nxp,imx8-isi: Add i.MX91 ISI compatible string
> > > media: nxp: imx8-isi: Add ISI support for i.MX91
> > >
> > > Add parallel camera input for i.MX93 ISI.
> > > media: nxp: imx8-isi: Add parallel camera input support
> > >
> > > Signed-off-by: Guoniu Zhou <guoniu.zhou@nxp.com>
> > > ---
> > > Changes in v2:
> > > - Update commit log in patch 5 to better describe why introduce it.
> > > - Include two header files in patch 2 since kernel test robot report build
> > > issue when arch is riscv and compiler is clang-22.
> > > #include <linux/bitfield.h>
> > > #include <linux/bits.h>
> > > - Link to v1: https://lore.kernel.org/all/20250827-isi_imx93-v1-0-
> > > 83e6b4b50c4d@nxp.com
> > >
> > > ---
> > > Alice Yuan (2):
> > > media: dt-bindings: nxp,imx8-isi: Add i.MX91 ISI compatible string
> > > media: nxp: imx8-isi: Add parallel camera input support
> > >
> > > Guoniu Zhou (3):
> > > media: nxp: imx8-isi: Simplify code by using helper macro
> > > media: nxp: imx8-isi: Reorder the platform data
> > > media: nxp: imx8-isi: Add ISI support for i.MX91
> > >
> > > .../devicetree/bindings/media/nxp,imx8-isi.yaml | 13 +++++-
> > > .../media/platform/nxp/imx8-isi/imx8-isi-core.c | 50 ++++++++++++++--------
> > > .../media/platform/nxp/imx8-isi/imx8-isi-core.h | 1 +
> > > .../media/platform/nxp/imx8-isi/imx8-isi-gasket.c | 18 ++++++--
> > > 4 files changed, 59 insertions(+), 23 deletions(-)
> > > ---
> > > base-commit: 603957ae903e81fb80d3788297c0f58a68802dfc
> > > change-id: 20250826-isi_imx93-4a59288b33e4
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2025-09-21 16:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-05 6:55 [PATCH v2 0/5] media: imx91: Add ISI support Guoniu Zhou
2025-09-05 6:55 ` [PATCH v2 1/5] media: dt-bindings: nxp,imx8-isi: Add i.MX91 ISI compatible string Guoniu Zhou
2025-09-21 22:10 ` Laurent Pinchart
2025-09-05 6:55 ` [PATCH v2 2/5] media: nxp: imx8-isi: Simplify code by using helper macro Guoniu Zhou
2025-09-21 22:13 ` Laurent Pinchart
2025-09-22 2:03 ` [EXT] " G.N. Zhou
2025-11-02 23:14 ` Laurent Pinchart
2025-11-03 2:03 ` G.N. Zhou
2025-09-05 6:56 ` [PATCH v2 3/5] media: nxp: imx8-isi: Add parallel camera input support Guoniu Zhou
2025-09-21 22:18 ` Laurent Pinchart
2025-09-22 2:16 ` [EXT] " G.N. Zhou
2025-09-05 6:56 ` [PATCH v2 4/5] media: nxp: imx8-isi: Reorder the platform data Guoniu Zhou
2025-09-21 22:20 ` Laurent Pinchart
2025-09-05 6:56 ` [PATCH v2 5/5] media: nxp: imx8-isi: Add ISI support for i.MX91 Guoniu Zhou
2025-09-21 22:27 ` Laurent Pinchart
2025-09-22 2:06 ` [EXT] " G.N. Zhou
2025-09-19 2:40 ` [PATCH v2 0/5] media: imx91: Add ISI support G.N. Zhou
2025-09-19 16:11 ` Frank Li
2025-09-21 16:07 ` Laurent Pinchart [this message]
2025-09-21 22:30 ` Laurent Pinchart
2025-09-22 2:10 ` [EXT] " G.N. Zhou
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=20250921160704.GA29453@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=Frank.li@nxp.com \
--cc=alice.yuan@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=guoniu.zhou@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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