Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752250AbcDRPTU (ORCPT ); Mon, 18 Apr 2016 11:19:20 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:28726 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbcDRPTS (ORCPT ); Mon, 18 Apr 2016 11:19:18 -0400 Subject: Re: [PATCH v2 0/3] Enable configs for 96boards HiKey and general arm64 To: Guodong Xu , , , , , , , , References: <1457654951-29944-1-git-send-email-guodong.xu@linaro.org> CC: , From: Wei Xu Message-ID: <5714FA96.706@hisilicon.com> Date: Mon, 18 Apr 2016 16:17:42 +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: <1457654951-29944-1-git-send-email-guodong.xu@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.153] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 35 Hi Guodong, On 11/03/2016 00:09, Guodong Xu wrote: > This patch enables a number of devices currently supported by the Hi6220 > and 96boards HiKey. These include > a) Hi655x PMIC and regulator > b) Hi6220 I2C, USB, MMC, mailbox, and reset > c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO > > Also added general features required in arm64: > - SPIDEV > - USB network adapters Applied to the hisilicon soc tree. Thanks! Best Regards, Wei > > v2: > - rebase to next-20160310, CONFIG_MMC_BLOCK_MINORS=16 is already in. > - set CONFIG_I2C_DESIGNWARE_PLATFORM to be build as module > - Add general features for arm64 > > Akira Tsukamoto (1): > ARM64: defconfig: enable several common USB network adapters > > Guodong Xu (2): > arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey > arm64: defconfig: add CONFIG_SPI_SPIDEV as module > > arch/arm64/configs/defconfig | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) >