The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.14-rc1 for you to fetch changes up to 33e99b65a13495247b4e35ec97ab82696c0fc6e0: usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail (2021-06-10 22:16:50 +0800) ---------------------------------------------------------------- Some tiny improvements for cdns USB3 drivers, no important things. ---------------------------------------------------------------- Aswath Govindraju (1): doc: dt-binding: cdns,usb3: Add interrupt-names property under required Baokun Li (1): usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tail Pawel Laszczak (1): usb: cdnsp: Useless condition has been removed Souptick Joarder (1): usb: cdns3: Corrected comment to align with kernel-doc comment Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 1 + drivers/usb/cdns3/cdns3-gadget.c | 6 ++---- drivers/usb/cdns3/cdnsp-mem.c | 5 ++--- 3 files changed, 5 insertions(+), 7 deletions(-) -- Thanks, Peter Chen