aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-03PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu1-0/+1
2012-11-03PCI: Move pci_rescan_bus() back to probe.cYinghai Lu1-0/+21
2012-09-24Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas1-2/+4
2012-09-18PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu1-2/+4
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas1-5/+0
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-14/+17
2012-08-24PCI: Remove bus number resource debug messagesBjorn Helgaas1-5/+0
2012-08-23PCI: Don't print anything while decoding is disabledBjorn Helgaas1-14/+17
2012-08-23PCI/core: Use PCI Express Capability accessorsJiang Liu1-13/+4
2012-08-23PCI: Remove unused field pcie_type from struct pci_devYijing Wang1-1/+0
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-4/+5
2012-08-20PCI: Add pcie_flags_reg to cache PCIe capabilities registerYijing Wang1-1/+2
2012-07-10Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas1-14/+17
2012-07-09Merge branch 'pci/bjorn-disable-decode' into nextBjorn Helgaas1-3/+3
2012-07-09PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas1-11/+14
2012-07-09PCI: leave MEM and IO decoding disabled during 64-bit BAR sizing, tooBjorn Helgaas1-3/+3
2012-07-09PCI: allow P2P bridge windows starting at PCI bus address zeroBjorn Helgaas1-3/+3
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas1-8/+10
2012-06-20PCI: fix P2P bridge I/O port window sign extensionBjorn Helgaas1-8/+10
2012-06-13PCI: insert busn_res for child busYinghai Lu1-2/+3
2012-06-13PCI: add default busn_res for pci_scan_bus()Yinghai Lu1-2/+4
2012-06-13PCI: add default busn_resourceYinghai Lu1-0/+7
2012-06-13PCI: checking busn_res in pci_scan_root_bus()Yinghai Lu1-1/+21
2012-06-13PCI: insert busn_res in pci_create_root_bus()Yinghai Lu1-1/+4
2012-06-13PCI: add busn_res operation functionsYinghai Lu1-0/+68
2012-06-13PCI: build a bus number resource tree for every domainYinghai Lu1-0/+30
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-29/+29
2012-05-07Merge branch 'topic/stratus' into nextBjorn Helgaas1-2/+6
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas1-2/+6
2012-04-30PCI: add host bridge release supportYinghai Lu1-1/+2
2012-04-30PCI: add generic device into pci_host_bridge structYinghai Lu1-31/+35
2012-04-30PCI: move host bridge-related code to host-bridge.cYinghai Lu1-80/+1
2012-03-20PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas1-0/+1
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu1-0/+3
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas1-29/+15
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas1-0/+16
2012-02-23PCI: convert bus addresses to resource when reading BARsBjorn Helgaas1-25/+104
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas1-9/+23
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas1-5/+34
2012-02-23PCI: don't publish new root bus until it's fully initializedBjorn Helgaas1-4/+4
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu1-0/+1
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5