linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PCI: mediatek: Allocate MSI address with dmam_alloc_coherent()
@ 2023-12-11  8:52 Jianjun Wang
  2023-12-11  8:52 ` [PATCH v2 1/3] " Jianjun Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jianjun Wang @ 2023-12-11  8:52 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Krzysztof Wilczyński, Rob Herring,
	Bjorn Helgaas, Matthias Brugger, AngeloGioacchino Del Regno,
	Marc Zyngier
  Cc: Ryder Lee, Jianjun Wang, linux-pci, linux-mediatek, linux-kernel,
	linux-arm-kernel, jieyy.yang, chuanjia.liu, qizhong.cheng,
	jian.yang, jianguo.zhang

These series of patches change the allocation of MSI address on MediaTek
platform, which uses dmam_alloc_coherent() to allocate the MSI address.

Changes in v2:
1. Add a separate patch for pcie-mediatek-gen3.c to prevent break the
   probe flow when MSI init fails.
2. Change the location of allocate the MSI address to prevent break the
   probe flow.

Jianjun Wang (3):
  PCI: mediatek: Allocate MSI address with dmam_alloc_coherent()
  PCI: mediatek-gen3: Do not break probe flow when MSI init fails
  PCI: mediatek-gen3: Allocate MSI address with dmam_alloc_coherent()

 drivers/pci/controller/pcie-mediatek-gen3.c | 126 +++++++++++---------
 drivers/pci/controller/pcie-mediatek.c      |  24 ++--
 2 files changed, 83 insertions(+), 67 deletions(-)

-- 
2.18.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-11 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  8:52 [PATCH v2 0/3] PCI: mediatek: Allocate MSI address with dmam_alloc_coherent() Jianjun Wang
2023-12-11  8:52 ` [PATCH v2 1/3] " Jianjun Wang
2024-06-08  9:01   ` Manivannan Sadhasivam
2024-06-09 12:32     ` Marc Zyngier
2024-06-11 17:21       ` Bjorn Helgaas
2023-12-11  8:52 ` [PATCH v2 2/3] PCI: mediatek-gen3: Do not break probe flow when MSI init fails Jianjun Wang
2023-12-11  8:52 ` [PATCH v2 3/3] PCI: mediatek-gen3: Allocate MSI address with dmam_alloc_coherent() Jianjun Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).