mbox series

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

Message ID 20210616011617.GA19494@nchen (mailing list archive)
State Accepted
Commit 60ed39db6e861f4a42dfa75f9b53f10093f6d672
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-rc7

Message

Peter Chen June 16, 2021, 1:16 a.m. UTC
The following changes since commit a9aecef198faae3240921b707bc09b602e966fce:

  usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler (2021-05-27 09:36:20 +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-rc7

for you to fetch changes up to c6d580d96f140596d69220f60ce0cfbea4ee5c0f:

  usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection (2021-06-16 09:04:22 +0800)

----------------------------------------------------------------
One bug fix for USB charger detection at imx7d and imx8m series SoCs

----------------------------------------------------------------
Breno Lima (1):
      usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection

 drivers/usb/chipidea/usbmisc_imx.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

Comments

Greg KH June 16, 2021, 7:34 a.m. UTC | #1
On Wed, Jun 16, 2021 at 09:16:17AM +0800, Peter Chen wrote:
> The following changes since commit a9aecef198faae3240921b707bc09b602e966fce:
> 
>   usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler (2021-05-27 09:36:20 +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-rc7

Pulled and pushed out, thanks.

greg k-h