[PATCH v2 0/2] PCI: dwc: Add support for 64-bit MSI target addresses

From: Will McVicker
Date: Wed Aug 10 2022 - 14:36:28 EST


Hi All,

I have updated the patch series based on the build error reported by the
kernel test robot which found an issues with the new inline function when
PCIE_DW_HOST isn't set. Additionally, I have updated the DMA alloc error
handling for the first patch which was reported to me directly by Isaac
Manjarres. Basically, we don't need to check for a DMA mapping error since
dma_alloc_coherent() will free the memory when a mapping error occurs.

Please take a look and let me know if you have any questions or concerns.

Thanks,
Will

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Reported-by: Isaac J. Manjarres <isaacmanjarres@xxxxxxxxxx>

Will McVicker (2):
PCI: dwc: drop dependency on ZONE_DMA32
PCI: dwc: add support for 64-bit MSI target address

v2:
* Fixed build error caught by kernel test robot
* Fixed error handling reported by Isaac Manjarres

.../pci/controller/dwc/pcie-designware-host.c | 37 +++++++++++--------
drivers/pci/controller/dwc/pcie-designware.c | 9 +++++
drivers/pci/controller/dwc/pcie-designware.h | 1 +
3 files changed, 31 insertions(+), 16 deletions(-)


base-commit: d4252071b97d2027d246f6a82cbee4d52f618b47
--
2.37.1.559.g78731f0fdb-goog