From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751714AbdDHGxT (ORCPT ); Sat, 8 Apr 2017 02:53:19 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:5410 "EHLO dggrg03-dlp.huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750857AbdDHGxR (ORCPT ); Sat, 8 Apr 2017 02:53:17 -0400 Subject: Re: [PATCH 0/5] arm64: dts: hisi: add NIC, RoCE and SAS support for hip07 To: , , , , References: <1491530876-109791-1-git-send-email-xuwei5@hisilicon.com> CC: , , , , , , , , , , , , , , , , , , , , , From: Wei Xu Message-ID: <58E88884.2090702@hisilicon.com> Date: Sat, 8 Apr 2017 14:51:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1491530876-109791-1-git-send-email-xuwei5@hisilicon.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.100.116] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.58E8889B.008D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 111c3945636260f29d7fcc71c650bd9e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, On 2017/4/7 10:07, Wei.Xu wrote: > This patch series adds Mbigen, NIC, RoCE and SAS nodes for the hip07 > SoC and enables the NIC, RoCE and SAS on the hip07 d05 board. > > Wei Xu (5): > arm64: dts: hisi: add mbigen nodes for the hip07 SoC > arm64: dts: hisi: add network related nodes for the hip07 SoC > arm64: dts: hisi: add RoCE nodes for the hip07 SoC > arm64: dts: hisi: add SAS nodes for the hip07 SoC > arm64: dts: hisi: enalbe the NIC and SAS for the hip07-d05 board > > arch/arm64/boot/dts/hisilicon/hip07-d05.dts | 24 ++ > arch/arm64/boot/dts/hisilicon/hip07.dtsi | 479 ++++++++++++++++++++++++++++ > 2 files changed, 503 insertions(+) > After removed the PCIe node in the patch 5, the series has been applied to the hisilicon arm64 dt tree since this series patches just to add the nodes and the binding has been reviewed before. Best Regards, Wei