mbox series

[GIT,PULL] usb: fixes for cdns3 driver

Message ID VE1PR04MB73105F9B65F5546DF46BAAC48B150@VE1PR04MB7310.eurprd04.prod.outlook.com (mailing list archive)
State Accepted
Commit 00c27a1df8ff5e99b383e2b4cbf947a4926fb534
Headers show
Series [GIT,PULL] usb: fixes for cdns3 driver | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.10-rc2

Message

Peter Chen Oct. 30, 2020, 3:52 a.m. UTC
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(-)

Comments

Greg KH Oct. 30, 2020, 10:47 a.m. UTC | #1
On Fri, Oct 30, 2020 at 03:52:14AM +0000, Peter Chen wrote:
> 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

Pulled and pushed out, thanks.

greg k-h