From patchwork Wed Jul 9 16:55:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick X-Patchwork-Id: 4518521 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B4C4FBEEAA for ; Wed, 9 Jul 2014 16:58:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 004432037D for ; Wed, 9 Jul 2014 16:58:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 35CBE201CE for ; Wed, 9 Jul 2014 16:58:22 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X4vAM-0008TG-3z; Wed, 09 Jul 2014 16:56:22 +0000 Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X4vAK-0008HB-Cs for linux-arm-kernel@lists.infradead.org; Wed, 09 Jul 2014 16:56:20 +0000 Received: by mail-ig0-f178.google.com with SMTP id hn18so2102104igb.5 for ; Wed, 09 Jul 2014 09:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=NCg6AtPDMMeOYf3r7jc7VwTts9sw7SvItSgY6V+0kTc=; b=O15FYZ4R3S66CoZ2/eQ+Vk2PCX+t+MsMKZnHdrilIFCciHdBC1ZqnVK0LdeVCXd9oV A27gJ1f237UPy8gRG1D+ulvFh01ofo1LEXdHqhRfl2sOg1DsSYOREhjZ0qYUDwKujUbg ckzciI7ixPMCvcl6hkSUnrIxLy+b1axlOGcKNYylGPTPvVx2FfDJj5Aydwgaes456JM7 SS9jxyC43dIRTFs60AIKc6Hc7WkoFIAwdH6EDTVfPQVeD0SHJ1Yft2Yp/5gY456XHHFB oTYzAD5mqYUDIMWtXrNvIibUoHgMMhVH1eFO+sL3it4Bx0fzfEe2jPdwA0P7qAcLX4Vd YnHw== X-Received: by 10.50.77.34 with SMTP id p2mr14950369igw.31.1404924958738; Wed, 09 Jul 2014 09:55:58 -0700 (PDT) Received: from nick-System-Product-Name.phub.net.cable.rogers.com (CPE0026f3330aca-CM0026f3330ac6.cpe.net.cable.rogers.com. [99.232.64.167]) by mx.google.com with ESMTPSA id n2sm16906319igv.18.2014.07.09.09.55.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 09 Jul 2014 09:55:58 -0700 (PDT) From: Nicholas Krause To: balbi@ti.com Subject: [PATCH] Removes FIXME message in usb.c Date: Wed, 9 Jul 2014 12:55:48 -0400 Message-Id: <1404924948-3298-1-git-send-email-xerofoify@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140709_095620_483083_80F574FF X-CRM114-Status: GOOD ( 12.12 ) X-Spam-Score: -0.1 (/) Cc: linux@arm.linux.org.uk, tony@atomide.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch removes a fixme message in this file for setting the usb 2 speed on the board to the correct level. We need to depend on the bootloader for doing this as the wires may be shared for the other things on the board with the usb chipset. Signed-off-by: Nicholas Krause --- arch/arm/mach-omap1/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap1/usb.c b/arch/arm/mach-omap1/usb.c index 4118db5..172245a 100644 --- a/arch/arm/mach-omap1/usb.c +++ b/arch/arm/mach-omap1/usb.c @@ -505,7 +505,7 @@ static u32 __init omap1_usb2_init(unsigned nwires, unsigned alt_pingroup) omap_cfg_reg(W5_USB2_SE0); if (nwires != 3) omap_cfg_reg(Y5_USB2_RCV); - // FIXME omap_cfg_reg(USB2_SPEED); + /* Depend on boatloader for USB speed to be stated for board */ } else { pr_debug("usb%d cpu unrecognized\n", 1); return 0;