From patchwork Tue May 28 18:29:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Adrien_Verg=C3=A9?= X-Patchwork-Id: 246932 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::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 CD9A32C032C for ; Wed, 29 May 2013 04:29:53 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhOeT-0007Cj-8E; Tue, 28 May 2013 18:29:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhOeQ-0004KA-Jc; Tue, 28 May 2013 18:29:38 +0000 Received: from mail-vc0-f171.google.com ([209.85.220.171]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhOeJ-0004JD-Fl for linux-arm-kernel@lists.infradead.org; Tue, 28 May 2013 18:29:35 +0000 Received: by mail-vc0-f171.google.com with SMTP id m17so5820215vca.30 for ; Tue, 28 May 2013 11:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Mq62EyltxTKFXF1b72Z3ebonVWNKmpQnIiP/g4M1xMU=; b=UefEaQgjJUsGGUas3EcfQietegHqke8T32+h/iaO0Trhk30oKtta5DG7R/l8HRtlgE VdS2vekPetGpa0cJ9RIaeNuee0R9WB54ih0cEONue6lVwD6tsRt57yCxAMCYPAeMvNFs he7SJ3XvGyFCAi3f4WiquE5f0YL67/Ur1vBC0e4ntB9VSX2+9H9cUkHyrFMWG6hfWSxA +advdqTcrHKLx5Vp2rMP1BwUc0CUFkQfT19eZOmhOwCg9n0aN8wVB+VPmU97wO9+A3Z/ wFEpSQ+F0eQPOf1W1UVmo2ZvZTcXD9RxQv54QT5g5xixcVe5xqXMLcxjbh5cpv9USfUu pvYA== MIME-Version: 1.0 X-Received: by 10.220.112.16 with SMTP id u16mr18893454vcp.40.1369765749764; Tue, 28 May 2013 11:29:09 -0700 (PDT) Received: by 10.220.25.1 with HTTP; Tue, 28 May 2013 11:29:09 -0700 (PDT) Date: Tue, 28 May 2013 14:29:09 -0400 Message-ID: Subject: [PATCH] ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV From: =?UTF-8?Q?Adrien_Verg=C3=A9?= To: Russell King , Tony Lindgren , Javier Martinez Canillas , AnilKumar Ch , Santosh Shilimkar , Tomi Valkeinen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130528_142931_558806_C3D92A20 X-CRM114-Status: GOOD ( 10.49 ) 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 (adrienverge[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.171 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: Felipe Balbi , Arnd Bergmann , Roger Quadros 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: , 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 On OMAP2+ platforms, USB support needs physical layer signalling and the NOP USB Transceiver driver since v3.10. This patch enables USB_PHY and NOP_USB_XCEIV in omap2plus_defconfig. These two are harmless to the kernel stability, and useful since they are required for USB and Ethernet (over USB) support. We do not enable USB_EHCI_HCD here because all features aren't fully supported yet. This patch applies to Linux 3.10-rc3. Cc: Roger Quadros Cc: Arnd Bergmann Cc: Felipe Balbi Signed-off-by: Adrien Vergé --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index abbe319..2ac0ffb 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -210,6 +210,8 @@ CONFIG_USB_WDM=y CONFIG_USB_STORAGE=y CONFIG_USB_LIBUSUAL=y CONFIG_USB_TEST=y +CONFIG_USB_PHY=y +CONFIG_NOP_USB_XCEIV=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DEBUG=y CONFIG_USB_GADGET_DEBUG_FILES=y