From: xuwei5@hisilicon•com (Wei Xu)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v4 00/20] arm64: dts: hi3660: add device nodes
Date: Thu, 15 Jun 2017 20:49:15 +0100 [thread overview]
Message-ID: <5942E4BB.4000002@hisilicon.com> (raw)
In-Reply-To: <20170615030417.14059-1-guodong.xu@linaro.org>
Hi Guodong,
On 2017/6/15 4:03, Guodong Xu wrote:
> This patchset adds various devices nodes for hi3660 and hikey960.
>
> HiKey960 is one of 96boards. For details information about it, please
> refer to [1].
>
> In v4, I removed cpuidle patch
> * (v3-0014-arm64-dts-hi3660-enable-idle-states.patch)
> , since we are not sure yet whether the corresponding driver can get
> into mainline. Sorry about the noise.
> * Other patches are not changed.
>
> In v3,
> * nothing is changed for patches already exists in v2.
> * added 9 more dts patches. Most of them already were reviewed with their
> corresponding driver patchset. For purpose of easy integration for
> platform maintainer, I copied them here, including threads [2], [3],
> and [4].
> * four patches, this is the first time they are sent out for review.
> v3-0014-arm64-dts-hi3660-enable-idle-states.patch
> v3-0019-dt-bindings-mmc-dw_mmc-k3-add-document-of-hi3660-.patch
> v3-0020-arm64-dts-hi3660-add-sd-sdio-device-nodes.patch
> v3-0021-arm64-dts-hi3660-hikey960-add-nodes-for-WiFi.patch
> mmc driver is under review in [5].
>
> In v2, incorporated review comments from Rob Herring <robh@kernel•org>
> * uart4: max-speed should be in slave device bluetooth node
> * LEDs: - bt_active triggered by 'hci0-power'
> - move out of SoC level
> * pinctrl: update dts to use #pinctrl-cells
> * uart: add pinctrl information into uart nodes; add label strings.
> * chosen: update stdout-path. serial6 is used.
> * i2c: add label strings. change reg address to lower case.
> * remove unnecessary status="ok"
> * gpio-keys: move out of SoC level.
>
> [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960
> [2] sp804 timer: https://www.spinics.net/lists/kernel/msg2513025.html
> [3] PCIe: https://www.spinics.net/lists/kernel/msg2520677.html
> [4] mfd and regulator: https://www.spinics.net/lists/arm-kernel/msg586147.html
> [5] mmc: https://patchwork.kernel.org/patch/9783273/
>
> Chen Feng (2):
> arm64: dts: hi3660: Add uarts nodes
> arm64: dts: hi3660: Add pl031 rtc node
>
> Chen Jun (1):
> arm64: dts: hi3660: add power key dts node
>
> Guodong Xu (7):
> dt-bindings: arm: hisilicon: add bindings for HiKey960 board
> arm64: dts: hisilicon: update compatible string for hikey960
> arm64: dts: hikey960: add WL1837 Bluetooth device node
> arm64: dts: hikey960: add LED nodes
> dt-bindings: mfd: hi6421: Add hi6421v530 compatible string
> dt-bindings: mmc: dw_mmc-k3: add document of hi3660 mmc
> arm64: dts: hi3660-hikey960: add nodes for WiFi
>
> Leo Yan (1):
> arm64: dts: hi3660: add sp804 timer node
>
> Li Wei (1):
> arm64: dts: hi3660: add sd/sdio device nodes
>
> Wang Xiaoyin (4):
> arm64: dts: hikey960: pinctrl: add more pinmux and pinconfig
> arm64: dts: hi3660: add gpio dtsi file for Hisilicon Hi3660 SOC
> arm64: dts: hi3660: add spi device nodes
> arm64: dts: hikey960: add device node for pmic and regulators
>
> Xiaowei Song (2):
> dt-bindings: PCI: hisi: Add document for PCIe of Kirin SoCs
> arm64: dts: hisi: add kirin pcie node
>
> Zhangfei Gao (2):
> arm64: dts: hi3660: add resources for clock and reset
> arm64: dts: Add I2C nodes for Hi3660
>
> .../bindings/arm/hisilicon/hisilicon.txt | 4 +
> Documentation/devicetree/bindings/mfd/hi6421.txt | 4 +-
> .../devicetree/bindings/mmc/k3-dw-mshc.txt | 1 +
> .../devicetree/bindings/pci/kirin-pcie.txt | 50 ++
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 217 +++++-
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 702 ++++++++++++++++++-
> .../arm64/boot/dts/hisilicon/hikey960-pinctrl.dtsi | 778 +++++++++++++++++++--
> 7 files changed, 1681 insertions(+), 75 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/pci/kirin-pcie.txt
>
Series applied to hisilicon arm64 dt tree.
Thanks!
BR,
Wei
prev parent reply other threads:[~2017-06-15 19:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-15 3:03 [PATCH v4 00/20] arm64: dts: hi3660: add device nodes Guodong Xu
2017-06-15 3:03 ` [PATCH v4 01/20] dt-bindings: arm: hisilicon: add bindings for HiKey960 board Guodong Xu
2017-06-15 3:03 ` [PATCH v4 02/20] arm64: dts: hisilicon: update compatible string for hikey960 Guodong Xu
2017-06-15 3:04 ` [PATCH v4 03/20] arm64: dts: hikey960: pinctrl: add more pinmux and pinconfig Guodong Xu
2017-06-15 3:04 ` [PATCH v4 04/20] arm64: dts: hi3660: add resources for clock and reset Guodong Xu
2017-06-15 3:04 ` [PATCH v4 05/20] arm64: dts: Add I2C nodes for Hi3660 Guodong Xu
2017-06-15 3:04 ` [PATCH v4 06/20] arm64: dts: hi3660: add gpio dtsi file for Hisilicon Hi3660 SOC Guodong Xu
2017-06-15 3:04 ` [PATCH v4 07/20] arm64: dts: hi3660: Add uarts nodes Guodong Xu
2017-06-15 3:04 ` [PATCH v4 08/20] arm64: dts: hikey960: add WL1837 Bluetooth device node Guodong Xu
2017-06-15 3:04 ` [PATCH v4 09/20] arm64: dts: hi3660: Add pl031 rtc node Guodong Xu
2017-06-15 3:04 ` [PATCH v4 10/20] arm64: dts: hi3660: add power key dts node Guodong Xu
2017-06-15 3:04 ` [PATCH v4 11/20] arm64: dts: hikey960: add LED nodes Guodong Xu
2017-06-15 3:04 ` [PATCH v4 12/20] arm64: dts: hi3660: add spi device nodes Guodong Xu
2017-06-15 3:04 ` [PATCH v4 13/20] arm64: dts: hi3660: add sp804 timer node Guodong Xu
2017-06-15 3:04 ` [PATCH v4 14/20] dt-bindings: PCI: hisi: Add document for PCIe of Kirin SoCs Guodong Xu
2017-06-15 3:04 ` [PATCH v4 15/20] arm64: dts: hisi: add kirin pcie node Guodong Xu
2017-06-16 14:13 ` [PATCH v5 " Guodong Xu
2017-06-16 14:43 ` Wei Xu
2017-06-15 3:04 ` [PATCH v4 16/20] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string Guodong Xu
2017-06-15 3:04 ` [PATCH v4 17/20] arm64: dts: hikey960: add device node for pmic and regulators Guodong Xu
2017-06-15 3:04 ` [PATCH v4 18/20] dt-bindings: mmc: dw_mmc-k3: add document of hi3660 mmc Guodong Xu
2017-06-15 3:04 ` [PATCH v4 19/20] arm64: dts: hi3660: add sd/sdio device nodes Guodong Xu
2017-06-15 3:04 ` [PATCH v4 20/20] arm64: dts: hi3660-hikey960: add nodes for WiFi Guodong Xu
2017-06-15 19:49 ` Wei Xu [this message]
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=5942E4BB.4000002@hisilicon.com \
--to=xuwei5@hisilicon$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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