summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-101-0/+1
|\ \
| | * PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-081-0/+1
| |/
| |
| \
*-. \ Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-231-2/+0
|\ \ \ | | |/
| * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-1/+0
| * | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-1/+0
| |/
* | PCI: Update DMA configuration from DTMurali Karicheri2015-03-121-0/+2
|/
* PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-051-5/+5
* Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-101-45/+35
|\
| *-. Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas2014-11-191-45/+35
| |\ \
| | | * PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-11-101-2/+1
| | |/ | |/|
| | * PCI: Add informational printk for invalid BARsMyron Stowe2014-11-191-1/+4
| | * PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe2014-11-101-46/+31
| | * PCI: Restore detection of read-only BARsMyron Stowe2014-11-101-0/+3
| |/
* | PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu2014-11-191-12/+16
* | PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu2014-11-131-1/+1
|/
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-5/+162
|\
| * Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-3/+8
| |\
| | * PCI: Add generic domain handlingCatalin Marinas2014-09-301-3/+8
| * | Merge branch 'pci/hotplug' into nextBjorn Helgaas2014-09-231-0/+134
| |\ \
| | * | PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas2014-09-121-3/+0
| | * | PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas2014-09-121-0/+10
| | * | PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas2014-09-121-5/+0
| | * | PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas2014-09-121-8/+0
| | * | PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas2014-09-121-8/+1
| | * | PCI: Remove unused pci_configure_slot()Bjorn Helgaas2014-09-121-28/+0
| | * | PCI: Add pci_configure_device() during enumerationBjorn Helgaas2014-09-121-0/+25
| | * | PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas2014-09-121-0/+150
| | |/
| * | PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain2014-09-081-0/+13
| * | PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain2014-09-081-2/+7
| |/
* | Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas2014-09-191-8/+2
* | Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas2014-09-191-7/+3
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-17/+12
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-12/+10
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-5/+4
* Merge branch 'pci/misc' into nextBjorn Helgaas2014-05-281-1/+38
|\
| * PCI: Test for std config alias when testing extended config spaceAlex Williamson2014-05-271-1/+38
| |
| \
| \
| \
*---. \ Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-281-2/+2
|\ \ \ \
| | | * | PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson2014-05-281-0/+1
| | |/ / | |/| |
| | * | PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas2014-05-261-19/+29
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas2014-05-231-1/+1
| | * PCI: Don't print anything while decoding is disabledBjorn Helgaas2014-05-231-4/+6
| | * PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas2014-05-231-6/+7
| | * PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas2014-05-231-2/+3
| | * PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas2014-05-231-1/+1
| | * PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas2014-05-231-6/+12
| |/
* | PCI: Fix use of uninitialized MPS valueBjorn Helgaas2014-04-291-1/+1
* | PCI: Remove unnecessary __ref annotationsBjorn Helgaas2014-04-291-4/+4
|/
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-03-191-4/+13
|\
| * PCI: Log IDE resource quirk in dmesgBjorn Helgaas2014-03-191-4/+12
OpenPOWER on IntegriCloud