mbox series

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

Message ID 20210607013011.GA4633@nchen (mailing list archive)
State Superseded
Commit a39b7ba35d78b19b90c640a9fa06a8407e40e85d
Headers show
Series [GIT,PULL] usb: fixes for v5.13 | expand

Pull-request

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

Message

Peter Chen June 7, 2021, 1:30 a.m. UTC
The following changes since commit 9e3927f6373da54cb17e17f4bd700907e1123d2f:

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

are available in the Git repository at:

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

for you to fetch changes up to a9aecef198faae3240921b707bc09b602e966fce:

  usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler (2021-05-27 09:36:20 +0800)

----------------------------------------------------------------
Two bug fixes for cdns3 and cdnsp

----------------------------------------------------------------
Pawel Laszczak (1):
      usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler

Sanket Parmar (1):
      usb: cdns3: Enable TDL_CHK only for OUT ep

 drivers/usb/cdns3/cdns3-gadget.c | 8 +++-----
 drivers/usb/cdns3/cdnsp-ring.c   | 7 ++++---
 2 files changed, 7 insertions(+), 8 deletions(-)

Comments

Greg KH June 9, 2021, 8:05 a.m. UTC | #1
On Mon, Jun 07, 2021 at 09:30:11AM +0800, Peter Chen wrote:
> The following changes since commit 9e3927f6373da54cb17e17f4bd700907e1123d2f:
> 
>   usb: chipidea: udc: assign interrupt number to USB gadget structure (2021-05-17 10:04:05 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc6

Pulled and pushed out, thanks.

greg k-h