OSDN Git Service

Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/peter...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 10:46:49 +0000 (11:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 10:46:49 +0000 (11:46 +0100)
commit00c27a1df8ff5e99b383e2b4cbf947a4926fb534
tree6162dbfeb768daf8a5243239eb6487215683e4d2
parent712da5fc4a66fbb1f144742e1b808498e932009b
parente11d2bf271589e70ea80a2ee3e116c40fcac62c2
Merge tag 'usb-v5.10-rc2' of git://git./linux/kernel/git/peter.chen/usb into usb-linus

Peter writes:

4 bug fixes for Cadence 3 driver.
The biggest fix is changing endpoint configuration method to
avoid FIFO overflow at multiple endpoints situation.

* tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb:
  usb: cdns3: gadget: own the lock wrongly at the suspend routine
  usb: cdns3: Fix on-chip memory overflow issue
  usb: cdns3: gadget: suspicious implicit sign extension
  usb: cdns3: Variable 'length' set but not used