
This patch series fixes changes for Super speed framework which got pulled-in 'u-boot-usb/next'. First patch fixes Port Status and Port feature macro constants, then next patch parallelizes power-cycling of power on root-hub ports. 3rd patch in this series also sync the min3/max3 definitions with Linux kernel.
Based on u-boot-usb/next branch with following patch reverted: usb: hub: Reset only usb 2.0 ports
Vivek Gautam (3): usb: hub: Parallelize power-cycling of root-hub ports usb: fix: Fixing Port status and feature number constants usb: common: Use a global definition for 'min3'
common/usb_hub.c | 63 ++++++++++++++++++++++++++++-------------- drivers/usb/host/ehci-hcd.c | 10 ------- include/common.h | 25 ++++++++++++++--- include/usb_defs.h | 39 +++++++++++++++----------- 4 files changed, 86 insertions(+), 51 deletions(-)