aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-16PCI: tegra: Fix extended configuration space mappingPeter Daifuku1-1/+1
2014-09-16PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding1-0/+5
2014-09-16PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr1-0/+20
2014-09-16PCI: Use device flag helper functionsEthan Zhao1-1/+1
2014-09-16PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri2-6/+7
2014-09-16PCI: keystone: Assume controller is already in RC modeMurali Karicheri1-19/+2
2014-09-16PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri1-0/+45
2014-09-16PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-09-15Merge branch 'pci/hotplug-vga' into for-linusBjorn Helgaas2-10/+18
2014-09-12PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2-2/+2
2014-09-12PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas1-3/+0
2014-09-12PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas1-0/+10
2014-09-12PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas1-5/+0
2014-09-12PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas1-8/+0
2014-09-12PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas1-8/+1
2014-09-12PCI: Remove unused pci_configure_slot()Bjorn Helgaas1-28/+0
2014-09-12ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas1-10/+1
2014-09-12PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas1-7/+1
2014-09-12PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas1-4/+1
2014-09-12PCI: Add pci_configure_device() during enumerationBjorn Helgaas1-0/+25
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas3-177/+151
2014-09-12PCI: Shuffle pci-acpi.c functions to group them logicallyBjorn Helgaas1-67/+67
2014-09-12PCI: Whitespace cleanup in pci-acpi.cBjorn Helgaas1-10/+8
2014-09-12PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas2-251/+250
2014-09-12PCI: pciehp: Configure hot-added display devicesBjorn Helgaas1-5/+1
2014-09-12PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas1-5/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2-10/+18
2014-09-08PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain1-0/+13
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain1-2/+7
2014-09-08PCI: Assume all Mellanox devices have broken INTx maskingGavin Shan1-0/+2
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand2-38/+33
2014-09-05PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey1-5/+6
2014-09-05Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas13-142/+2083
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach1-27/+2
2014-09-05PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach1-1/+1
2014-09-05Merge branch 'pci/host-designware' into pci/host-imx6Bjorn Helgaas2-27/+55
2014-09-04PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init()Lucas Stach1-1/+0
2014-09-04PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach1-8/+7
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach2-0/+12
2014-09-04PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri5-0/+971
2014-09-04PCI: tegra: Implement a proper resource hierarchyThierry Reding1-3/+29
2014-09-04PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang1-2/+6
2014-09-04PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach1-0/+38
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala3-0/+978
2014-09-03PCI: Remove unnecessary variable in pci_add_dynid()Tobias Klauser1-4/+1
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-09-02PCI: designware: Add support for v3.65 hardwareMurali Karicheri2-18/+36
2014-09-02PCI/PM: Allow PCI devices to be put into D3cold during system suspendRafael J. Wysocki1-4/+0
2014-09-02PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki1-74/+0
2014-09-01PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idleRafael J. Wysocki1-10/+51