summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas
2014-09-22Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', '...Bjorn Helgaas
2014-09-22Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas
2014-09-16PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter
2014-09-16PCI: tegra: Add Tegra124 supportThierry Reding
2014-09-16PCI: tegra: Make sure the PCIe PLL is really resetEric Yuen
2014-09-16PCI: tegra: Fix extended configuration space mappingPeter Daifuku
2014-09-16PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding
2014-09-16PCI: Increase IBM ipr SAS Crocodile BARs to at least system page sizeDouglas Lehr
2014-09-16PCI: Use device flag helper functionsEthan Zhao
2014-09-16xen/pciback: Use PCI device flag helper functionsEthan Zhao
2014-09-16PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri
2014-09-16PCI: keystone: Assume controller is already in RC modeMurali Karicheri
2014-09-16PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri
2014-09-16PCI: pciehp: Prevent NULL dereference during probeAndreas Noever
2014-09-13PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas
2014-09-13PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas
2014-09-13PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas
2014-09-13PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas
2014-09-13PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas
2014-09-13PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas
2014-09-13PCI: Remove unused pci_configure_slot()Bjorn Helgaas
2014-09-13ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas
2014-09-13PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas
2014-09-13PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas
2014-09-13PCI: Add pci_configure_device() during enumerationBjorn Helgaas
2014-09-13PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas
2014-09-13PCI: Shuffle pci-acpi.c functions to group them logicallyBjorn Helgaas
2014-09-13PCI: Whitespace cleanup in pci-acpi.cBjorn Helgaas
2014-09-13PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas
2014-09-13PCI: pciehp: Configure hot-added display devicesBjorn Helgaas
2014-09-12PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas
2014-09-09PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain
2014-09-09PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain
2014-09-08PCI: Assume all Mellanox devices have broken INTx maskingGavin Shan
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand
2014-09-05PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey
2014-09-05Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', ...Bjorn Helgaas
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach
2014-09-05PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach
2014-09-05Merge branch 'pci/host-designware' into pci/host-imx6Bjorn Helgaas
2014-09-04PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach
2014-09-04PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach
2014-09-04PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri
2014-09-04PCI: tegra: Implement a proper resource hierarchyThierry Reding
2014-09-04PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang
2014-09-04PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala
2014-09-03PCI: Remove unnecessary variable in pci_add_dynid()Tobias Klauser