
Based on 'u-boot-usb' master branch.
This patch-series includes majorly some clean-up, few fixes and then some basic super-speed usb infrastructure addition, to help put support for XHCI in near future.
Few patches here have been pulled from patch-series sent long back for XHCI support: [RFC PATCH 0/2] USB: XHCI: Add xHCI host controller stack driver
We plan to send further the xHCI controller's stack driver in near future.
Vivek Gautam (7): USB: Some cleanup prior to USB 3.0 interface addition usb: hub: Conditionally power on usb's root-hub ports usb: Update device class in usb device's descriptor usb: hub: Fix enumration timeout usb: hub: Increase device enumeration timeout for broken drives USB: SS: Add support for Super Speed USB interface usb: eth: Fix for updated usb interface descriptor structure
common/cmd_usb.c | 6 +++- common/usb.c | 34 ++++++++++++++++++--------- common/usb_hub.c | 54 +++++++++++++++++++++++++++++++++++-------- common/usb_storage.c | 30 +++++++++++++----------- drivers/usb/eth/asix.c | 14 ++++++----- drivers/usb/eth/smsc95xx.c | 24 +++++++++--------- include/usb.h | 12 +++++++++- include/usb_defs.h | 26 +++++++++++++++++++- 8 files changed, 142 insertions(+), 58 deletions(-)