From patchwork Thu Feb 7 17:33:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: manjunath.goudar@linaro.org X-Patchwork-Id: 14679 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7214C24262 for ; Thu, 7 Feb 2013 17:35:11 +0000 (UTC) Received: from mail-vb0-f42.google.com (mail-vb0-f42.google.com [209.85.212.42]) by fiordland.canonical.com (Postfix) with ESMTP id 2B33CA18D2F for ; Thu, 7 Feb 2013 17:35:11 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id ff1so1782392vbb.1 for ; Thu, 07 Feb 2013 09:35:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=BzYEnemP9v+MeLMKK2XVDSxNxp8sk0awqM4yDyfa41I=; b=EozMQBmdXFbJWDScpfmExEH7QVi9+kD4dcKFQJhy+DvCI+wiaCm0SVCTgI4J2LFX95 7X5R8L5Q5oOz90w1KokWTK9QSv1lgobDQFtBlNbJeAsRAV/catmf/RNZGJlhl7htJO5J 6C7c6GEhPYQTA4F9ZoxFEMxJpBCp3S5u6+wcyCIRU43x1PoAgw+bqgc1VkbmnJx4306F m6zEGM1NbjAT2P9TOQXsg/VRsGWB07yto4KDQgxq9+iGuXukXlcznnJb92eZUyYenbj/ 6d/cla1KjnJpMAc3j453ZiEHfjADuRcR4x3tG4NwvN6oMZ08CNM0PzGBcmRf6QndovVD m1cg== X-Received: by 10.220.219.77 with SMTP id ht13mr2641259vcb.66.1360258510599; Thu, 07 Feb 2013 09:35:10 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.252.8 with SMTP id zo8csp102860vec; Thu, 7 Feb 2013 09:35:09 -0800 (PST) X-Received: by 10.50.12.201 with SMTP id a9mr4752645igc.10.1360258509351; Thu, 07 Feb 2013 09:35:09 -0800 (PST) Received: from mail-da0-f49.google.com (mail-da0-f49.google.com [209.85.210.49]) by mx.google.com with ESMTPS id n6si35705729paw.80.2013.02.07.09.35.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 09:35:09 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of manjunath.goudar@linaro.org) client-ip=209.85.210.49; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of manjunath.goudar@linaro.org) smtp.mail=manjunath.goudar@linaro.org Received: by mail-da0-f49.google.com with SMTP id t11so1321838daj.8 for ; Thu, 07 Feb 2013 09:35:08 -0800 (PST) X-Received: by 10.66.75.136 with SMTP id c8mr7963586paw.25.1360258508775; Thu, 07 Feb 2013 09:35:08 -0800 (PST) Received: from localhost.localdomain ([223.239.143.60]) by mx.google.com with ESMTPS id d8sm47524026pax.23.2013.02.07.09.35.03 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 09:35:07 -0800 (PST) From: manjunath.goudar@linaro.org To: linux-usb@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, patches@linaro.org, stern@rowland.harvard.edu, arnd@linaro.org, gregkh@linuxfoundation.org, Manjunath Goudar , Felipe Balbi , Greg KH , Tony Lindgren Subject: [PATCH 01/10] USB:Changed omap2plus_defconfig to support OMAP USB static driver Date: Thu, 7 Feb 2013 23:03:58 +0530 Message-Id: <5113e5cb.c84e420a.08c3.ffffbe4f@mx.google.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360258447-27247-1-git-send-email-yes> References: <1360258447-27247-1-git-send-email-yes> X-Gm-Message-State: ALoCoQl6fsnO1HLihulI4Z+XBrjZNMqeeQ2BgzOQ8uFma3x7hFB4V+w44irmTyeF2PB+WiYhgc5c From: Manjunath Goudar Selected EHCI and OMAP driver as static drivers using omap2plus_defconfig configuration Signed-off-by: Manjunath Goudar Signed-off-by: Arnd Bergmann Cc: Felipe Balbi Cc: Greg KH Cc: Alan Stern Cc: linux-usb@vger.kernel.org Cc: Tony Lindgren --- arch/arm/configs/omap2plus_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 82ce8d7..9ea7a9c 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -182,6 +182,10 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_DEVICEFS=y CONFIG_USB_SUSPEND=y CONFIG_USB_MON=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_HCD_OMAP=y CONFIG_USB_WDM=y CONFIG_USB_STORAGE=y CONFIG_USB_LIBUSUAL=y