From patchwork Fri Jul 10 14:25:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajay Kumar Gupta X-Patchwork-Id: 35054 X-Patchwork-Delegate: me@felipebalbi.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6AEPcNb029222 for ; Fri, 10 Jul 2009 14:25:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751806AbZGJOZh (ORCPT ); Fri, 10 Jul 2009 10:25:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751846AbZGJOZh (ORCPT ); Fri, 10 Jul 2009 10:25:37 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:43146 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806AbZGJOZg (ORCPT ); Fri, 10 Jul 2009 10:25:36 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n6AEPOUO022231; Fri, 10 Jul 2009 09:25:30 -0500 Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n6AEPLNR004365; Fri, 10 Jul 2009 19:55:22 +0530 (IST) Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by psplinux050.india.ti.com (8.13.1/8.13.1) with ESMTP id n6AEPLg7013433; Fri, 10 Jul 2009 19:55:21 +0530 Received: (from a0393629@localhost) by psplinux050.india.ti.com (8.13.1/8.13.1/Submit) id n6AEPKrP013430; Fri, 10 Jul 2009 19:55:20 +0530 From: Ajay Kumar Gupta To: linux-omap@vger.kernel.org Cc: felipe.balbi@nokia.com, tony@atomide.com, Ajay Kumar Gupta Subject: [PATCH] ehci: update driver with generic change Date: Fri, 10 Jul 2009 19:55:20 +0530 Message-Id: <1247235920-13400-1-git-send-email-ajay.gupta@ti.com> X-Mailer: git-send-email 1.6.2.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Update the OMAP EHCI driver in accordance with below patch introduced in generic EHCI driver. commit: b18ffd49e86102a9ed0a1cc83fdafe3891e844e5 USB: EHCI: update toggle state for linked QHs Signed-off-by: Ajay Kumar Gupta --- drivers/usb/host/ehci-omap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index c0f9a19..858bf11 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -762,6 +762,7 @@ static const struct hc_driver ehci_omap_hc_driver = { .urb_enqueue = ehci_urb_enqueue, .urb_dequeue = ehci_urb_dequeue, .endpoint_disable = ehci_endpoint_disable, + .endpoint_reset = ehci_endpoint_reset, /* * scheduling support