From: Shawn Guo <shawnguo@kernel.org>
To: Sherry Sun <sherry.sun@nxp.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com,
shenwei.wang@nxp.com, gregkh@linuxfoundation.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-imx@nxp.com
Subject: Re: [PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93
Date: Tue, 18 Jul 2023 11:40:31 +0800 [thread overview]
Message-ID: <20230718034031.GH9559@dragon> (raw)
In-Reply-To: <20230705015602.29569-1-sherry.sun@nxp.com>
On Wed, Jul 05, 2023 at 09:55:59AM +0800, Sherry Sun wrote:
> This patch set corrects the lpuart compatible for imx8dxl and imx93 platforms,
> also correct the corresponding fsl-lpuart dt-binding doc.
>
> ---
> Changes in V4
> 1. add Reviewed-by tag for patch#3
>
> Changes in V3
> 1. remove the redundant fsl,imx8ulp-lpuart entry in patch#3
> 2. change const to enum for better readability in patch#3
>
> Changes in V2
> 1. drop the imx8ulp dts changes in last version patch set
> 2. add both "fsl,imx8ulp-lpuart" and "fsl,imx7ulp-lpuart" for imx93
> 3. correct the dt-bindings for imx93 lpuart compatible
> ---
>
> Sherry Sun (3):
> arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for
> imx8dxl
> arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93
> dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item
I've already picked up two DTS patches from v3. The dt-bindings one
needs to go via serial subsystem tree.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Sherry Sun <sherry.sun@nxp.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com,
shenwei.wang@nxp.com, gregkh@linuxfoundation.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de, linux-serial@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-imx@nxp.com
Subject: Re: [PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93
Date: Tue, 18 Jul 2023 11:40:31 +0800 [thread overview]
Message-ID: <20230718034031.GH9559@dragon> (raw)
In-Reply-To: <20230705015602.29569-1-sherry.sun@nxp.com>
On Wed, Jul 05, 2023 at 09:55:59AM +0800, Sherry Sun wrote:
> This patch set corrects the lpuart compatible for imx8dxl and imx93 platforms,
> also correct the corresponding fsl-lpuart dt-binding doc.
>
> ---
> Changes in V4
> 1. add Reviewed-by tag for patch#3
>
> Changes in V3
> 1. remove the redundant fsl,imx8ulp-lpuart entry in patch#3
> 2. change const to enum for better readability in patch#3
>
> Changes in V2
> 1. drop the imx8ulp dts changes in last version patch set
> 2. add both "fsl,imx8ulp-lpuart" and "fsl,imx7ulp-lpuart" for imx93
> 3. correct the dt-bindings for imx93 lpuart compatible
> ---
>
> Sherry Sun (3):
> arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for
> imx8dxl
> arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93
> dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item
I've already picked up two DTS patches from v3. The dt-bindings one
needs to go via serial subsystem tree.
Shawn
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-07-18 3:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-05 1:55 [PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93 Sherry Sun
2023-07-05 1:55 ` Sherry Sun
2023-07-05 1:56 ` [PATCH V4 1/3] arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for imx8dxl Sherry Sun
2023-07-05 1:56 ` Sherry Sun
2023-07-05 1:56 ` [PATCH V4 2/3] arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93 Sherry Sun
2023-07-05 1:56 ` Sherry Sun
2023-07-05 1:56 ` [PATCH V4 3/3] dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item Sherry Sun
2023-07-05 1:56 ` Sherry Sun
2023-07-18 3:40 ` Shawn Guo [this message]
2023-07-18 3:40 ` [PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93 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=20230718034031.GH9559@dragon \
--to=shawnguo@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shenwei.wang@nxp.com \
--cc=sherry.sun@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 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.