aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King2015-10-081-17/+26
| | | | | | | * | | PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King2015-10-081-2/+7
| | | | | | | |/ /
| | | | | | * | | PCI: iproc: Fix header comment "Corporation" misspellingFlorian Fainelli2015-10-221-1/+1
| | | | | | * | | PCI: iproc: Add outbound mapping supportRay Jui2015-10-163-0/+159
| | | | | | * | | PCI: iproc: Improve link detection logicRay Jui2015-09-251-6/+23
| | | | | | * | | PCI: iproc: Fix PCIe reset logicRay Jui2015-09-251-5/+10
| | | | | | * | | PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARMRay Jui2015-09-251-2/+0
| | | | | | * | | PCI: iproc: Remove unused struct iproc_pcie.irqs[]Ray Jui2015-09-251-3/+0
| | | | | | * | | PCI: iproc: Fix code comment to match codeRay Jui2015-09-251-1/+1
| | | | | | |/ /
| | | | | * | | PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definitionFabio Estevam2015-09-241-1/+2
| | | | | * | | PCI: imx6: Return real error code from imx6_add_pcie_port()Fabio Estevam2015-09-241-1/+1
| | | | | |/ /
| | | | * | | PCI: generic: Fix address window calculation for non-zero starting busDavid Daney2015-10-091-2/+2
| | | | * | | PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney2015-10-081-1/+2
| | | | * | | PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney2015-10-081-12/+15
| | | | * | | PCI: generic: Fix lookup of linux,pci-probe-only propertyMarc Zyngier2015-09-171-8/+1
| | | | |/ /
| | | * | | PCI: designware: Make driver arch-agnosticZhou Wang2015-11-022-92/+39
| | | * | | PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang2015-11-023-60/+53
| | | * | | Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang2015-11-023-38/+16
| | | * | | PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni2015-11-022-11/+11
| | | * | | PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni2015-11-021-4/+6
| | | * | | PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni2015-11-021-0/+8
| | | * | | PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni2015-11-025-33/+26
| | | * | | PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni2015-11-021-6/+8
| | | * | | PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni2015-11-021-12/+14
| | | * | | PCI: designware: Set up high part of MSI target addressLucas Stach2015-11-021-5/+12
| | | * | | PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach2015-09-183-3/+3
| | | * | | PCI: designware: Implement multivector MSI IRQ setupLucas Stach2015-09-181-0/+31
| | | * | | PCI: designware: Factor out MSI msg setupLucas Stach2015-09-181-11/+17
| | | * | | PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach2015-09-181-0/+3
| | | * | | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang2015-09-181-1/+1
| | | |/ /
| | * | | PCI: altera: Add Altera PCIe MSI driverLey Foon Tan2015-11-033-0/+321
| | * | | PCI: altera: Add Altera PCIe host controller driverLey Foon Tan2015-10-233-0/+589
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas2015-11-0211-124/+466
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failuresAlexander Duyck2015-10-301-5/+6
| | | | | | | * | PCI: Wait 1 second between disabling VFs and clearing NumVFsAlexander Duyck2015-10-301-1/+1
| | | | | | | * | PCI: Reorder pcibios_sriov_disable()Alexander Duyck2015-10-301-6/+6
| | | | | | | * | PCI: Remove VFs in reverse order if virtfn_add() failsAlexander Duyck2015-10-301-3/+3
| | | | | | | * | PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck2015-10-291-9/+1
| | | | | | | * | PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck2015-10-291-19/+22
| | | | | | | * | PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFsBen Shelton2015-10-291-4/+4
| | | | | | | * | PCI: Don't try to restore VF BARsWei Yang2015-09-142-1/+10
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas2015-10-291-2/+14
| | | | | | * | PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas2015-10-291-7/+8
| | | | | | * | PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney2015-10-292-2/+15
| | | | | | * | PCI: Add support for Enhanced Allocation devicesSean O. Stalley2015-10-293-0/+177
| | | | | | * | PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney2015-10-291-0/+43
| | | | | | * | PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney2015-10-291-3/+4
| | | | | | * | PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned addressBjorn Helgaas2015-09-231-0/+2
| | |_|_|_|/ / | |/| | | | |
| | | | | * | PCI/MSI: Export all remapped MSIs to sysfs attributesRomain Bezut2015-10-151-14/+17
| | | | | * | PCI: Disable MSI on SiS 761Ondrej Zary2015-09-241-0/+1
| | |_|_|/ / | |/| | | |