mbox series

[GIT,PULL] USB driver fixes for 5.8-rc7

Message ID 20200726111143.GA1283454@kroah.com (mailing list archive)
State Mainlined
Commit 17f50e28a858e4bab808733339995133390aae54
Headers show
Series [GIT,PULL] USB driver fixes for 5.8-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.8-rc7

Message

Greg KH July 26, 2020, 11:11 a.m. UTC
The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

  Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.8-rc7

for you to fetch changes up to 0b987032f8b58ef51cc8a042f46cc0cf1f277172:

  usb: tegra: Fix allocation for the FPCI context (2020-07-23 13:21:01 +0200)

----------------------------------------------------------------
USB fixes for 5.8-rc7

Here are 3 small USB XHCI driver fixes for 5.8-rc7.

They all resolve some minor issues that have been reported on some
different platforms.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Chunfeng Yun (1):
      usb: xhci-mtk: fix the failure of bandwidth allocation

Forest Crossman (1):
      usb: xhci: Fix ASM2142/ASM3142 DMA addressing

Jon Hunter (1):
      usb: tegra: Fix allocation for the FPCI context

 drivers/usb/host/xhci-mtk-sch.c | 4 ++++
 drivers/usb/host/xhci-pci.c     | 3 +++
 drivers/usb/host/xhci-tegra.c   | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org July 26, 2020, 6:05 p.m. UTC | #1
The pull request you sent on Sun, 26 Jul 2020 13:11:43 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.8-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17f50e28a858e4bab808733339995133390aae54

Thank you!