Re: [PATCH 17/74] ST SPEAr: Adding USB Host support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 30 Aug 2010, Viresh KUMAR wrote:

> From: Deepak Sikri <deepak.sikri@xxxxxx>
> 

Missing patch description.

> Signed-off-by: Deepak Sikri <deepak.sikri@xxxxxx>
> Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@xxxxxx>
> Signed-off-by: shiraz hashim <shiraz.hashim@xxxxxx>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxx>
> ---


> --- /dev/null
> +++ b/drivers/usb/host/ehci-spear.c
> @@ -0,0 +1,210 @@

...

> +static const struct hc_driver ehci_spear_hc_driver = {
> +	.description		= hcd_name,
> +	.product_desc		= "SPEAr EHCI",
> +	.hcd_priv_size		= sizeof(struct spear_ehci),
> +
> +	/* generic hardware linkage */
> +	.irq			= ehci_irq,
> +	.flags			= HCD_MEMORY | HCD_USB2,
> +
> +	/* basic lifecycle operations */
> +	.reset			= ehci_spear_setup,
> +	.start			= ehci_run,
> +	.stop			= ehci_stop,
> +	.shutdown		= ehci_shutdown,
> +
> +	/* managing i/o requests and associated device resources */
> +	.urb_enqueue		= ehci_urb_enqueue,
> +	.urb_dequeue		= ehci_urb_dequeue,
> +	.endpoint_disable	= ehci_endpoint_disable,
> +

Missing .endpoint_reset.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux