Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-26 Thread Marek Vasut
Dear Amit Virdi, > On 3/19/2012 3:58 PM, Marek Vasut wrote: > > Dear Shiraz Hashim, > > > >> Hi Marek, > >> > >> On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote: > >>> Hi, > >>> > > Yes, ep0.c has direct access to the "device" field. I'll omit the > > usbd_device_qualifier_d

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-25 Thread Amit Virdi
On 3/19/2012 3:58 PM, Marek Vasut wrote: Dear Shiraz Hashim, Hi Marek, On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote: Hi, Yes, ep0.c has direct access to the "device" field. I'll omit the usbd_device_qualifier_descriptor function in V2. How's V2 going? Unfortunately Amit

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-19 Thread Marek Vasut
Dear Shiraz Hashim, > Hi Marek, > > On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote: > > Hi, > > > > > > Yes, ep0.c has direct access to the "device" field. I'll omit the > > > > usbd_device_qualifier_descriptor function in V2. > > > > How's V2 going? > > Unfortunately Amit is not

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-19 Thread Shiraz Hashim
Hi Marek, On Mon, Mar 19, 2012 at 06:57:29AM +0800, Marek Vasut wrote: > Hi, > > > > > > > Yes, ep0.c has direct access to the "device" field. I'll omit the > > > usbd_device_qualifier_descriptor function in V2. > > > > How's V2 going? Unfortunately Amit is not well and he is taking rest. He

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-18 Thread Marek Vasut
Hi, > > > > Yes, ep0.c has direct access to the "device" field. I'll omit the > > usbd_device_qualifier_descriptor function in V2. > How's V2 going? Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-02 Thread Marek Vasut
> Hi Marek, > > +#if defined(CONFIG_USBD_HS) > +/** > + * usbd_device_qualifier_descriptor > + * @device: which device > + * @port: which port > + * > + * Return the specified qualifier descriptor for the specified > device. + */ > +struct usb_qualifier

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-03-01 Thread Amit Virdi
Hi Marek, +#if defined(CONFIG_USBD_HS) +/** + * usbd_device_qualifier_descriptor + * @device: which device + * @port: which port + * + * Return the specified qualifier descriptor for the specified device. + */ +struct usb_qualifier_descriptor *usbd_device_qualifier_descriptor( + st

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-02-29 Thread Marek Vasut
> Hello Marek, > > +#if defined(CONFIG_USBD_HS) > > >> + int i; > >> +#endif > >> > >>switch (event) { > >>case DEVICE_RESET: > >> > >>case DEVICE_BUS_INACTIVE: > >> @@ -942,6 +967,29 @@ static void usbtty_event_handler (struct > >> usb_device_instance *device, break; > >> > >>

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-02-29 Thread Amit Virdi
Hello Marek, +#if defined(CONFIG_USBD_HS) + int i; +#endif switch (event) { case DEVICE_RESET: case DEVICE_BUS_INACTIVE: @@ -942,6 +967,29 @@ static void usbtty_event_handler (struct usb_device_instance *device, break; case DEVICE_ADDRESS_ASSIGNED: +#if def

Re: [U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-02-27 Thread Marek Vasut
> From: Vipin KUMAR > > This patch adds the support for high speed in usb device framework and > usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, > so the board configuration files have to define this macro to enable high > speed support. > > Along with that specific peri

[U-Boot] [PATCH] Enable high speed support for USB device framework and usbtty

2012-02-27 Thread Amit Virdi
From: Vipin KUMAR This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support. Along with that specific peripheral drivers a