summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PCI: qcom: Add support for MSM8996 PCIe controllerSrinivas Kandagatla2016-11-231-5/+172
| | |/ / /
| * | | | Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2016-12-121-7/+13
| |\ \ \ \
| | * | | | PCI: layerscape: Add LS1046a supportMingkai Hu2016-11-111-4/+12
| | * | | | PCI: layerscape: Remove redundant error message from ls_pcie_probe()Wei Yongjun2016-11-111-3/+1
| | |/ / /
| * | | | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2016-12-125-122/+902
| |\ \ \ \
| | * | | | PCI: iproc: Skip check for legacy IRQ on PAXC busesAndy Gospodarek2016-12-082-2/+12
| | * | | | PCI: iproc: Fix incorrect MSI address alignmentRay Jui2016-11-231-1/+1
| | * | | | PCI: iproc: Add support for the next-gen PAXB controllerRay Jui2016-11-233-0/+132
| | * | | | PCI: iproc: Add inbound DMA mapping supportRay Jui2016-11-172-0/+252
| | * | | | PCI: iproc: Make outbound mapping code more genericRay Jui2016-11-173-89/+186
| | * | | | PCI: iproc: Add PAXC v2 supportRay Jui2016-11-173-3/+180
| | * | | | PCI: iproc: Fix exception with multi-function devicesRay Jui2016-11-142-2/+59
| | * | | | PCI: iproc: Add BCMA typeRay Jui2016-11-144-1/+18
| | * | | | PCI: iproc: Do not reset PAXC when initializing the driverRay Jui2016-11-141-9/+6
| | * | | | PCI: iproc: Improve core register populationRay Jui2016-11-142-23/+64
| | |/ / /
| * | | | Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-12-121-39/+61
| |\ \ \ \
| | * | | | PCI: hv: Allocate physically contiguous hypercall params bufferLong Li2016-11-291-10/+19
| | * | | | PCI: hv: Delete the device earlier from hbus->children for hot-removeDexuan Cui2016-11-161-4/+4
| | * | | | PCI: hv: Fix hv_pci_remove() for hot-removeDexuan Cui2016-11-161-20/+33
| | * | | | PCI: hv: Use the correct buffer size in new_pcichild_device()Dexuan Cui2016-11-161-3/+3
| | * | | | PCI: hv: Make unnecessarily global IRQ masking functions staticTobias Klauser2016-10-311-2/+2
| | |/ / /
| * | | | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2016-12-121-3/+1
| |\ \ \ \
| | * | | | PCI: hisi: Remove redundant error message from hisi_pcie_probe()Wei Yongjun2016-11-111-3/+1
| | |/ / /
| * | | | Merge branch 'pci/host-altera' into nextBjorn Helgaas2016-12-121-8/+2
| |\ \ \ \
| | * | | | PCI: altera: Remove redundant error message in altera_pcie_parse_dt()Wei Yongjun2016-11-111-3/+1
| | * | | | PCI: altera: Use builtin_platform_driver() to simplify the codeWei Yongjun2016-11-111-5/+1
| | |/ / /
| * | | | Merge branch 'pci/virtualization' into nextBjorn Helgaas2016-12-127-107/+221
| |\ \ \ \
| | * | | | PCI: Add comments about ROM BAR updatingBjorn Helgaas2016-11-292-0/+11
| | * | | | PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLEBjorn Helgaas2016-11-291-1/+2
| | * | | | PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas2016-11-294-60/+7
| | * | | | PCI: Don't update VF BARs while VF memory space is enabledBjorn Helgaas2016-11-291-0/+8
| | * | | | PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas2016-11-293-2/+62
| | * | | | PCI: Update BARs using property bits appropriate for typeBjorn Helgaas2016-11-291-3/+8
| | * | | | PCI: Ignore BAR updates on virtual functionsBjorn Helgaas2016-11-282-7/+2
| | * | | | PCI: Do any VF BAR updates before enabling the BARsGavin Shan2016-11-231-7/+7
| | * | | | PCI: Support INTx masking on ConnectX-4 with firmware x.14.1100+Noa Osherovich2016-11-231-3/+56
| | * | | | PCI: Convert Mellanox broken INTx quirks to be for listed devices onlyNoa Osherovich2016-11-231-3/+37
| | * | | | PCI: Convert broken INTx masking quirks from HEADER to FINALNoa Osherovich2016-11-231-36/+36
| | |/ / /
| * | | | Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-129-97/+91
| |\ \ \ \
| | * | | | x86/platform/intel-mid: Constify mid_pci_platform_pmLukas Wunner2016-12-121-1/+1
| | * | | | PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner2016-11-172-6/+12
| | * | | | ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicLukas Wunner2016-11-172-27/+25
| | * | | | ACPI / hotplug / PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner2016-11-171-4/+1
| | * | | | PCI: Unfold conditions to block runtime PM on PCIe portsLukas Wunner2016-11-171-10/+11
| | * | | | PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner2016-11-172-10/+13
| | * | | | PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner2016-11-173-3/+5
| | * | | | PCI: Speed up algorithm in pci_bridge_d3_update()Lukas Wunner2016-11-171-8/+20
| | * | | | PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner2016-11-174-34/+8
| | * | | | PCI: Don't acquire ref on parent in pci_bridge_d3_update()Lukas Wunner2016-11-171-3/+0
| | * | | | PCI: Check for PME in targeted sleep stateAlan Stern2016-11-111-0/+4
| | |/ / /