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

2012-03-26 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

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

2012-03-28 Thread Marek Vasut
Dear 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