From patchwork Wed Jul 9 01:58:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick X-Patchwork-Id: 4510991 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 5FBEDBEEAA for ; Wed, 9 Jul 2014 02:02:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8577F2021B for ; Wed, 9 Jul 2014 02:02:10 +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 894BA2017A for ; Wed, 9 Jul 2014 02:02:09 +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 1X4hA6-0001dF-9b; Wed, 09 Jul 2014 01:59:10 +0000 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X4hA4-0001Zb-1T for linux-arm-kernel@lists.infradead.org; Wed, 09 Jul 2014 01:59:08 +0000 Received: by mail-ig0-f181.google.com with SMTP id h15so1361472igd.8 for ; Tue, 08 Jul 2014 18:58:45 -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=XTZZLfv5GBYydSoKh/blSr02owr4DFWcOOrmp1kkSuQ=; b=cYP/bB9NNQZoXlDciP2aMpSRVzyulh3yKPnV4RrdpW9WvQDKbpiyThEy5Mij18wzFp F2H50mopOJprbmCAlhu5YyA19AB4pKrBMGDJQhv3xXrjgtM8YdUBbdh52lLB5TD9tTmD Z/ZePSYGxnFpMGw0zEWwsUjcWqHhPKvSRUBwuIw3+64DrKrb+vphINY1t9RdQkWiBL1i ZEUctVtSJu5XMEapG4oTtcRquX0KhEdN8gKnf6+fayqdBMaED6imkflT42QXNamNgl++ cT74k1fwSxWvoI9scr4wIQ/zWmvz2aqIEx0mDrFj7fiUM+K7vZPweVp9Z2+YZMmSBDAo 3sFw== X-Received: by 10.50.43.234 with SMTP id z10mr8363223igl.28.1404871125318; Tue, 08 Jul 2014 18:58:45 -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 y8sm10865278igg.5.2014.07.08.18.58.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Jul 2014 18:58:44 -0700 (PDT) From: Nicholas Krause To: balbi@ti.com Subject: [PATCH] Removes FIXME message in usb.c Date: Tue, 8 Jul 2014 21:58:39 -0400 Message-Id: <1404871119-4324-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-20140708_185908_147396_69EE5844 X-CRM114-Status: GOOD ( 11.85 ) 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:wq 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;