summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge branch 'pci/enumeration'Bjorn Helgaas3-49/+61
2018-06-07Merge branch 'pci/dpc'Bjorn Helgaas1-1/+4
2018-06-07Merge branch 'pci/aspm'Bjorn Helgaas2-0/+14
2018-06-06PCI/AER: Replace struct pcie_device with pci_devKeith Busch3-14/+12
2018-06-06PCI/AER: Remove unused parametersKeith Busch1-9/+5
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-6/+5
2018-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-7/+34
2018-06-04PCI: qcom: Include gpio/consumer.hArnd Bergmann1-1/+1
2018-06-04PCI: Improve "partially hidden behind bridge" log messageMika Westerberg1-9/+4
2018-06-04PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() docMika Westerberg1-0/+4
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg1-41/+41
2018-06-04PCI: Account for all bridges on bus when distributing bus numbersMika Westerberg1-3/+12
2018-06-04ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg1-2/+2
2018-06-04ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg1-0/+5
2018-06-04ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg1-17/+58
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg4-16/+32
2018-06-04PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas1-4/+4
2018-06-04PCI: mobiveil: Add MSI supportSubrahmanya Lingappa1-4/+202
2018-06-04PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driverSubrahmanya Lingappa1-0/+669
2018-06-03PCI/AER: Decode Error Source Requester IDBjorn Helgaas1-7/+11
2018-06-03PCI/AER: Remove aer_recover_work_func() forward declarationBorislav Petkov1-24/+24
2018-06-03PCI/DPC: Use the generic pcie_do_fatal_recovery() pathOza Pawandeep1-20/+33
2018-06-03PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep3-8/+9
2018-06-03PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep1-2/+2
2018-06-03PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2-0/+24
2018-06-02PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas1-7/+6
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2-11/+1
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg2-4/+2
2018-06-02PCI: shpchp: Rely on previous _OSC resultsMika Westerberg1-19/+10
2018-06-02PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg1-0/+1
2018-06-02PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg1-4/+1
2018-06-02PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg2-14/+14
2018-06-02PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg2-2/+2
2018-05-30PCI: Enable PCI_DOMAINS along with generic PCI host controllerJan Kiszka1-0/+1
2018-05-30PCI: Add support for unbinding the generic PCI host controllerJan Kiszka2-0/+14
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka13-30/+24
2018-05-30PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Jan Kiszka1-10/+10
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka13-28/+27
2018-05-30PCI: Rename of_pci_get_host_bridge_resources() device node parameterJan Kiszka1-9/+9
2018-05-30PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka1-1/+3
2018-05-26PCI: Remove unused pcie_get_minimum_link()Bjorn Helgaas1-43/+0
2018-05-26PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-05-25PCI/IOV: Allow PF drivers to limit total_VFs to 0Jakub Kicinski1-4/+2
2018-05-25PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui1-12/+34
2018-05-24PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpathMarek Vasut1-9/+16
2018-05-24PCI: rcar: Teardown MSI setup if rcar_pcie_enable() failsMarek Vasut1-1/+27
2018-05-24PCI: rcar: Add missing irq_dispose_mapping() into failpathMarek Vasut1-3/+14
2018-05-24PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()Marek Vasut1-17/+16
2018-05-24PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()Marek Vasut1-2/+3