aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-25PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao1-2/+2
2013-05-09Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2013-05-07PCI: Delay final fixups until resources are assignedYinghai Lu1-1/+0
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2013-04-18pci: Set dev->dev.type in alloc_pci_devBrian King1-1/+1
2013-04-12PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu1-0/+12
2013-04-12PCI: Clean up usages of pci_bus->is_addedJiang Liu1-2/+1
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas1-8/+29
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas1-28/+22
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu1-7/+28
2013-01-25PCI: Make device create/destroy logic symmetricJiang Liu1-1/+0
2013-01-25PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-25PCI: Consolidate "next-function" functionsYijing Wang1-27/+21
2013-01-25PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang1-1/+1
2013-01-13ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki1-0/+16
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki1-1/+0
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+34
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas1-8/+11
2012-12-07PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas1-2/+2
2012-12-05PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas1-6/+9
2012-11-28PCI: Remove __dev* markingsBill Pemberton1-9/+9
2012-11-28PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-11-13Merge branch 'pci/don-sriov' into nextBjorn Helgaas1-0/+1
2012-11-09PCI: Add pci_device_type to pdev's device structYinghai Lu1-0/+1