Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751853AbdHONeZ (ORCPT ); Tue, 15 Aug 2017 09:34:25 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3541 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbdHONeY (ORCPT ); Tue, 15 Aug 2017 09:34:24 -0400 Subject: Re: [PATCH v2 0/6] arm64: defconfig: enable configs for HiKey960 To: Guodong Xu , , , , , , , , , , , References: <20170810023728.19621-1-guodong.xu@linaro.org> CC: , From: Wei Xu Message-ID: <5992F83A.6050407@hisilicon.com> Date: Tue, 15 Aug 2017 14:33:46 +0100 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: <20170810023728.19621-1-guodong.xu@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.154] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A0B0206.5992F84E.00D2,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: d97e3ba778258813c3aa6460993c51b2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 46 Hi Guodong, On 2017/8/10 3:37, Guodong Xu wrote: > This patchset enables config items in arm64/defconfig for HiKey960. All > of them correspond to real functions on HiKey960. > > Including: > - Kirin PCIe > - PMIC support, hi6421v530 > - syscon reboot mode > - serdev bus > - OP-TEE > - K3 DMA > > HiKey960 is one of 96boards. For details information about it, please > refer to [1]. > > [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960 > > === > Major changes in v2: > - Add patch 6 to enable K3 DMA > > Guodong Xu (3): > arm64: defconfig: enable support hi6421v530 PMIC > arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE > arm64: defconfig: enable support for serial port connected device > > Victor Chong (1): > arm64: defconfig: enable OP-TEE > > Wang Ruyi (1): > arm64: defconfig: enable DMA driver for hi3660 > > Xiaowei Song (1): > arm64: defconfig: enable Kirin PCIe > > arch/arm64/configs/defconfig | 9 +++++++++ > 1 file changed, 9 insertions(+) > Thanks! Series applied to the hisilicon defconfig tree. BR, Wei