From patchwork Thu Jan 10 03:48:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1958451 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id C7DF6DF264 for ; Thu, 10 Jan 2013 03:51:20 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tt97n-0005MA-M3; Thu, 10 Jan 2013 03:48:15 +0000 Received: from ch1ehsobe005.messaging.microsoft.com ([216.32.181.185] helo=ch1outboundpool.messaging.microsoft.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tt97j-0005Ls-JB for linux-arm-kernel@lists.infradead.org; Thu, 10 Jan 2013 03:48:12 +0000 Received: from mail171-ch1-R.bigfish.com (10.43.68.235) by CH1EHSOBE006.bigfish.com (10.43.70.56) with Microsoft SMTP Server id 14.1.225.23; Thu, 10 Jan 2013 03:48:09 +0000 Received: from mail171-ch1 (localhost [127.0.0.1]) by mail171-ch1-R.bigfish.com (Postfix) with ESMTP id 8F5961401C7; Thu, 10 Jan 2013 03:48:09 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -2 X-BigFish: VS-2(zz98dI1432Izz1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh87h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1155h) X-FB-DOMAIN-IP-MATCH: fail Received: from mail171-ch1 (localhost.localdomain [127.0.0.1]) by mail171-ch1 (MessageSwitch) id 1357789687593259_19932; Thu, 10 Jan 2013 03:48:07 +0000 (UTC) Received: from CH1EHSMHS017.bigfish.com (snatpool2.int.messaging.microsoft.com [10.43.68.238]) by mail171-ch1.bigfish.com (Postfix) with ESMTP id 8DFC8A043A; Thu, 10 Jan 2013 03:48:07 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS017.bigfish.com (10.43.70.17) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 10 Jan 2013 03:48:07 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-004.039d.mgd.msft.net (10.84.1.14) with Microsoft SMTP Server (TLS) id 14.2.318.3; Thu, 10 Jan 2013 03:48:06 +0000 Received: from S2101-09.ap.freescale.net ([10.192.185.116]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r0A3m3Sf017570; Wed, 9 Jan 2013 20:48:05 -0700 Date: Thu, 10 Jan 2013 11:48:06 +0800 From: Shawn Guo To: Maxime Ripard Subject: Re: [PATCH] ARM: mxs: select USB_ARCH_HAS_EHCI Message-ID: <20130110034805.GF2265@S2101-09.ap.freescale.net> References: <1357742162-27982-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1357742162-27982-1-git-send-email-maxime.ripard@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: sigmatel.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130109_224811_720555_1DBD32D3 X-CRM114-Status: GOOD ( 14.31 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [216.32.181.185 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On Wed, Jan 09, 2013 at 03:36:02PM +0100, Maxime Ripard wrote: > Commit 09f6ffde introduced a dependency on USB_EHCI_HCD for the chipidea > USB host driver, that in turns depends on USB_ARCH_HAS_EHCI. > > If this symbol is not selected by the ARCH, we are not able to use the > chipidea driver anymore. > > Signed-off-by: Maxime Ripard > --- > arch/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index f95ba14..c77d1d1 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -456,6 +456,7 @@ config ARCH_MXS > select PINCTRL > select SPARSE_IRQ > select USE_OF > + select USB_ARCH_HAS_EHCI > help > Support for Freescale MXS-based family of processors > I prefer to fix it with the patch below. Shawn diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 4c90b51..640ae6c 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -37,6 +37,7 @@ config USB_ARCH_HAS_EHCI default y if ARCH_W90X900 default y if ARCH_AT91 default y if ARCH_MXC + default y if ARCH_MXS default y if ARCH_OMAP3 default y if ARCH_CNS3XXX default y if ARCH_VT8500