summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-141-36/+47
|\
| * PCI: Return early on allocation failures to unindent mainline codeBjorn Helgaas2013-06-141-14/+15
| * PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()Jiang Liu2013-06-071-13/+13
| * PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu2013-06-071-6/+8
| * PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-051-2/+3
| * PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng2013-05-271-1/+8
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-141-0/+1
|\ \
| * | PCI: Add pcibios_release_device()Sebastian Ott2013-06-041-0/+1
| |/
* | PCI: Unset resource if initial BAR value is invalidKevin Hao2013-05-251-1/+21
* | PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao2013-05-251-3/+2
* | PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao2013-05-251-2/+2
|/
* Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-091-1/+0
|\
| * PCI: Delay final fixups until resources are assignedYinghai Lu2013-05-071-1/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-1/+1
|\ \ | |/ |/|
| * pci: Set dev->dev.type in alloc_pci_devBrian King2013-04-181-1/+1
* | PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2013-04-121-0/+12
* | PCI: Clean up usages of pci_bus->is_addedJiang Liu2013-04-121-2/+1
|/
* Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-261-8/+29
|\
| * PCI: Put pci_dev in device tree as early as possibleYinghai Lu2013-01-251-7/+28
| * PCI: Make device create/destroy logic symmetricJiang Liu2013-01-251-1/+0
| * PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu2013-01-251-0/+1
* | Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-261-28/+22
|\ \
| * | PCI: Consolidate "next-function" functionsYijing Wang2013-01-251-27/+21
| * | PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang2013-01-251-1/+1
* | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+16
| |/ |/|
* | ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-031-1/+0
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-8/+34
|\
| * Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-071-8/+11
| |\
| | * PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas2012-12-071-2/+2
| | * PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas2012-12-051-6/+9
| * | Merge branch 'pci/don-sriov' into nextBjorn Helgaas2012-11-131-0/+1
| |\ \
| | * | PCI: Add pci_device_type to pdev's device structYinghai Lu2012-11-091-0/+1
| | |/
| * | PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu2012-11-031-0/+1
| * | PCI: Move pci_rescan_bus() back to probe.cYinghai Lu2012-11-031-0/+21
| |/
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-9/+9
* | PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0
|/
* Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-241-2/+4
|\
| * PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu2012-09-181-2/+4
* | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-5/+0
|\ \
| * | PCI: Remove bus number resource debug messagesBjorn Helgaas2012-08-241-5/+0
* | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-14/+17
|\ \ \ | | |/ | |/|
| * | PCI: Don't print anything while decoding is disabledBjorn Helgaas2012-08-231-14/+17
| |/
* | PCI/core: Use PCI Express Capability accessorsJiang Liu2012-08-231-13/+4
* | PCI: Remove unused field pcie_type from struct pci_devYijing Wang2012-08-231-1/+0
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-4/+5
* | PCI: Add pcie_flags_reg to cache PCIe capabilities registerYijing Wang2012-08-201-1/+2
|/
* Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-101-14/+17
|\
| * PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas2012-07-091-11/+14
| * PCI: allow P2P bridge windows starting at PCI bus address zeroBjorn Helgaas2012-07-091-3/+3
* | Merge branch 'pci/bjorn-disable-decode' into nextBjorn Helgaas2012-07-091-3/+3
|\ \