Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1670420 > unrolled thread

[PATCH v9 0/3] Tango PCIe controller support

Started byMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
First post2017-06-20 10:30 +0200
Last post2017-06-20 10:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v9 0/3] Tango PCIe controller support Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2017-06-20 10:30 +0200

#1670420 — [PATCH v9 0/3] Tango PCIe controller support

FromMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Date2017-06-20 10:30 +0200
Subject[PATCH v9 0/3] Tango PCIe controller support
Message-ID<tUmHU-6aA-9@gated-at.bofh.it>
Marc Z pointed out that posting partial series is not ideal.
Collect last-minute fixups into a single patch series.

- Bump series to v9 to avoid any ambiguity
- Add Rob's Ack on patch 1

Marc Gonzalez (3):
  PCI: Add DT binding for tango PCIe controller
  PCI: Add tango PCIe host bridge support
  PCI: Add tango MSI controller support

 .../devicetree/bindings/pci/tango-pcie.txt         |  29 ++
 drivers/pci/host/Kconfig                           |   8 +
 drivers/pci/host/Makefile                          |   1 +
 drivers/pci/host/pcie-tango.c                      | 390 +++++++++++++++++++++
 include/linux/pci_ids.h                            |   2 +
 5 files changed, 430 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/tango-pcie.txt
 create mode 100644 drivers/pci/host/pcie-tango.c

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web