The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.11-rc1 for you to fetch changes up to 5eb7cfbaac4db19a435ec904c2a3a064f1a67f03: MAINTAINERS: Add myself as a reviewer for CADENCE USB3 DRD IP DRIVER (2020-12-10 08:45:26 +0800) ---------------------------------------------------------------- Below are main changes for v5.11-rc1: For Chipidea USB2: - Add tracepoint support for UDC - Some tiny improvements For Cadence USB3 - Add some quirks for host mode, and let host work well at more use cases * SKIP_PHY_INIT * Disable BEI * Enable runtime PM default for i.mx platform - Some tiny improvements ---------------------------------------------------------------- Aswath Govindraju (1): MAINTAINERS: Add myself as a reviewer for CADENCE USB3 DRD IP DRIVER Fabio Estevam (2): usb: chipidea: usbmisc_imx: Use of_device_get_match_data() usb: chipidea: ci_hdrc_imx: Use of_device_get_match_data() Pawel Laszczak (2): usb: cdns3: Add static to cdns3_gadget_exit function usb: cdns3: Rids of duplicate error message Peter Chen (8): usb: cdns3: host: add .suspend_quirk for xhci-plat.c usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT usb: cdns3: host: disable BEI support usb: cdns3: add quirk for enable runtime pm by default usb: cdns3: imx: enable runtime pm by default doc: dt-binding: cdns,usb3: add wakeup-irq usb: chipidea: add tracepoint support for udc usb: chipidea: trace: fix the endian issue Roger Quadros (1): usb: cdns3: fix NULL pointer dereference on no platform data Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 5 +++++ MAINTAINERS | 1 + drivers/usb/cdns3/cdns3-imx.c | 2 +- drivers/usb/cdns3/core.c | 15 ++++---------- drivers/usb/cdns3/core.h | 4 ++++ drivers/usb/cdns3/gadget-export.h | 3 --- drivers/usb/cdns3/gadget.c | 2 +- drivers/usb/cdns3/host-export.h | 6 ++++++ drivers/usb/cdns3/host.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/usb/chipidea/Makefile | 5 ++++- drivers/usb/chipidea/ci_hdrc_imx.c | 7 +------ drivers/usb/chipidea/trace.c | 23 ++++++++++++++++++++++ drivers/usb/chipidea/trace.h | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/chipidea/udc.c | 10 ++++++++-- drivers/usb/chipidea/usbmisc_imx.c | 7 +------ 15 files changed, 210 insertions(+), 32 deletions(-) create mode 100644 drivers/usb/chipidea/trace.c create mode 100644 drivers/usb/chipidea/trace.h