summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: qcom: add runtime pm support to pcie_portSrinivas Kandagatla2018-05-231-1/+8
| | * | PCI: qcom: Fix a bitwise vs logical NOT typoDan Carpenter2018-05-161-1/+1
| | * | PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel2018-05-151-9/+9
| | * | PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel2018-05-151-3/+3
| | * | PCI: dwc: Add support for EP modeGustavo Pimentel2018-05-154-18/+178
| | * | PCI: Move private DT related functions into private headerRob Herring2018-05-1417-0/+69
| | * | PCI: dwc: Move CONFIG_PCI depends to menuRob Herring2018-05-141-14/+3
| | * | PCI: dwc: Replace magic number by definesGustavo Pimentel2018-05-142-14/+21
| | * | PCI: dwc: Small computation improvementGustavo Pimentel2018-05-141-4/+4
| | * | PCI: dwc: Replace lower into upper case charactersGustavo Pimentel2018-05-143-35/+38
| | * | PCI: dwc: Define maximum number of vectorsGustavo Pimentel2018-05-141-0/+6
| | * | PCI: imx6: Remove space before tabsFabio Estevam2018-05-141-1/+1
| | * | PCI: keystone: Do not treat link up message as errorFabio Estevam2018-05-141-1/+1
| | |/
| * | Merge branch 'lorenzo/pci/armada8k'Bjorn Helgaas2018-06-061-4/+17
| |\ \
| | * | PCI: armada8k: Fix clock resource by adding a register clockGregory CLEMENT2018-03-081-2/+16
| | * | PCI: armada8k: Remove useless test before clk_disable_unprepare()Gregory CLEMENT2018-03-081-2/+1
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-06-067-4/+139
| |\ \ \
| | * | | PCI/IOV: Allow PF drivers to limit total_VFs to 0Jakub Kicinski2018-05-251-4/+2
| | * | | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-112-0/+14
| | * | | PCI: Add ACS quirk for Intel 300 seriesMika Westerberg2018-04-271-0/+6
| | * | | PCI: Add ACS quirk for Intel 7th & 8th Gen mobileAlex Williamson2018-04-271-0/+14
| | * | | PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFsAlexander Duyck2018-04-243-0/+67
| | * | | PCI/IOV: Add pci_sriov_configure_simple()Alexander Duyck2018-04-241-0/+36
| | | |/ | | |/|
| * | | Merge branch 'pci/resource'Bjorn Helgaas2018-06-0618-63/+71
| |\ \ \
| | * | | PCI: Enable PCI_DOMAINS along with generic PCI host controllerJan Kiszka2018-05-301-0/+1
| | * | | PCI: Add support for unbinding the generic PCI host controllerJan Kiszka2018-05-302-0/+14
| | * | | PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka2018-05-3013-30/+24
| | * | | PCI: Use dev_printk() in of_pci_get_host_bridge_resources()Jan Kiszka2018-05-301-10/+10
| | * | | PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka2018-05-3013-28/+27
| | * | | PCI: Rename of_pci_get_host_bridge_resources() device node parameterJan Kiszka2018-05-301-9/+9
| | * | | PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka2018-05-301-1/+3
| | * | | PCI: Make pci_get_new_domain_nr() staticJan Kiszka2018-05-151-4/+2
| | |/ /
| * | | Merge branch 'pci/portdrv'Bjorn Helgaas2018-06-061-57/+0
| |\ \ \
| | * | | PCI/portdrv: Remove unused pcie_port_acpi_setup()Bjorn Helgaas2018-05-031-57/+0
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-0617-169/+257
| |\ \ \
| | * | | PCI: Improve "partially hidden behind bridge" log messageMika Westerberg2018-06-041-9/+4
| | * | | PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() docMika Westerberg2018-06-041-0/+4
| | * | | PCI: Move resource distribution for single bridge outside loopMika Westerberg2018-06-041-41/+41
| | * | | PCI: Account for all bridges on bus when distributing bus numbersMika Westerberg2018-06-041-3/+12
| | * | | ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg2018-06-041-2/+2
| | * | | ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg2018-06-041-0/+5
| | * | | ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg2018-06-041-17/+58
| | * | | PCI: shpchp: Add shpchp_is_native()Mika Westerberg2018-06-044-16/+32
| | * | | PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas2018-06-041-4/+4
| | * | | PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas2018-06-021-7/+6
| | * | | PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2018-06-022-11/+1
| | * | | PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg2018-06-022-4/+2
| | * | | PCI: shpchp: Rely on previous _OSC resultsMika Westerberg2018-06-021-19/+10
| | * | | PCI: shpchp: Request SHPC control via _OSC when adding host bridgeMika Westerberg2018-06-021-0/+1
| | * | | PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg2018-06-021-4/+1