summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas2014-02-271-0/+1
* | PCI: Don't scan random busses in pci_scan_bridge()Andreas Noever2014-02-111-3/+7
* | PCI: Check for child busses which use more bus numbers than allocatedAndreas Noever2014-02-111-4/+6
* | PCI: Remove pci_fixup_parent_subordinate_busnr()Andreas Noever2014-02-111-30/+0
* | PCI: Make sure bus number resources stay within their parents boundsAndreas Noever2014-02-101-2/+8
* | PCI: Use request_resource_conflict() instead of insert_ for bus numbersAndreas Noever2014-02-101-1/+1
* | PCI: Assign CardBus bus number only during the second passAndreas Noever2014-02-101-1/+1
* | PCI: Clarify the "scan anyway" comment in pci_scan_bridge()Andreas Noever2014-02-101-5/+4
* | PCI: Increment max correctly in pci_scan_bridge()Andreas Noever2014-02-101-2/+3
|/
* Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2014-02-011-19/+2
* PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-131-0/+18
* Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-131-61/+56
|\
| * PCI: Make local functions staticStephen Hemminger2014-01-131-55/+56
| * PCI: Remove unused alloc_pci_dev()Stephen Hemminger2014-01-131-6/+0
* | Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-9/+9
|\ \
| * | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-9/+9
| |/
* | PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu2013-12-181-2/+19
* | PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu2013-12-181-2/+0
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-5/+5
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-09-271-1/+0
|\
| * PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang2013-09-251-1/+0
* | PCI: Use pci_is_pcie() to simplify codeYijing Wang2013-09-231-2/+1
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-0/+1
|\
| * PCI: Introduce new MSI chip infrastructureThierry Reding2013-08-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-2/+2
|\ \
| * | PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller2013-07-301-2/+2
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-281-3/+8
|\ \
| * | PCI: Disable decoding for BAR sizing only when it was actually enabledZoltan Kiss2013-08-231-3/+8
* | | Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas2013-08-261-23/+43
|\ \ \
| * | | PCI: Warn if unsafe MPS settings detectedYijing Wang2013-08-261-3/+21
| * | | PCI: Fix MPS peer-to-peer DMA comment syntaxJon Mason2013-08-261-1/+1