From patchwork Fri Aug 19 04:59:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Gadiyar X-Patchwork-Id: 1078742 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7J50Ebd002653 for ; Fri, 19 Aug 2011 05:00:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445Ab1HSFAN (ORCPT ); Fri, 19 Aug 2011 01:00:13 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:43236 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911Ab1HSFAM (ORCPT ); Fri, 19 Aug 2011 01:00:12 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p7J4x6c0032300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Aug 2011 23:59:09 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7J4x5sK020739; Fri, 19 Aug 2011 10:29:05 +0530 (IST) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 8.3.106.1; Fri, 19 Aug 2011 10:29:04 +0530 Received: from linfarm476.india.ti.com (linfarm476.india.ti.com [10.24.132.205]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7J4x1i3009062; Fri, 19 Aug 2011 10:29:02 +0530 (IST) Received: (from a0393673@localhost) by linfarm476.india.ti.com (8.12.11/8.13.8/Submit) id p7J4x02V010539; Fri, 19 Aug 2011 10:29:00 +0530 From: Anand Gadiyar To: , , CC: Anand Gadiyar , Keshava Munegowda , Samuel Ortiz , Subject: [PATCH resend] mfd: omap-usb-host: Make TLL mode work again Date: Fri, 19 Aug 2011 10:29:00 +0530 Message-ID: <1313729940-10508-1-git-send-email-gadiyar@ti.com> X-Mailer: git-send-email 1.5.6.6 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 19 Aug 2011 05:00:15 +0000 (UTC) This code section seems to have been accidentally copy pasted. It causes incorrect bits to be set up in the TLL_CHANNEL_CONF register and prevents the TLL mode from working correctly. Signed-off-by: Anand Gadiyar Acked-by: Felipe Balbi Cc: Keshava Munegowda Cc: Samuel Ortiz Cc: stable@kernel.org --- Resent with Felipe's ack and stable@kernel.org in CC drivers/mfd/omap-usb-host.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-2.6/drivers/mfd/omap-usb-host.c =================================================================== --- linux-2.6.orig/drivers/mfd/omap-usb-host.c +++ linux-2.6/drivers/mfd/omap-usb-host.c @@ -676,7 +676,6 @@ static void usbhs_omap_tll_init(struct d | OMAP_TLL_CHANNEL_CONF_ULPINOBITSTUFF | OMAP_TLL_CHANNEL_CONF_ULPIDDRMODE); - reg |= (1 << (i + 1)); } else continue;