aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas1-0/+1
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas1-2/+0
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-1/+0
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang1-1/+0
2015-03-12PCI: Update DMA configuration from DTMurali Karicheri1-0/+2
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-5/+5
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-45/+35
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into nextBjorn Helgaas1-45/+35
2014-11-19PCI: Add informational printk for invalid BARsMyron Stowe1-1/+4
2014-11-19PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu1-12/+16
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu1-1/+1
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring1-2/+1
2014-11-10PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe1-46/+31
2014-11-10PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+162
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-3/+8
2014-09-30PCI: Add generic domain handlingCatalin Marinas1-3/+8
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas1-0/+134
2014-09-19Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas1-8/+2
2014-09-19Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas1-7/+3
2014-09-12PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas1-3/+0
2014-09-12PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas1-0/+10
2014-09-12PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas1-5/+0
2014-09-12PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas1-8/+0
2014-09-12PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas1-8/+1
2014-09-12PCI: Remove unused pci_configure_slot()Bjorn Helgaas1-28/+0
2014-09-12PCI: Add pci_configure_device() during enumerationBjorn Helgaas1-0/+25
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas1-0/+150
2014-09-08PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain1-0/+13
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain1-2/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-17/+12
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-12/+10
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-5/+4
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+38
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-2/+2
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-0/+1
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson1-1/+38
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-19/+29
2014-05-23PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas1-1/+1
2014-05-23PCI: Don't print anything while decoding is disabledBjorn Helgaas1-4/+6
2014-05-23PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas1-6/+7
2014-05-23PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas1-2/+3
2014-05-23PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas1-1/+1
2014-05-23PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas1-6/+12
2014-04-29PCI: Fix use of uninitialized MPS valueBjorn Helgaas1-1/+1
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas1-4/+4
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-4/+13
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12