On Tue, May 12, 2015 at 11:22:59PM +0200, Hauke Mehrtens wrote: > After Ray submitted the PCIe controller for the iProc devices using > pure device tree this adds support for the devices using bcma to scan > the bus. This should replaces the driver I initially send for inclusion. > > @Ray The driver found in the Broadcom SDK does some more stuff: > * setting up some DMA memory areas > * chaining MPS and MRRS to 512 > * PHY changes: > * "improving" the PCIe jitter > * some special initializations for the 3rd PCIe port > > For me it works without these additions, but I haven't tested for > performance or stability or 3rd port. Can you check if this is needed > at all for the devices found on the market? > > Hauke Mehrtens (2): > PCI: iproc: make of_irq_parse_and_map_pci() configurable > PCI: iproc: add bcma pcie driver > > drivers/pci/host/Kconfig | 11 ++++ > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pcie-iproc-bcma.c | 112 +++++++++++++++++++++++++++++++++ > drivers/pci/host/pcie-iproc-platform.c | 2 + > drivers/pci/host/pcie-iproc.c | 2 +- > drivers/pci/host/pcie-iproc.h | 1 + > 6 files changed, 128 insertions(+), 1 deletion(-) > create mode 100644 drivers/pci/host/pcie-iproc-bcma.c Applied to pci/host-iproc for v4.2 with acks from Ray and Rafał, thanks! I corrected some typos, the most important being MODULE_LICENSE, where I changed "GPLv2" to "GPL v2". See license_is_gpl_compatible() and eed6542dd53f ("PCI: generic: Fix GPL v2 license string typo"). Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html