All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] PCI: host: Add PCIe host support for Hisilicon Soc Hip05
@ 2015-04-15  6:04 ` Zhou Wang
  0 siblings, 0 replies; 21+ messages in thread
From: Zhou Wang @ 2015-04-15  6:04 UTC (permalink / raw)
  To: Bjorn Helgaas, Mohit Kumar, Jingoo Han, Arnd Bergmann,
	Liviu Dudau
  Cc: linux-pci, linux-arm-kernel, devicetree, gabriele.paoloni,
	yuanzhichang, zhudacai, zhangjukuo, xiehaitao, liguozhu,
	wangzhou.bry, Zhou Wang

This patchset adds PCIe host support for Hisilicon Soc Hip05. The PCIe hosts
use PCIe IP core from Synopsys. So the driver is based on designware PCIe driver.

Zhou Wang (3):
  PCI: host: designware: support ARM64
  PCI: Host: Add PCIe host support for Hisilicon Soc Hip05
  Documentation: devicetree: Add hisilicon PCIe host binding

 .../devicetree/bindings/pci/hisilicon-pcie.txt     |  46 ++++
 drivers/pci/host/Kconfig                           |   5 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pcie-designware.c                 |  44 +++-
 drivers/pci/host/pcie-hisi.c                       | 252 +++++++++++++++++++++
 5 files changed, 345 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
 create mode 100644 drivers/pci/host/pcie-hisi.c

-- 
1.9.1


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

end of thread, other threads:[~2015-05-07 15:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15  6:04 [RFC PATCH 0/3] PCI: host: Add PCIe host support for Hisilicon Soc Hip05 Zhou Wang
2015-04-15  6:04 ` Zhou Wang
2015-04-15  6:04 ` Zhou Wang
2015-04-15  6:04 ` [RFC PATCH 1/3] PCI: host: designware: support ARM64 Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-04-15 10:04   ` Arnd Bergmann
2015-04-15 10:04     ` Arnd Bergmann
2015-04-16  5:51     ` Zhou Wang
2015-04-16  5:51       ` Zhou Wang
2015-04-16  5:51       ` Zhou Wang
2015-04-16  8:00       ` Arnd Bergmann
2015-04-16  8:00         ` Arnd Bergmann
2015-04-15  6:04 ` [RFC PATCH 2/3] PCI: Host: Add PCIe host support for Hisilicon Soc Hip05 Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-04-15  6:04 ` [RFC PATCH 3/3] Documentation: devicetree: Add hisilicon PCIe host binding Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-04-15  6:04   ` Zhou Wang
2015-05-07 15:24 ` [RFC PATCH 0/3] PCI: host: Add PCIe host support for Hisilicon Soc Hip05 Bjorn Helgaas
2015-05-07 15:24   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.