usb: xhci: Fix ASM2142/ASM3142 DMA addressing
authorForest Crossman <cyrozap@gmail.com>
Fri, 17 Jul 2020 11:27:34 +0000 (06:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2020 12:05:49 +0000 (14:05 +0200)
commitdbb0897e805f2ab1b8bc358f6c3d878a376b8897
treee88d00b8dd028296417d7ea0241ceb5f77e931fb
parent5ce1a24dd98c00a57a8fa13660648abf7e08e3ef
usb: xhci: Fix ASM2142/ASM3142 DMA addressing

The ASM2142/ASM3142 (same PCI IDs) does not support full 64-bit DMA
addresses, which can cause silent memory corruption or IOMMU errors on
platforms that use the upper bits. Add the XHCI_NO_64BIT_SUPPORT quirk
to fix this issue.

Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200717112734.328432-1-cyrozap@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c