mbox series

[0/4] PCI/dwc: Add more than 4GiB range support

Message ID 20181025092229.28413-1-Zhiqiang.Hou@nxp.com
Headers show
Series PCI/dwc: Add more than 4GiB range support | expand

Message

Z.Q. Hou Oct. 25, 2018, 9:22 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

This patch set is to add greater than 4GiB range support, patch 4/4.
Patch 3/4 is to initialize the number of viewport.
BTW, fix 2 bugs, see patch 1/4 and 2/4.

Hou Zhiqiang (4):
  PCI/dwc: fix potential memory leak
  PCI/dwc: Fix the 4GiB outbound window size truncated to zero issue
  PCI/layerscape: initialize the number of viewport
  PCI/dwc: Add more than 4GiB range support

 drivers/pci/controller/dwc/pci-layerscape.c   |  3 +
 .../pci/controller/dwc/pcie-designware-host.c | 83 +++++++++++++++----
 drivers/pci/controller/dwc/pcie-designware.c  |  4 +-
 drivers/pci/controller/dwc/pcie-designware.h  |  7 +-
 4 files changed, 79 insertions(+), 18 deletions(-)