* [PATCH] ehci: update driver with generic change
@ 2009-07-10 14:25 Ajay Kumar Gupta
2009-09-22 0:51 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Ajay Kumar Gupta @ 2009-07-10 14:25 UTC (permalink / raw)
To: linux-omap; +Cc: felipe.balbi, tony, Ajay Kumar Gupta
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ehci: update driver with generic change
2009-07-10 14:25 [PATCH] ehci: update driver with generic change Ajay Kumar Gupta
@ 2009-09-22 0:51 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-09-22 0:51 UTC (permalink / raw)
To: Ajay Kumar Gupta; +Cc: linux-omap, felipe.balbi
* 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-22 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 14:25 [PATCH] ehci: update driver with generic change Ajay Kumar Gupta
2009-09-22 0:51 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox