mbox series

[GIT,PULL] usb: changes for v5.15-rc1

Message ID 20210826224713.GA4335@Peter (mailing list archive)
State Accepted
Commit 452d1ea55c3e621dc94ac8b832c5e00feb59aad4
Headers show
Series [GIT,PULL] usb: changes for v5.15-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.15-rc1

Message

Peter Chen Aug. 26, 2021, 10:47 p.m. UTC
The following changes since commit e4788edc730a0d2b26e1ae1f08fbb3f635b92dbb:

  USB: EHCI: Add alias for Broadcom INSNREG (2021-08-18 22:28:28 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.15-rc1

for you to fetch changes up to e5d6a7c6cfae9e714a0e8ff64facd1ac68a784c6:

  usb: chipidea: host: fix port index underflow and UBSAN complains (2021-08-21 13:15:25 +0800)

----------------------------------------------------------------
Only one patch for improving port index calculation for chipidea driver, no big changes.

----------------------------------------------------------------
Li Jun (1):
      usb: chipidea: host: fix port index underflow and UBSAN complains

 drivers/usb/chipidea/host.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Comments

Greg KH Aug. 27, 2021, 8:20 a.m. UTC | #1
On Fri, Aug 27, 2021 at 06:47:13AM +0800, Peter Chen wrote:
> 
> The following changes since commit e4788edc730a0d2b26e1ae1f08fbb3f635b92dbb:
> 
>   USB: EHCI: Add alias for Broadcom INSNREG (2021-08-18 22:28:28 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.15-rc1

Pulled and pushed out, thanks.

greg k-h