
The following changes since commit ae52e75d23ce11f36b3eae758045da95a871f263:
Merge tag 'for-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c into next (2020-09-17 09:55:01 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git next
for you to fetch changes up to 4fb50766433626f4d57e7491e638bc55d80badef:
usb: xhci-rcar: Add support for R8A774A1 SoC (2020-09-22 13:40:27 +0200)
---------------------------------------------------------------- Chance.Yang (1): usb: dwc2: Fix contorl OUT transfer issue
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/gadget/dwc2_udc_otg_xfer_dma.c | 16 +++++++++-- 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 ++++-------- 7 files changed, 111 insertions(+), 121 deletions(-)