
This is without the DWC2 patch.
The following changes since commit 26acc6395fee680cea72e51348bd59e206eb0464:
Merge branch '2020-09-30-assorted-network-improvements' into next (2020-10-01 09:46:10 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git next
for you to fetch changes up to e15e817f3eb13dd4b58f465b009164ecd8b997cf:
usb: xhci-rcar: Add support for R8A774A1 SoC (2020-10-01 19:43:05 +0200)
---------------------------------------------------------------- Chunfeng Yun (9): usb: xhci: add a member hci_version in xhci_ctrl struct usb: xhci: create one unified function to calculate TRB TD remainder usb: xhci: add quirks flag to support MediaTek xHCI 0.96 usb: xhci: convert to HCS_MAX_PORTS() usb: xhci: convert to TRB_TYPE() usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() usb: xhci: convert to TRB_TX_TYPE() usb: xhci: use macros with parameter to fill ep_info2 usb: xhci: convert to readx_poll_sleep_timeout()
Lad Prabhakar (1): usb: xhci-rcar: Add support for R8A774A1 SoC
drivers/usb/host/xhci-mem.c | 18 +++++--------- drivers/usb/host/xhci-mtk.c | 1 + drivers/usb/host/xhci-rcar.c | 1 + drivers/usb/host/xhci-ring.c | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------- drivers/usb/host/xhci.c | 37 ++++++++++++---------------- include/usb/xhci.h | 18 ++++---------- 6 files changed, 98 insertions(+), 118 deletions(-)