All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] adding PCI support to AXS10x
@ 2016-02-08 17:45 ` Joao Pinto
  0 siblings, 0 replies; 23+ messages in thread
From: Joao Pinto @ 2016-02-08 17:45 UTC (permalink / raw)
  To: Vineet.Gupta1, helgaas, arnd
  Cc: linux-pci, linux-kernel, linux-snps-arc, CARLOS.PALMINHA,
	Alexey.Brodkin, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, Joao Pinto

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.

The patches were produced against Bjorn Helgaas' repository. It was properly
tested in an IP Prototyping Kit.

Joao Pinto (2):
  PCI support added to ARC
  pcie-designware platform driver

 .../devicetree/bindings/pci/designware-pcie.txt    |  17 +++
 arch/arc/Kconfig                                   |  23 ++++
 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                          |  23 ++++
 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                      |  11 +-
 drivers/pci/host/pci-imx6.c                        |  11 +-
 drivers/pci/host/pcie-designware-plat.c            | 143 +++++++++++++++++++++
 drivers/pci/host/pcie-designware.c                 |  31 ++++-
 drivers/pci/host/pcie-designware.h                 |   6 +
 drivers/pci/host/pcie-spear13xx.c                  |  12 +-
 18 files changed, 311 insertions(+), 37 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

-- 
1.8.1.5

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

end of thread, other threads:[~2016-02-25 17:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 17:45 [PATCH v9 0/2] adding PCI support to AXS10x Joao Pinto
2016-02-08 17:45 ` Joao Pinto
2016-02-08 17:45 ` [PATCH v9 1/2] PCI support added to ARC Joao Pinto
2016-02-08 17:45   ` Joao Pinto
2016-02-25 16:30   ` [PATCH RESEND " Bjorn Helgaas
2016-02-25 16:30     ` Bjorn Helgaas
2016-02-25 16:52     ` Vineet Gupta
2016-02-25 16:52       ` Vineet Gupta
2016-02-08 17:45 ` [PATCH v9 2/2] pcie-designware platform driver Joao Pinto
2016-02-17 17:46   ` [PATCH RESEND " Joao Pinto
2016-02-08 17:45   ` [PATCH " Joao Pinto
2016-02-08 21:29   ` kbuild test robot
2016-02-08 21:29     ` kbuild test robot
2016-02-08 23:28     ` Bjorn Helgaas
2016-02-08 23:28       ` Bjorn Helgaas
2016-02-10  9:48       ` Joao Pinto
2016-02-10  9:48         ` Joao Pinto
2016-02-15 18:15         ` Joao Pinto
2016-02-15 18:15           ` Joao Pinto
2016-02-25 16:32   ` [PATCH RESEND " Bjorn Helgaas
2016-02-25 16:32     ` Bjorn Helgaas
2016-02-25 17:01   ` Bjorn Helgaas
2016-02-25 17:01     ` 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.