From patchwork Tue Oct 9 10:31:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 190263 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C2A1B2C00F4 for ; Tue, 9 Oct 2012 21:31:42 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TLX67-0005rU-9S; Tue, 09 Oct 2012 10:31:35 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TLX64-0005qo-OO for kernel-team@lists.ubuntu.com; Tue, 09 Oct 2012 10:31:32 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TLX64-0005en-LC for kernel-team@lists.ubuntu.com; Tue, 09 Oct 2012 10:31:32 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/3] UBUNTU: [Config] enforce USB_[EHCI|OHCI]_HCD_PLATFORM=n on arm[el|hf] Date: Tue, 9 Oct 2012 12:31:29 +0200 Message-Id: <1349778689-12835-4-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349778689-12835-1-git-send-email-paolo.pisati@canonical.com> References: <1349778689-12835-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1061599 Signed-off-by: Paolo Pisati --- debian.master/config/enforce | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian.master/config/enforce b/debian.master/config/enforce index 0256c45..d57660c 100644 --- a/debian.master/config/enforce +++ b/debian.master/config/enforce @@ -122,3 +122,6 @@ value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ (flavour highbank &/ value CONFIG_RTC_DRV_PL031 y) | \ value CONFIG_RTC_DRV_PL031 m | \ !exists CONFIG_RTC_DRV_PL031 + +# Don't use the generic ehci/ohci code on omap, it doesn't work +(arch armel armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n &/ value CONFIG_USB_OHCI_HCD_PLATFORM n)