From patchwork Wed Feb 27 17:03:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 223653 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 96D612C0086 for ; Thu, 28 Feb 2013 04:08:33 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UAkQn-0007cS-QU; Wed, 27 Feb 2013 17:04:37 +0000 Received: from mail-gh0-f180.google.com ([209.85.160.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UAkQk-0007cA-W8 for linux-arm-kernel@lists.infradead.org; Wed, 27 Feb 2013 17:04:35 +0000 Received: by mail-gh0-f180.google.com with SMTP id f13so103159ghb.39 for ; Wed, 27 Feb 2013 09:04:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=Z9+KNOdWi6Oo/qfvKzhI2TG+z0J892+JxNgsnnJMmCU=; b=S9hodL6xpUUEsXOKf+D2HJ6WRou9+ADbUI1MtbYQmiPdVygTmmeIgB3Wrj1xRPx13D UCDJriClkL08zU1nNrjnhqvD/5QwtgfDL6VTHuFsu/OTHtgY4xgj6a7w84AgAv+4VGVR cg1Vc4JMrIQRvE+HBAqt7dcHpAD1lebKAdjQ9e4jha6UOjOg2/df3lkyv7TwBPC5ZCfZ TAJ2HCR6EBo5xlONc7lnneRzB2Dcz4p1BBgLazudkSiuod7eXCSI86AbEiX/Qcs2AiaQ YTRnRw81O1WE5xzQhL2yHhbr9EIsMV4sgP5AyNQ3lQwpYtD0ko/APHLdmM25Kyu0w5rV gbFQ== X-Received: by 10.236.173.106 with SMTP id u70mr2019942yhl.109.1361984672394; Wed, 27 Feb 2013 09:04:32 -0800 (PST) Received: from localhost.localdomain ([187.64.221.216]) by mx.google.com with ESMTPS id r43sm4251873yhl.19.2013.02.27.09.04.29 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 09:04:31 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: mxs_defconfig: Make USB host functional again Date: Wed, 27 Feb 2013 14:03:58 -0300 Message-Id: <1361984638-19725-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130227_120435_059356_D08B7333 X-CRM114-Status: UNSURE ( 9.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.180 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: marex@denx.de, Fabio Estevam , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam commit 09f6ffde2e (USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver) introduced CONFIG_USB_EHCI_HCD as a dependency for USB_CHIPIDEA_HOST. Select CONFIG_USB_EHCI_HCD, so that USB host can be functional again. Cc: # 3.8 Signed-off-by: Fabio Estevam --- On 3.7.9 USB host works fine on mx28, but it is broken on 3.8. So this is a regression and that's why stable is put in Cc. arch/arm/configs/mxs_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 7bf5351..a55b206 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -118,6 +118,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FONTS=y CONFIG_LOGO=y CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_STORAGE=y