diff mbox

ehci: update driver with generic change

Message ID 1247235920-13400-1-git-send-email-ajay.gupta@ti.com (mailing list archive)
State Superseded, archived
Delegated to: Felipe Balbi
Headers show

Commit Message

Ajay Kumar Gupta July 10, 2009, 2:25 p.m. UTC
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 <ajay.gupta@ti.com>
---
 drivers/usb/host/ehci-omap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Tony Lindgren Sept. 22, 2009, 12:51 a.m. UTC | #1
* Ajay Kumar Gupta <ajay.gupta@ti.com> [090710 07:25]:
> 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

Adding this to ehci branch.

Tony
 
> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
> ---
>  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
> -- 
> 1.6.2.4
> 
--
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
diff mbox

Patch

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