From: Shawn Guo <shawnguo@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>,
devicetree@vger.kernel.org, linux@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support
Date: Mon, 25 Sep 2023 08:20:17 +0800 [thread overview]
Message-ID: <20230925002017.GS7231@dragon> (raw)
In-Reply-To: <20230822120804.717592-1-alexander.stein@ew.tq-group.com>
On Tue, Aug 22, 2023 at 02:07:59PM +0200, Alexander Stein wrote:
> Hi,
>
> this series adds LVDS support using a standard, but exchangable, display on the
> starter kit mainboard MBa8Mx. It is split into 5 patches where the 1st adds the
> necessary DT nodes for LVDS while the following 3 patches add the overlay for
> the actual support for tianma tm070jvhg33 display on each platform.
> The last one enable the necessary driver options in defconfig.
> Thanks for the feedback on v1.
>
> Changes in v2:
> * Moved common settings to mba8mx.dtsi
> * Added DT overlays for TQMa8Mx and TQMa8MxNL platforms
> * Renamed DT overlay files using the panel name
> * Unified commit message
> * Removed tailing 0 in DT node name
> * Replaced undersorces in DT node names with dashes
>
> Thanks and best regards,
> Alexander
>
> Alexander Stein (5):
> arm64: dts: mba8mx: Add DSI-LVDS bridge nodes
> arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay
> arm64: dts: imx8mn-tqma8mqnl-mba8mx: Add LVDS overlay
> arm64: dts: imx8mq-tqma8mq-mba8mx: Add LVDS overlay
> arm64: defconfig: Enable Samsung DSIM driver
Applied all, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>,
devicetree@vger.kernel.org, linux@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support
Date: Mon, 25 Sep 2023 08:20:17 +0800 [thread overview]
Message-ID: <20230925002017.GS7231@dragon> (raw)
In-Reply-To: <20230822120804.717592-1-alexander.stein@ew.tq-group.com>
On Tue, Aug 22, 2023 at 02:07:59PM +0200, Alexander Stein wrote:
> Hi,
>
> this series adds LVDS support using a standard, but exchangable, display on the
> starter kit mainboard MBa8Mx. It is split into 5 patches where the 1st adds the
> necessary DT nodes for LVDS while the following 3 patches add the overlay for
> the actual support for tianma tm070jvhg33 display on each platform.
> The last one enable the necessary driver options in defconfig.
> Thanks for the feedback on v1.
>
> Changes in v2:
> * Moved common settings to mba8mx.dtsi
> * Added DT overlays for TQMa8Mx and TQMa8MxNL platforms
> * Renamed DT overlay files using the panel name
> * Unified commit message
> * Removed tailing 0 in DT node name
> * Replaced undersorces in DT node names with dashes
>
> Thanks and best regards,
> Alexander
>
> Alexander Stein (5):
> arm64: dts: mba8mx: Add DSI-LVDS bridge nodes
> arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay
> arm64: dts: imx8mn-tqma8mqnl-mba8mx: Add LVDS overlay
> arm64: dts: imx8mq-tqma8mq-mba8mx: Add LVDS overlay
> arm64: defconfig: Enable Samsung DSIM driver
Applied all, thanks!
next prev parent reply other threads:[~2023-09-25 0:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 12:07 [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support Alexander Stein
2023-08-22 12:07 ` Alexander Stein
2023-08-22 12:08 ` [PATCH v2 1/5] arm64: dts: mba8mx: Add DSI-LVDS bridge nodes Alexander Stein
2023-08-22 12:08 ` Alexander Stein
2023-08-22 12:08 ` [PATCH v2 2/5] arm64: dts: imx8mm-tqma8mqml-mba8mx: Add LVDS overlay Alexander Stein
2023-08-22 12:08 ` Alexander Stein
2023-08-22 12:08 ` [PATCH v2 3/5] arm64: dts: imx8mn-tqma8mqnl-mba8mx: " Alexander Stein
2023-08-22 12:08 ` Alexander Stein
2023-08-22 12:08 ` [PATCH v2 4/5] arm64: dts: imx8mq-tqma8mq-mba8mx: " Alexander Stein
2023-08-22 12:08 ` Alexander Stein
2023-08-22 12:08 ` [PATCH v2 5/5] arm64: defconfig: Enable Samsung DSIM driver Alexander Stein
2023-08-22 12:08 ` Alexander Stein
2023-09-25 0:20 ` Shawn Guo [this message]
2023-09-25 0:20 ` [PATCH v2 0/5] TQMa8Mx/TQMa8MxML/TQMa8MxNL LVDS support Shawn Guo
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=20230925002017.GS7231@dragon \
--to=shawnguo@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux@ew.tq-group.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--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 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.