All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] adding PCI support to AXS10x
@ 2016-01-12 15:45 ` Joao Pinto
  0 siblings, 0 replies; 51+ messages in thread
From: Joao Pinto @ 2016-01-12 15:45 UTC (permalink / raw)
  To: Vineet.Gupta1, helgaas
  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, 
necessary tweaks to the PCI subsystem and a new driver (pcie-snpsdev).
This new driver will be used extensively in the PCIe RC Prototyping Kit.

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
  add new platform driver for PCI RC

 .../devicetree/bindings/pci/pcie-snpsdev.txt       |  33 +++
 MAINTAINERS                                        |   7 +
 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                          |  24 ++
 arch/arc/plat-axs10x/Kconfig                       |   1 +
 drivers/pci/Makefile                               |   1 +
 drivers/pci/host/Kconfig                           |   8 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pcie-designware.c                 |   9 +
 drivers/pci/host/pcie-designware.h                 |   1 +
 drivers/pci/host/pcie-snpsdev.c                    | 286 +++++++++++++++++++++
 15 files changed, 440 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/pcie-snpsdev.txt
 create mode 100644 arch/arc/include/asm/pci.h
 create mode 100644 arch/arc/kernel/pcibios.c
 create mode 100644 drivers/pci/host/pcie-snpsdev.c

-- 
1.8.1.5

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

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

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 15:45 [PATCH v5 0/2] adding PCI support to AXS10x Joao Pinto
2016-01-14 11:04 ` [PATCH v6 " Joao Pinto
2016-01-12 15:45 ` [PATCH v5 " Joao Pinto
2016-01-12 15:45 ` [PATCH v5 1/2] PCI support added to ARC Joao Pinto
2016-01-14 11:04   ` [PATCH v6 " Joao Pinto
2016-01-12 15:45   ` [PATCH v5 " Joao Pinto
2016-01-14  5:26   ` Vineet Gupta
2016-01-14  5:26     ` Vineet Gupta
2016-01-14  5:26     ` Vineet Gupta
2016-01-14 10:22     ` Arnd Bergmann
2016-01-14 10:22       ` Arnd Bergmann
2016-01-14 10:22       ` Arnd Bergmann
2016-01-14 10:42       ` Joao Pinto
2016-01-14 10:42         ` Joao Pinto
2016-01-14 10:42         ` Joao Pinto
2016-01-14 10:51         ` Vineet Gupta
2016-01-14 10:51           ` Vineet Gupta
2016-01-14 10:51           ` Vineet Gupta
2016-01-14 10:54           ` Joao Pinto
2016-01-14 10:54             ` Joao Pinto
2016-01-14 10:54             ` Joao Pinto
2016-01-14 11:59           ` Arnd Bergmann
2016-01-14 11:59             ` Arnd Bergmann
2016-01-14 11:59             ` Arnd Bergmann
2016-01-14 12:11             ` Vineet Gupta
2016-01-14 12:11               ` Vineet Gupta
2016-01-14 12:11               ` Vineet Gupta
2016-01-14 11:11   ` [PATCH v6 " Vineet Gupta
2016-01-14 11:11     ` Vineet Gupta
2016-01-14 11:11     ` Vineet Gupta
2016-01-18 11:30     ` Joao Pinto
2016-01-18 11:30       ` Joao Pinto
2016-01-18 11:30       ` Joao Pinto
2016-01-27 14:29     ` Joao Pinto
2016-01-27 14:29       ` Joao Pinto
2016-01-27 14:29       ` Joao Pinto
2016-01-27 21:59       ` Bjorn Helgaas
2016-01-27 21:59         ` Bjorn Helgaas
2016-01-27 21:59         ` Bjorn Helgaas
2016-01-28 17:00         ` Joao Pinto
2016-01-28 17:00           ` Joao Pinto
2016-01-28 17:00           ` Joao Pinto
2016-01-29 20:40   ` Bjorn Helgaas
2016-01-29 20:40     ` Bjorn Helgaas
2016-02-01  9:33     ` Joao Pinto
2016-02-01  9:33       ` Joao Pinto
2016-01-12 15:45 ` [PATCH v5 2/2] add new platform driver for PCI RC Joao Pinto
2016-01-14 11:04   ` [PATCH v6 " Joao Pinto
2016-01-12 15:45   ` [PATCH v5 " Joao Pinto
2016-01-29 20:36   ` [PATCH v6 " Bjorn Helgaas
2016-01-29 20:36     ` 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.