[PATCH 0/5] PCI: st: provide support for dw pcie
Gabriel FERNANDEZ
gabriel.fernandez at st.com
Wed Dec 17 02:34:41 PST 2014
This patch-set introduces a STMicroelectronics PCIe controler.
It's based on designware PCIe driver.
Gabriel Fernandez (5):
ARM: STi: Kconfig update for PCIe support
PCI: st: Add Device Tree bindings for sti pcie
PCI: st: Provide support for the sti PCIe controller
PCI: designware: Add setup bus-related to pcie_host_ops
PCI: st: disable IO support
Documentation/devicetree/bindings/pci/st-pcie.txt | 53 ++
arch/arm/mach-sti/Kconfig | 2 +
drivers/pci/host/Kconfig | 5 +
drivers/pci/host/Makefile | 1 +
drivers/pci/host/pci-st.c | 736 ++++++++++++++++++++++
drivers/pci/host/pcie-designware.c | 3 +
drivers/pci/host/pcie-designware.h | 1 +
7 files changed, 801 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pci/st-pcie.txt
create mode 100644 drivers/pci/host/pci-st.c
--
1.9.1
More information about the linux-arm-kernel
mailing list