public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PCI: dwc: Add support for 64-bit MSI target addresses
@ 2022-08-10 23:14 Will McVicker
  2022-08-10 23:14 ` [PATCH v3 1/2] PCI: dwc: drop dependency on ZONE_DMA32 Will McVicker
  2022-08-10 23:14 ` [PATCH v3 2/2] PCI: dwc: add support for 64-bit MSI target address Will McVicker
  0 siblings, 2 replies; 5+ messages in thread
From: Will McVicker @ 2022-08-10 23:14 UTC (permalink / raw)
  To: Jingoo Han, Gustavo Pimentel, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński, Bjorn Helgaas, Will McVicker
  Cc: kernel-team, Vidya Sagar, linux-pci, linux-kernel

Hi All,

I have updated the series based on the reviews to use managed DMA
allocation API. This allows me to drop the msi_page parameter from struct
dw_pcie_rp.  Please take a look and let me know if you have any concerns.

Thanks again for the reviews!

Regards,
Will

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

v3:
  * Switched to a managed DMA allocation.
  * Simplified the DMA allocation cleanup.
  * Dropped msi_page from struct dw_pcie_rp.
  * Allocating a u64 instead of a full page.

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

 .../pci/controller/dwc/pcie-designware-host.c | 42 +++++++++----------
 drivers/pci/controller/dwc/pcie-designware.c  |  9 ++++
 drivers/pci/controller/dwc/pcie-designware.h  |  2 +-
 3 files changed, 29 insertions(+), 24 deletions(-)


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


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

end of thread, other threads:[~2022-08-11 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 23:14 [PATCH v3 0/2] PCI: dwc: Add support for 64-bit MSI target addresses Will McVicker
2022-08-10 23:14 ` [PATCH v3 1/2] PCI: dwc: drop dependency on ZONE_DMA32 Will McVicker
2022-08-10 23:14 ` [PATCH v3 2/2] PCI: dwc: add support for 64-bit MSI target address Will McVicker
2022-08-11 16:07   ` Bjorn Helgaas
2022-08-11 16:31     ` William McVicker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox