[GIT PULL] USB driver fixes for 5.8-rc7

From: Greg KH
Date: Sun Jul 26 2020 - 07:12:32 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)