The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5: Linux 5.16-rc3 (2021-11-28 14:09:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16-rc4 for you to fetch changes up to 37307f7020ab38dde0892a578249bf63d00bca64: usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() (2021-12-03 13:57:45 +0100) ---------------------------------------------------------------- USB fixes for 5.16-rc4 Here are some small USB fixes for a few reported issues. Included in here are: - xhci fix for a _much_ reported regression. I don't think there's a community distro that has not reported this problem yet :( - new USB quirk addition - cdns3 minor fixes - typec regression fix. All of these have been in linux-next with no reported problems, and the xhci fix has been reported by many to resolve their reported problem. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Badhri Jagan Sridharan (1): usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect Frank Li (1): usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests Mathias Nyman (1): xhci: Fix commad ring abort, write all 64 bits to CRCR register. Ole Ernst (1): USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub Zhou Qingyang (1): usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() drivers/usb/cdns3/cdns3-gadget.c | 20 ++++---------------- drivers/usb/cdns3/cdnsp-mem.c | 3 +++ drivers/usb/core/quirks.c | 3 +++ drivers/usb/host/xhci-ring.c | 21 ++++++++++++++------- drivers/usb/typec/tcpm/tcpm.c | 4 ---- 5 files changed, 24 insertions(+), 27 deletions(-)