From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756266AbcB0Jy1 (ORCPT ); Sat, 27 Feb 2016 04:54:27 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:10138 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756057AbcB0JyX (ORCPT ); Sat, 27 Feb 2016 04:54:23 -0500 Subject: Re: [PATCH V5 0/3] add gpio/pinctrl/spi DTS for hi6220 and hikey To: Guodong Xu , , , , , , , , , , References: <1455883107-8411-1-git-send-email-guodong.xu@linaro.org> CC: , , , , , , From: Wei Xu Message-ID: <56D1721B.1080506@hisilicon.com> Date: Sat, 27 Feb 2016 17:53:31 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1455883107-8411-1-git-send-email-guodong.xu@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.46.98.158] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090201.56D17221.0001,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 024adb00f81c2cc4c39d823af01b24e5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guodong, On 19/02/2016 19:58, Guodong Xu wrote: > As of V4, this patchset has been ack'ed by Rob Herring. > > V5, added pmx0 pmx1 pmx2 nodes description into hi6220.dtsi. > > Zhong Kaihua (3): > arm64: dts: Add Hi6220 gpio configuration nodes > arm64: dts: add Hi6220 pinctrl configuration nodes > arm64: dts: add Hi6220 spi configuration nodes > > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 3 + > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 351 +++++++++++ > arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi | 607 +++++++++++++++++++ > arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi | 705 +++++++++++++++++++++++ > include/dt-bindings/pinctrl/hisi.h | 59 ++ > 5 files changed, 1725 insertions(+) > create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi > create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi > create mode 100644 include/dt-bindings/pinctrl/hisi.h > Applied all the patches into the hisilicon soc tree. Thanks! Best Regards, Wei