Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbcDZKKa (ORCPT ); Tue, 26 Apr 2016 06:10:30 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:63941 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751815AbcDZKK2 (ORCPT ); Tue, 26 Apr 2016 06:10:28 -0400 Subject: Re: [PATCH v3 0/4] Enable configs for 96boards HiKey and general arm64 To: Guodong Xu , , , , , , , , , References: <1459597674-6834-1-git-send-email-guodong.xu@linaro.org> CC: , From: Wei Xu Message-ID: <571F3E23.7040805@hisilicon.com> Date: Tue, 26 Apr 2016 11:08:35 +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: <1459597674-6834-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 X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.571F3E39.0174,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 02aa921986ffa31b30b302499701244d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1272 Lines: 42 Hi Guodong, On 02/04/2016 12:47, 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 hisi-reset > c) CONFIG_PINCTRL_SINGLE, and CONFIG_LEDS_GPIO > d) WLAN, TI WL1835 > > Also added general features (built as modules) in arm64: > - SPIDEV > - USB network adapters > > v3: > - rebase to next-20160401 > - Enabled configs for WLAN and TI WL1835. Thanks! Applied series to the hisilicon soc tree. And the b) and c) are already in the mainline, so I just kept a) and d) there. 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 > - Enable general features (as modules) in arm64 > > Akira Tsukamoto (1): > arm64: defconfig: enable several common USB network adapters > > Guodong Xu (3): > arm64: defconfig: Enable devices for Hi6220 and 96boards HiKey > arm64: defconfig: add CONFIG_SPI_SPIDEV as module > arm64: defconfig: enable configs for WLAN and TI WL1835 as modules > > arch/arm64/configs/defconfig | 30 ++++++++++++++++++++++++++++-- > 1 file changed, 28 insertions(+), 2 deletions(-) >