linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI:hisi: Add DT almost ECAM support for HiSilicon Hip06/Hip07 host controllers
@ 2017-01-12  6:28 Dongdong Liu
  2017-01-12  6:28 ` [PATCH 1/3] " Dongdong Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Dongdong Liu @ 2017-01-12  6:28 UTC (permalink / raw)
  To: helgaas
  Cc: linux-pci, wangzhou1, gabriele.paoloni, charles.chenxin, linuxarm,
	Dongdong Liu

The PCIe controller in Hip06/Hip07 SoCs is not completely
ECAM-compliant. It is non-ECAM only for the RC bus config space; for
any other bus underneath the root bus it does support ECAM access.

This series contains
1. Add the almost ECAM support in DT way. 
2. Add quirk to set root port pdev->no_msi = 1. 
3. Add condition #ifndef CONFIG_ARM64 for pci_fixup_irqs.

This patchset is based on 4.10-rc3.

Dongdong Liu (3):
  PCI:hisi: Add DT almost ECAM support for HiSilicon Hip06/Hip07 host
    controllers
  PCI: Set pdev->no_msi=1 for HiSilicon Hip06/Hip07 host controllers
  PCI: generic: Fix the bug of pci_fixup_irqs() for arm64 platform.

 .../devicetree/bindings/pci/hisilicon-pcie.txt     | 37 +++++++++++++++
 drivers/pci/host/pci-host-common.c                 |  2 +
 drivers/pci/host/pcie-hisi.c                       | 54 ++++++++++++++++++++--
 drivers/pci/quirks.c                               |  1 +
 include/linux/pci_ids.h                            |  3 ++
 5 files changed, 94 insertions(+), 3 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-02-08  9:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12  6:28 [PATCH 0/3] PCI:hisi: Add DT almost ECAM support for HiSilicon Hip06/Hip07 host controllers Dongdong Liu
2017-01-12  6:28 ` [PATCH 1/3] " Dongdong Liu
2017-02-03 20:40   ` Bjorn Helgaas
2017-02-03 21:00     ` Bjorn Helgaas
2017-02-04  3:30       ` Dongdong Liu
2017-01-12  6:28 ` [PATCH 2/3] PCI: Set pdev->no_msi=1 " Dongdong Liu
2017-02-03 20:42   ` Bjorn Helgaas
2017-02-04  3:37     ` Dongdong Liu
2017-02-05  0:38       ` Bjorn Helgaas
2017-02-06  0:38         ` Dongdong Liu
2017-01-12  6:28 ` [PATCH 3/3] PCI: generic: Fix the bug of pci_fixup_irqs() for arm64 platform Dongdong Liu
2017-02-03 20:45   ` Bjorn Helgaas
2017-02-06 14:08     ` Lorenzo Pieralisi
2017-02-07 21:46       ` Bjorn Helgaas
2017-02-08  9:58         ` Lorenzo Pieralisi
2017-01-23 10:29 ` [PATCH 0/3] PCI:hisi: Add DT almost ECAM support for HiSilicon Hip06/Hip07 host controllers Dongdong Liu
2017-02-03 21:04 ` Bjorn Helgaas

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).