From: xuwei5@hisilicon.com (Wei Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes
Date: Tue, 15 Aug 2017 14:36:05 +0100 [thread overview]
Message-ID: <5992F8C5.1030109@hisilicon.com> (raw)
In-Reply-To: <20170814095049.27701-1-guodong.xu@linaro.org>
Hi Guodong,
On 2017/8/14 10:50, Guodong Xu wrote:
> This patchset adds more device nodes for hi3660 and hikey960, including:
> - cpu idle states
> - L2 cache
> - PMU
> - OP-TEE
> - reboot
> - pstore
> - DMA
> - watchdog
>
> Patch 7 fixes an issue in mmc nodes, by adding 'reset'
> Patch 8 change bluetooth uart max-speed to 3Mbps
>
> HiKey960 is one of 96boards. For details information about it, please
> refer to [1].
>
> ===
> Major changes in v3:
> - update commit message of patch 1, as suggested by Daniel Lezcano
> - add patch 10 for watchdog bindings
>
> Major changes in v2:
> - add patch 8 to change bluetooth uart max-speed to 3Mbps
> - add patch 9 for DMA node.
>
> [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
>
> Guodong Xu (4):
> arm64: dts: hikey960: Add support for syscon-reboot-mode
> arm64: dts: hikey960: Add pstore support
> arm64: dts: hi3660: Reset the mmc hosts
> arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps
>
> Leo Yan (3):
> arm64: dts: hi3660: enable idle states
> arm64: dts: hi3660: add L2 cache topology
> arm64: dts: hi3660: enable watchdog
>
> Victor Chong (1):
> arm64: dts: hikey960: Add optee node
>
> Wang Ruyi (1):
> arm64: dts: hi3660: add bindings for DMA
>
> YiPing Xu (1):
> arm64: dts: hi3660: add pmu dt node for hi3660
>
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 37 +++++-
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 130 ++++++++++++++++++++++
> 2 files changed, 166 insertions(+), 1 deletion(-)
>
Thanks!
Series applied to the hisilicon dt tree.
Best Regards,
Wei
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Guodong Xu <guodong.xu@linaro.org>,
robh+dt@kernel.org, mark.rutland@arm.com,
catalin.marinas@arm.com, will.deacon@arm.com,
keescook@chromium.org, anton@enomsg.org, ccross@android.com,
tony.luck@intel.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes
Date: Tue, 15 Aug 2017 14:36:05 +0100 [thread overview]
Message-ID: <5992F8C5.1030109@hisilicon.com> (raw)
In-Reply-To: <20170814095049.27701-1-guodong.xu@linaro.org>
Hi Guodong,
On 2017/8/14 10:50, Guodong Xu wrote:
> This patchset adds more device nodes for hi3660 and hikey960, including:
> - cpu idle states
> - L2 cache
> - PMU
> - OP-TEE
> - reboot
> - pstore
> - DMA
> - watchdog
>
> Patch 7 fixes an issue in mmc nodes, by adding 'reset'
> Patch 8 change bluetooth uart max-speed to 3Mbps
>
> HiKey960 is one of 96boards. For details information about it, please
> refer to [1].
>
> ===
> Major changes in v3:
> - update commit message of patch 1, as suggested by Daniel Lezcano
> - add patch 10 for watchdog bindings
>
> Major changes in v2:
> - add patch 8 to change bluetooth uart max-speed to 3Mbps
> - add patch 9 for DMA node.
>
> [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
>
> Guodong Xu (4):
> arm64: dts: hikey960: Add support for syscon-reboot-mode
> arm64: dts: hikey960: Add pstore support
> arm64: dts: hi3660: Reset the mmc hosts
> arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps
>
> Leo Yan (3):
> arm64: dts: hi3660: enable idle states
> arm64: dts: hi3660: add L2 cache topology
> arm64: dts: hi3660: enable watchdog
>
> Victor Chong (1):
> arm64: dts: hikey960: Add optee node
>
> Wang Ruyi (1):
> arm64: dts: hi3660: add bindings for DMA
>
> YiPing Xu (1):
> arm64: dts: hi3660: add pmu dt node for hi3660
>
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 37 +++++-
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 130 ++++++++++++++++++++++
> 2 files changed, 166 insertions(+), 1 deletion(-)
>
Thanks!
Series applied to the hisilicon dt tree.
Best Regards,
Wei
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Guodong Xu <guodong.xu@linaro.org>, <robh+dt@kernel.org>,
<mark.rutland@arm.com>, <catalin.marinas@arm.com>,
<will.deacon@arm.com>, <keescook@chromium.org>,
<anton@enomsg.org>, <ccross@android.com>, <tony.luck@intel.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes
Date: Tue, 15 Aug 2017 14:36:05 +0100 [thread overview]
Message-ID: <5992F8C5.1030109@hisilicon.com> (raw)
In-Reply-To: <20170814095049.27701-1-guodong.xu@linaro.org>
Hi Guodong,
On 2017/8/14 10:50, Guodong Xu wrote:
> This patchset adds more device nodes for hi3660 and hikey960, including:
> - cpu idle states
> - L2 cache
> - PMU
> - OP-TEE
> - reboot
> - pstore
> - DMA
> - watchdog
>
> Patch 7 fixes an issue in mmc nodes, by adding 'reset'
> Patch 8 change bluetooth uart max-speed to 3Mbps
>
> HiKey960 is one of 96boards. For details information about it, please
> refer to [1].
>
> ===
> Major changes in v3:
> - update commit message of patch 1, as suggested by Daniel Lezcano
> - add patch 10 for watchdog bindings
>
> Major changes in v2:
> - add patch 8 to change bluetooth uart max-speed to 3Mbps
> - add patch 9 for DMA node.
>
> [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
>
> Guodong Xu (4):
> arm64: dts: hikey960: Add support for syscon-reboot-mode
> arm64: dts: hikey960: Add pstore support
> arm64: dts: hi3660: Reset the mmc hosts
> arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps
>
> Leo Yan (3):
> arm64: dts: hi3660: enable idle states
> arm64: dts: hi3660: add L2 cache topology
> arm64: dts: hi3660: enable watchdog
>
> Victor Chong (1):
> arm64: dts: hikey960: Add optee node
>
> Wang Ruyi (1):
> arm64: dts: hi3660: add bindings for DMA
>
> YiPing Xu (1):
> arm64: dts: hi3660: add pmu dt node for hi3660
>
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 37 +++++-
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 130 ++++++++++++++++++++++
> 2 files changed, 166 insertions(+), 1 deletion(-)
>
Thanks!
Series applied to the hisilicon dt tree.
Best Regards,
Wei
next prev parent reply other threads:[~2017-08-15 13:36 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-14 9:50 [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 01/10] arm64: dts: hi3660: enable idle states Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 02/10] arm64: dts: hi3660: add L2 cache topology Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 03/10] arm64: dts: hi3660: add pmu dt node for hi3660 Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 04/10] arm64: dts: hikey960: Add optee node Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 05/10] arm64: dts: hikey960: Add support for syscon-reboot-mode Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 06/10] arm64: dts: hikey960: Add pstore support Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 07/10] arm64: dts: hi3660: Reset the mmc hosts Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 08/10] arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 09/10] arm64: dts: hi3660: add bindings for DMA Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-14 9:50 ` [PATCH v3 10/10] arm64: dts: hi3660: enable watchdog Guodong Xu
2017-08-14 9:50 ` Guodong Xu
2017-08-15 13:36 ` Wei Xu [this message]
2017-08-15 13:36 ` [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes Wei Xu
2017-08-15 13:36 ` 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=5992F8C5.1030109@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=linux-arm-kernel@lists.infradead.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.