aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-4/+13
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas1-0/+1
2014-02-11PCI: Don't scan random busses in pci_scan_bridge()Andreas Noever1-3/+7
2014-02-11PCI: Check for child busses which use more bus numbers than allocatedAndreas Noever1-4/+6
2014-02-11PCI: Remove pci_fixup_parent_subordinate_busnr()Andreas Noever1-30/+0
2014-02-10PCI: Make sure bus number resources stay within their parents boundsAndreas Noever1-2/+8
2014-02-10PCI: Use request_resource_conflict() instead of insert_ for bus numbersAndreas Noever1-1/+1
2014-02-10PCI: Assign CardBus bus number only during the second passAndreas Noever1-1/+1
2014-02-10PCI: Clarify the "scan anyway" comment in pci_scan_bridge()Andreas Noever1-5/+4
2014-02-10PCI: Increment max correctly in pci_scan_bridge()Andreas Noever1-2/+3
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki1-19/+2
2014-01-13PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki1-0/+18
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-61/+56
2014-01-13PCI: Make local functions staticStephen Hemminger1-55/+56
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger1-6/+0
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-9/+9
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-9/+9
2013-12-18PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu1-2/+19
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu1-2/+0
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-5/+5
2013-09-27Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+0
2013-09-25PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang1-1/+0
2013-09-23PCI: Use pci_is_pcie() to simplify codeYijing Wang1-2/+1
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-08-28Merge branch 'pci/misc' into nextBjorn Helgaas1-3/+8
2013-08-26Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas1-23/+43
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas1-1/+0
2013-08-26PCI: Warn if unsafe MPS settings detectedYijing Wang1-3/+21
2013-08-26PCI: Fix MPS peer-to-peer DMA comment syntaxJon Mason1-1/+1
2013-08-23PCI: Disable decoding for BAR sizing only when it was actually enabledZoltan Kiss1-3/+8
2013-08-22PCI: Don't restrict MPS for slots below Root PortsYijing Wang1-16/+16
2013-08-22PCI: Simplify MPS test for Downstream PortBjorn Helgaas1-2/+1
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-2/+5
2013-08-22PCI: Drop "PCI-E" prefix from Max Payload Size messageBjorn Helgaas1-1/+1
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding1-0/+1
2013-07-30PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller1-2/+2
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-25PCI: Convert class code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-36/+47
2013-06-14PCI: Return early on allocation failures to unindent mainline codeBjorn Helgaas1-14/+15
2013-06-14Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+1
2013-06-07PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()Jiang Liu1-13/+13
2013-06-07PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu1-6/+8
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng1-2/+3
2013-06-04PCI: Add pcibios_release_device()Sebastian Ott1-0/+1
2013-05-27PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng1-1/+8
2013-05-25PCI: Unset resource if initial BAR value is invalidKevin Hao1-1/+21
2013-05-25PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao1-3/+2