summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2017-03-06PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas
2016-06-06PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava
2016-04-18PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas
2016-04-18PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang
2015-07-21PCI: Add pci_bus_addr_tYinghai Lu
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang
2015-03-12PCI: Update DMA configuration from DTMurali Karicheri
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas
2014-11-19PCI: Add informational printk for invalid BARsMyron Stowe
2014-11-19PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring
2014-11-10PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe
2014-11-10PCI: Restore detection of read-only BARsMyron Stowe
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas
2014-09-30PCI: Add generic domain handlingCatalin Marinas
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas
2014-09-19Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas
2014-09-19Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas
2014-09-12PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas
2014-09-12PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas
2014-09-12PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas
2014-09-12PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas
2014-09-12PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas
2014-09-12PCI: Remove unused pci_configure_slot()Bjorn Helgaas
2014-09-12PCI: Add pci_configure_device() during enumerationBjorn Helgaas
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas
2014-09-08PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-05-23PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas
2014-05-23PCI: Don't print anything while decoding is disabledBjorn Helgaas
2014-05-23PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas
2014-05-23PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas
2014-05-23PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas