[0/2] PCI: mediatek: Allocate MSI address with dmam_alloc_coherent

Message ID 20231206083753.18186-1-jianjun.wang@mediatek.com
Headers
Series PCI: mediatek: Allocate MSI address with dmam_alloc_coherent |

Message

Jianjun Wang (王建军) Dec. 6, 2023, 8:37 a.m. UTC
  These series of patches change the allocation of MSI address on MediaTek
platform, which uses 'dmam_alloc_coherent' to allocate the MSI address.

Jianjun Wang (2):
  PCI: mediatek: Allocate MSI address with dmam_alloc_coherent
  PCI: mediatek-gen3: Allocate MSI address with dmam_alloc_coherent

 drivers/pci/controller/pcie-mediatek-gen3.c | 30 +++++++++++----------
 drivers/pci/controller/pcie-mediatek.c      | 29 +++++++++++++-------
 2 files changed, 36 insertions(+), 23 deletions(-)