The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.10-rc2 for you to fetch changes up to e11d2bf271589e70ea80a2ee3e116c40fcac62c2: usb: cdns3: gadget: own the lock wrongly at the suspend routine (2020-10-30 11:40:54 +0800) ---------------------------------------------------------------- 4 bug fixes for Cadence 3 driver. The biggest fix is changing endpoint configuration method to avoid FIFO overflow at multiple endpoints situation. ---------------------------------------------------------------- Pawel Laszczak (2): usb: cdns3: Variable 'length' set but not used usb: cdns3: Fix on-chip memory overflow issue Peter Chen (2): usb: cdns3: gadget: suspicious implicit sign extension usb: cdns3: gadget: own the lock wrongly at the suspend routine drivers/usb/cdns3/ep0.c | 65 +++++++++++++++++++++++++++++++++----------------------------- drivers/usb/cdns3/gadget.c | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------- drivers/usb/cdns3/gadget.h | 5 +++-- 3 files changed, 102 insertions(+), 83 deletions(-)