Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci

Pull PCI fixlet from Bjorn Helgaas:
"This marks the TI DRA7xx host bridge driver as broken. Apparently it
has never worked without some additional out-of-tree code, so I'm
going to mark it broken now and remove it completely next cycle unless
it's fixed"

* tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI: dra7xx: Mark driver as broken

+1
+1
drivers/pci/host/Kconfig
··· 5 5 bool "TI DRA7xx PCIe controller" 6 6 select PCIE_DW 7 7 depends on OF && HAS_IOMEM && TI_PIPE3 8 + depends on BROKEN 8 9 help 9 10 Enables support for the PCIe controller in the DRA7xx SoC. There 10 11 are two instances of PCIe controller in DRA7xx. This controller can