From: guoniu.zhou@oss.nxp.com
To: linux-media@vger.kernel.org, linux-imx@nxp.com,
devicetree@vger.kernel.org
Cc: laurent.pinchart@ideasonboard.com, mchehab@kernel.org,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, xavier.roumegue@oss.nxp.com,
kernel@pengutronix.de, jacopo.mondi@ideasonboard.com,
sakari.ailus@linux.intel.com
Subject: [PATCH v5 0/3] add ISI support for iMX93
Date: Thu, 29 Jun 2023 09:36:18 +0800 [thread overview]
Message-ID: <20230629013621.2388121-1-guoniu.zhou@oss.nxp.com> (raw)
From: "Guoniu.zhou" <guoniu.zhou@nxp.com>
NXP i.MX93 family almost reuse ISI IP from i.MX8M family, so add
it support in current ISI driver
Changes in version 5:
- Add back some header files removed in version 4
- Refine some comments placement to make code more clearly
Changes in version 4:
- Update commit message to explain why need to move gasket ops to a structure
- Remove some redundant and unused header files
- Move gasket ops structure variable to imx8-isi-gasket.c and export them by extern
- Drop some check
Changes in version 3:
- Split [PATCH v2 2/2] into two patches, one create a separate file to
store gasket operation and the other to add ISI support for i.MX93.
- Drop some debug message in gasket operation.
- Merge .gasket_enable and .gasket_config to .gasket_enable
- Drop some dead code
- Some other small updates
Changes in version 2:
- Remove two patches which used to rename imx8 to imx.
[PATCH 1/4] media: dt-bindings: media: rename nxp,imx8-isi.yaml to nxp,imx-isi.yaml
[PATCH 2/4] media: nxp: rename imx8-isi to imx-isi and remove reference to i.MX8
- Modify commit log to more accurately match its goal.
- Remove redundant "media" in patch subject.
Guoniu.zhou (3):
media: dt-bindings: nxp,imx8-isi: add i.MX93 ISI compatible string
media: nxp: imx8-isi: move i.MX8 gasket configuration to an ops
structure
media: nxp: imx8-isi: add ISI support for i.MX93
.../bindings/media/nxp,imx8-isi.yaml | 5 +-
drivers/media/platform/nxp/imx8-isi/Makefile | 4 +-
.../platform/nxp/imx8-isi/imx8-isi-core.c | 21 ++++-
.../platform/nxp/imx8-isi/imx8-isi-core.h | 14 ++-
.../platform/nxp/imx8-isi/imx8-isi-crossbar.c | 36 ++------
.../platform/nxp/imx8-isi/imx8-isi-gasket.c | 85 +++++++++++++++++++
6 files changed, 128 insertions(+), 37 deletions(-)
create mode 100644 drivers/media/platform/nxp/imx8-isi/imx8-isi-gasket.c
--
2.37.1
next reply other threads:[~2023-06-29 1:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 1:36 guoniu.zhou [this message]
2023-06-29 1:36 ` [PATCH v5 1/3] media: dt-bindings: nxp,imx8-isi: add i.MX93 ISI compatible string guoniu.zhou
2023-06-29 1:36 ` [PATCH v5 2/3] media: nxp: imx8-isi: move i.MX8 gasket configuration to an ops structure guoniu.zhou
2023-07-27 21:41 ` Laurent Pinchart
2023-07-28 1:23 ` G.N. Zhou (OSS)
2023-06-29 1:36 ` [PATCH v5 3/3] media: nxp: imx8-isi: add ISI support for i.MX93 guoniu.zhou
2023-06-29 6:43 ` Alexander Stein
2023-06-29 7:07 ` G.N. Zhou (OSS)
2023-06-29 7:59 ` Alexander Stein
2023-06-29 8:23 ` G.N. Zhou (OSS)
2023-07-27 21:48 ` Laurent Pinchart
2023-07-28 1:23 ` G.N. Zhou (OSS)
2023-07-27 1:22 ` [PATCH v5 0/3] add ISI support for iMX93 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=20230629013621.2388121-1-guoniu.zhou@oss.nxp.com \
--to=guoniu.zhou@oss.nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jacopo.mondi@ideasonboard.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-imx@nxp.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=xavier.roumegue@oss.nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).