Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681173
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v9 0/3] Tango PCIe controller support |
| Date | 2017-07-04 22:30 +0200 |
| Message-ID | <tZCCl-4Si-13@gated-at.bofh.it> (permalink) |
| References | <tUmHU-6aA-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 20, 2017 at 10:12:57AM +0200, Marc Gonzalez wrote: > 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 I made the trivial changes I mentioned, added a dependency on CONFIG_BROKEN (for the config/MMIO muxing issue), and put these on pci/host-tango. I can't build or test this, so I probably broke something in the process. I think the combination of the boot-time warning, the taint, and CONFIG_BROKEN is a reasonable amount of warning that a user should expect issues. Can you take a look and see if it works for you? https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/log/?h=pci/host-tango Bjorn
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v9 0/3] Tango PCIe controller support Bjorn Helgaas <helgaas@kernel.org> - 2017-07-04 22:30 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Mason <slash.tmp@free.fr> - 2017-07-05 01:00 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Bjorn Helgaas <helgaas@kernel.org> - 2017-07-05 20:10 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Mason <slash.tmp@free.fr> - 2017-07-05 22:50 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Bjorn Helgaas <helgaas@kernel.org> - 2017-07-05 23:40 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Mason <slash.tmp@free.fr> - 2017-07-06 00:10 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Bjorn Helgaas <helgaas@kernel.org> - 2017-07-06 05:50 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Mason <slash.tmp@free.fr> - 2017-07-06 14:30 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Marc Zyngier <marc.zyngier@arm.com> - 2017-07-06 14:50 +0200
Re: [PATCH v9 0/3] Tango PCIe controller support Bjorn Helgaas <helgaas@kernel.org> - 2017-07-06 21:50 +0200
csiph-web