mbox series

[GIT,PULL] usb: bug fixes for v5.13

Message ID 20210522102723.GA14135@b29397-desktop (mailing list archive)
State Accepted
Commit 2cbd838e0e48bdaa47e56978a8868f2fdd2b196d
Headers show
Series [GIT,PULL] usb: bug fixes for v5.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc3

Message

Peter Chen May 22, 2021, 10:27 a.m. UTC
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.13-rc3

for you to fetch changes up to 9e3927f6373da54cb17e17f4bd700907e1123d2f:

  usb: chipidea: udc: assign interrupt number to USB gadget structure (2021-05-17 10:04:05 +0800)

----------------------------------------------------------------
Some small bug fixes for both chipidea and cdns USB

----------------------------------------------------------------
Dinghao Liu (1):
      usb: cdns3: Fix runtime PM imbalance on error

Li Jun (1):
      usb: chipidea: udc: assign interrupt number to USB gadget structure

Pawel Laszczak (1):
      usb: cdnsp: Fix lack of removing request from pending list.

 drivers/usb/cdns3/cdns3-gadget.c |  4 +++-
 drivers/usb/cdns3/cdnsp-gadget.c | 14 +++++++-------
 drivers/usb/chipidea/udc.c       |  1 +
 3 files changed, 11 insertions(+), 8 deletions(-)

Comments

Greg KH May 22, 2021, 11:26 a.m. UTC | #1
On Sat, May 22, 2021 at 06:27:23PM +0800, Peter Chen wrote:
> 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.13-rc3
> 
> for you to fetch changes up to 9e3927f6373da54cb17e17f4bd700907e1123d2f:
> 
>   usb: chipidea: udc: assign interrupt number to USB gadget structure (2021-05-17 10:04:05 +0800)

Pulled and pushed out, thanks.

greg k-h