aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-14PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson1-0/+209
2013-08-14PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson1-17/+38
2013-08-14PCI: Add slot reset option to pci_dev_reset()Alex Williamson1-0/+34
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson3-0/+44
2013-08-13ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren1-0/+5
2013-08-13PCI: tegra: set up PADS_REFCLK_CFG1Stephen Warren1-5/+24
2013-08-13PCI: tegra: Add Tegra 30 PCIe supportJay Agarwal1-33/+176
2013-08-13PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding3-0/+1540
2013-08-13PCI: msi: add default MSI operations for !HAVE_GENERIC_HARDIRQS platformsThomas Petazzoni1-0/+16
2013-08-12Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas2-29/+106
2013-08-12PCI: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom1-16/+2
2013-08-12PCI: Chelsio quirk: Enable Bus Master during Function-Level ResetCasey Leedom1-0/+79
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom1-13/+25
2013-08-12Merge branch 'pci/misc' into nextBjorn Helgaas6-743/+874
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han4-740/+869
2013-08-12PCI: mvebu: Make Marvell PCIe driver depend on OFThomas Petazzoni1-0/+1
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding2-2/+26
2013-08-12PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni1-4/+0
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni1-24/+24
2013-08-09PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-9/+23
2013-08-07ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki1-4/+11
2013-08-06Merge branch 'pci/wei-resource-cleanups' into nextBjorn Helgaas1-14/+11
2013-08-06PCI: mvebu: Convert to use devm_ioremap_resourceTushar Behera1-3/+4
2013-08-06PCI: mvebu: Check valid base address before port setupEzequiel Garcia1-0/+2
2013-08-06PCI: mvebu: Adapt to the new device tree layoutThomas Petazzoni1-29/+84
2013-08-05PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas1-5/+2
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+79
2013-08-02PCI: Fix types in pbus_size_io()Wei Yang1-3/+4
2013-08-02PCI: Add comments for pbus_size_mem() parametersWei Yang1-0/+2
2013-08-02PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang1-6/+3
2013-08-02Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-36/+79
2013-08-01PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridgeThomas Petazzoni1-26/+1
2013-08-01Merge branch 'pci/misc' into nextBjorn Helgaas6-24/+39
2013-08-01PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang1-1/+1
2013-07-31PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann1-7/+10
2013-08-01PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()Lan Tianyu1-1/+1
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+43
2013-07-30PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller2-2/+5
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang1-1/+3
2013-07-26PCI: Retry allocation of only the resource type that failedYinghai Lu1-1/+68
2013-07-26PCI: pciehp: Convert pciehp to be builtin only, not modularBjorn Helgaas1-4/+1
2013-07-25PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas1-4/+1
2013-07-25PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu1-1/+8
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu1-1/+1
2013-07-25PCI: Move resource reallocation code to non-__initYinghai Lu1-8/+7
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu5-28/+23
2013-07-25PCI: Assign resources on a per-bus basisYinghai Lu1-37/+25
2013-07-25PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu1-19/+23
2013-07-25PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu1-1/+6
2013-07-25PCI: Look for unassigned resources on per-bus basisYinghai Lu1-15/+29