u-boot-2016/drivers/usb/host
Bin Meng 1bc23dd4ce usb: xhci: Program 'route string' in the input slot context
xHCI spec says: the values of the 'route string' field shall be
initialized by the first 'Address Device' command issued to a
device slot, and shall not be modified by any other command.

So far U-Boot does not program this field, and it does not prevent
SS device directly attached to root port, or HS device behind an HS
hub, from working, due to the fact that 'route string' is used by
the xHC to target SS packets. But in order to enumerate devices
behind an SS hub, this field must be programmed.

With this commit and along with previous commits, now SS & HS devices
attached to a USB 3.0 hub can be enumerated by U-Boot.

As usual, this new feature is only available when DM is on.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 493b8dd070)
Signed-off-by: Santan Kumar <santank@codeaurora.org>

Change-Id: I367a0f1fa5e310c1c6af2d4675a86a3293337d64
2018-06-05 15:40:00 +05:30
..
dwc2.c usb: dwc2: avoid out of bounds access 2015-12-31 10:05:31 +01:00
dwc2.h
ehci-armada100.c
ehci-atmel.c
ehci-exynos.c usb: host: ehci: samsung: Move hcor initialization after usb phy setup 2015-12-17 21:54:41 +01:00
ehci-faraday.c
ehci-fsl.c
ehci-generic.c usb: add support for generic EHCI devices 2015-12-07 00:14:59 +01:00
ehci-hcd.c usb: hub: Change USB hub descriptor to match USB 3.0 hubs 2018-06-05 15:21:39 +05:30
ehci-marvell.c usb: ehci-marvell.c: Add DM support 2015-10-21 02:25:01 +02:00
ehci-mpc512x.c
ehci-mx5.c
ehci-mx6.c
ehci-mxc.c
ehci-mxs.c
ehci-omap.c
ehci-pci.c
ehci-ppc4xx.c
ehci-rmobile.c
ehci-spear.c
ehci-sunxi.c sunxi: usb: Rename the sunxi usb driver DM entry 2015-12-07 00:14:59 +01:00
ehci-tegra.c
ehci-uniphier.c
ehci-vct.c
ehci-vf.c
ehci-zynq.c
ehci.h usb: ehci: remember init mode 2015-09-07 13:41:05 +02:00
isp116x-hcd.c
isp116x.h
Kconfig usb: add support of generic OHCI devices 2015-12-17 21:54:41 +01:00
Makefile qca: ipq: USB support is now DM model 2016-07-24 17:03:05 +05:30
ohci-at91.c
ohci-da8xx.c
ohci-ep93xx.c
ohci-generic.c usb: add support of generic OHCI devices 2015-12-17 21:54:41 +01:00
ohci-hcd.c ohci: Add missing cache-flush for hcca area 2015-11-03 17:29:33 +01:00
ohci-lpc32xx.c
ohci-s3c24xx.c
ohci-s3c24xx.h
ohci-sunxi.c
ohci.h
r8a66597-hcd.c Move console definitions into a new console.h file 2015-11-19 20:27:50 -07:00
r8a66597.h
sl811-hcd.c
sl811.h
usb-sandbox.c usb: sandbox: Add support for interrupt operations 2015-11-19 20:27:52 -07:00
usb-uclass.c usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv 2018-06-05 15:27:08 +05:30
utmi-armada100.c
xhci-dwc3.c usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databook 2015-12-07 00:15:00 +01:00
xhci-exynos5.c
xhci-fsl.c usb: xhci: fsl: Removing unused function usb_phy_reset 2015-12-07 00:15:00 +01:00
xhci-ipq.c ipq806x: enabled USB support 2017-12-27 09:32:30 +05:30
xhci-keystone.c
xhci-mem.c usb: xhci: Program 'route string' in the input slot context 2018-06-05 15:40:00 +05:30
xhci-omap.c usb: host: xhci-omap: fix build break 2015-12-07 00:14:59 +01:00
xhci-pci.c
xhci-ring.c USB: xHCI: Fixed abort_td failure for usb start command 2018-03-01 22:09:01 -08:00
xhci-uniphier.c
xhci-zynqmp.c usb: xhci: zynqmp: Removing unused function usb_phy_reset 2015-12-07 00:15:00 +01:00
xhci.c usb: xhci: Change xhci_setup_addressable_virt_dev() signature 2018-06-05 15:30:23 +05:30
xhci.h usb: xhci: Change xhci_setup_addressable_virt_dev() signature 2018-06-05 15:30:23 +05:30