From: Wei Xu <xuwei5@hisilicon.com>
To: Zhen Lei <thunder.leizhen@huawei.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree <devicetree@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64
Date: Wed, 25 Nov 2020 10:21:55 +0800 [thread overview]
Message-ID: <5FBDBFC3.60205@hisilicon.com> (raw)
In-Reply-To: <20201012131739.1655-1-thunder.leizhen@huawei.com>
Hi Zhen,
On 2020/10/12 21:17, Zhen Lei wrote:
> These patches are based on the latest linux-next. Because some txt files have
> not converted to DT schema, so a lot of errors can not be fixed now. This time,
> only some obvious errors are cleared.
>
> Zhen Lei (11):
> arm64: dts: hisilicon: normalize the node name of the ITS devices
> arm64: dts: hisilicon: separate each group of data in the property
> "reg"
> arm64: dts: hisilicon: write the values of property-units into a
> uint32 array
> arm64: dts: hisilicon: remove unused property pinctrl-names
> arm64: dts: hisilicon: place clock-names "biu" before "ciu"
> arm64: dts: hisilicon: normalize the node name of the SMMU devices
> arm64: dts: hisilicon: normalize the node name of the usb devices
> arm64: dts: hisilicon: normalize the node name of the UART devices
> arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml
> arm64: dts: hisilicon: list all clocks required by pl011.yaml
> arm64: dts: hisilicon: list all clocks required by
> snps-dw-apb-uart.yaml
>
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 11 +-
> arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 5 +-
> arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 27 ++--
> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 4 +-
> arch/arm64/boot/dts/hisilicon/hip05.dtsi | 20 +--
> arch/arm64/boot/dts/hisilicon/hip06.dtsi | 14 +-
> arch/arm64/boot/dts/hisilicon/hip07.dtsi | 178 ++++++++++++-------------
> 7 files changed, 129 insertions(+), 130 deletions(-)
>
Thanks!
Series applied to the hisilicon arm64 dt tree.
Best Regards,
Wei
_______________________________________________
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: Wei Xu <xuwei5@hisilicon.com>
To: Zhen Lei <thunder.leizhen@huawei.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree <devicetree@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64
Date: Wed, 25 Nov 2020 10:21:55 +0800 [thread overview]
Message-ID: <5FBDBFC3.60205@hisilicon.com> (raw)
In-Reply-To: <20201012131739.1655-1-thunder.leizhen@huawei.com>
Hi Zhen,
On 2020/10/12 21:17, Zhen Lei wrote:
> These patches are based on the latest linux-next. Because some txt files have
> not converted to DT schema, so a lot of errors can not be fixed now. This time,
> only some obvious errors are cleared.
>
> Zhen Lei (11):
> arm64: dts: hisilicon: normalize the node name of the ITS devices
> arm64: dts: hisilicon: separate each group of data in the property
> "reg"
> arm64: dts: hisilicon: write the values of property-units into a
> uint32 array
> arm64: dts: hisilicon: remove unused property pinctrl-names
> arm64: dts: hisilicon: place clock-names "biu" before "ciu"
> arm64: dts: hisilicon: normalize the node name of the SMMU devices
> arm64: dts: hisilicon: normalize the node name of the usb devices
> arm64: dts: hisilicon: normalize the node name of the UART devices
> arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml
> arm64: dts: hisilicon: list all clocks required by pl011.yaml
> arm64: dts: hisilicon: list all clocks required by
> snps-dw-apb-uart.yaml
>
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 11 +-
> arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 5 +-
> arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 27 ++--
> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 4 +-
> arch/arm64/boot/dts/hisilicon/hip05.dtsi | 20 +--
> arch/arm64/boot/dts/hisilicon/hip06.dtsi | 14 +-
> arch/arm64/boot/dts/hisilicon/hip07.dtsi | 178 ++++++++++++-------------
> 7 files changed, 129 insertions(+), 130 deletions(-)
>
Thanks!
Series applied to the hisilicon arm64 dt tree.
Best Regards,
Wei
next prev parent reply other threads:[~2020-11-25 2:22 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 13:17 [PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64 Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 01/11] arm64: dts: hisilicon: normalize the node name of the ITS devices Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 02/11] arm64: dts: hisilicon: separate each group of data in the property "reg" Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 03/11] arm64: dts: hisilicon: write the values of property-units into a uint32 array Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 04/11] arm64: dts: hisilicon: remove unused property pinctrl-names Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 05/11] arm64: dts: hisilicon: place clock-names "biu" before "ciu" Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 06/11] arm64: dts: hisilicon: normalize the node name of the SMMU devices Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 07/11] arm64: dts: hisilicon: normalize the node name of the usb devices Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 08/11] arm64: dts: hisilicon: normalize the node name of the UART devices Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 09/11] arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 10/11] arm64: dts: hisilicon: list all clocks required by pl011.yaml Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-10-12 13:17 ` [PATCH 11/11] arm64: dts: hisilicon: list all clocks required by snps-dw-apb-uart.yaml Zhen Lei
2020-10-12 13:17 ` Zhen Lei
2020-11-25 2:21 ` Wei Xu [this message]
2020-11-25 2:21 ` [PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64 Wei Xu
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=5FBDBFC3.60205@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=thunder.leizhen@huawei.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.