summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman6-27/+1770
2013-08-19Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman7-41/+90
2013-08-18ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge()Rafael J. Wysocki1-1/+3
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2013-08-16Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas7-62/+393
2013-08-15PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson1-0/+24
2013-08-15PCI: Remove aer_do_secondary_bus_reset()Alex Williamson3-36/+2
2013-08-15PCI: Tune secondary bus reset timingAlex Williamson1-2/+14
2013-08-15PCI: Wake-up devices before saving config space for resetAlex Williamson1-0/+7
2013-08-15Merge back earlier 'acpi-assorted' materialRafael J. Wysocki1-1/+0
2013-08-15PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson1-0/+209
2013-08-15PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson1-17/+38
2013-08-15PCI: Add slot reset option to pci_dev_reset()Alex Williamson1-0/+34
2013-08-15PCI: 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-13Merge 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-10PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-9/+23
2013-08-08ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki1-4/+11
2013-08-07Merge 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-06PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas1-5/+2
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+79
2013-08-03PCI: Fix types in pbus_size_io()Wei Yang1-3/+4
2013-08-03PCI: Add comments for pbus_size_mem() parametersWei Yang1-0/+2
2013-08-03PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang1-6/+3
2013-08-03Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-36/+79
2013-08-02PCI: 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-08-01PCI: 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-31PCI: 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