[U-Boot] [PATCH v2 0/5] usb: ss: Some fixes and cleanup for USB super-speed support

Vivek Gautam gautam.vivek at samsung.com
Mon Apr 8 12:35:53 CEST 2013


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.

Changes from v1:
 - Fixing the issue with 'ifno' as well as added 'if_desc'.
 - Instead of turning-on only powered-off hub ports, power-cycle all
   the hub ports (aka: turning off and then turning on again power to
   all the ports.
 - Fixing commenting style problem in
   'usb: Update device class in usb device's descriptor'
 - Fixing typo in commit message for
   'usb: hub: Fix enumration timeout'
 - Removing separate definition for 'struct usb_ep_desc'; thereby adding
   'struct usb_ss_ep_comp_descriptor' to 'struct usb_interface' only.
   As a result modifying the patch accordingly also dropping the patch
   'usb: eth: Fix for updated usb interface descriptor structure'
 - Dropping the patch 'usb: hub: Increase device enumeration timeout for broken
   drives' for now (will come back with a solution at later point of time).

Vivek Gautam (5):
  USB: Some cleanup prior to USB 3.0 interface addition
  usb: hub: Power-cycle on root-hub ports
  usb: Update device class in usb device's descriptor
  usb: hub: Fix enumration timeout
  USB: SS: Add support for Super Speed USB interface

 common/cmd_usb.c     |    4 +++-
 common/usb.c         |   31 +++++++++++++++++++++++--------
 common/usb_hub.c     |   45 ++++++++++++++++++++++++++++++++++++++++++---
 common/usb_storage.c |   30 ++++++++++++++++--------------
 include/usb.h        |    6 ++++++
 include/usb_defs.h   |   26 ++++++++++++++++++++++++--
 6 files changed, 114 insertions(+), 28 deletions(-)

-- 
1.7.6.5



More information about the U-Boot mailing list