Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1344436
| From | Bjorn Helgaas <bhelgaas@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v11 0/4] ARC: Add PCI support |
| Date | 2016-02-26 17:40 +0100 |
| Message-ID | <r6tAS-640-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
>From Joao's v9 posting
(http://lkml.kernel.org/r/cover.1454952698.git.jpinto@synopsys.com):
"This patch set has the goal to add suppport for DesignWare PCIe RC in ARC
AXS10x. It includes the necessary tweaks to:
- the ARC architecture (PCI support)
- the PCI subsystem (ARC CPU support)
- to pcie-designware (Centralisation of wait for link routine)
- to dra7xx, exynos, imx6 and spear13xx drivers to use the centralised
code for link wait
A simple module was (pcie-designware-plat) was created to contain the
specific platform init code."
Changes from v10:
- Update keystone link establishment to wait longer for link to come up
before re-initiating link training
- Also use generic dw_pcie_wait_for_link() in keystone and qcom drivers
I would still like acks from DesignWare maintainers (Jingoo or
Pratyush), from Murali for the Keystone changes, and from Arnd for the
DT updates.
This series is in my pci/host-synopsys branch here:
https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/log/?h=pci/host-syn
opsys
---
Joao Pinto (4):
ARC: Add PCI support
PCI: designware: Add generic dw_pcie_wait_for_link()
PCI: designware: Add default link up check if sub-driver doesn't override
PCI: designware: Add driver for prototyping kits based on ARC SDP
.../devicetree/bindings/pci/designware-pcie.txt | 17 ++
MAINTAINERS | 7 +
arch/arc/Kconfig | 26 ++++
arch/arc/include/asm/dma.h | 5 +
arch/arc/include/asm/io.h | 9 +
arch/arc/include/asm/pci.h | 31 ++++
arch/arc/kernel/Makefile | 1
arch/arc/kernel/pcibios.c | 22 +++
arch/arc/plat-axs10x/Kconfig | 1
drivers/pci/Makefile | 1
drivers/pci/host/Kconfig | 11 ++
drivers/pci/host/Makefile | 1
drivers/pci/host/pci-dra7xx.c | 11 --
drivers/pci/host/pci-exynos.c | 13 --
drivers/pci/host/pci-imx6.c | 13 +-
drivers/pci/host/pci-keystone.c | 10 +
drivers/pci/host/pcie-designware-plat.c | 138 ++++++++++++++++++++
drivers/pci/host/pcie-designware.c | 29 ++++
drivers/pci/host/pcie-designware.h | 6 +
drivers/pci/host/pcie-qcom.c | 10 -
drivers/pci/host/pcie-spear13xx.c | 14 --
21 files changed, 318 insertions(+), 58 deletions(-)
create mode 100644 arch/arc/include/asm/pci.h
create mode 100644 arch/arc/kernel/pcibios.c
create mode 100644 drivers/pci/host/pcie-designware-plat.c
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v11 0/4] ARC: Add PCI support Bjorn Helgaas <bhelgaas@google.com> - 2016-02-26 17:40 +0100
[PATCH v11 4/4] PCI: designware: Add driver for prototyping kits based on ARC SDP Bjorn Helgaas <bhelgaas@google.com> - 2016-02-26 17:40 +0100
Re: [PATCH v11 4/4] PCI: designware: Add driver for prototyping kits based on ARC SDP Pratyush Anand <pratyush.anand@gmail.com> - 2016-02-26 18:40 +0100
[PATCH v11 2/4] PCI: designware: Add generic dw_pcie_wait_for_link() Bjorn Helgaas <bhelgaas@google.com> - 2016-02-26 17:40 +0100
Re: [PATCH v11 2/4] PCI: designware: Add generic dw_pcie_wait_for_link() Pratyush Anand <pratyush.anand@gmail.com> - 2016-02-26 18:30 +0100
RE: [PATCH v11 0/4] ARC: Add PCI support Joao Pinto <Joao.Pinto@synopsys.com> - 2016-02-29 19:40 +0100
Re: [PATCH v11 0/4] ARC: Add PCI support Bjorn Helgaas <helgaas@kernel.org> - 2016-02-29 20:30 +0100
Re: [PATCH v11 0/4] ARC: Add PCI support Joao Pinto <Joao.Pinto@synopsys.com> - 2016-03-01 12:00 +0100
csiph-web