summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas1-5/+41
2019-05-13Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas3-96/+62
2019-05-13Merge branch 'pci/dwc'Bjorn Helgaas4-45/+41
2019-05-13Merge branch 'remotes/lorenzo/pci/controller-fixes'Bjorn Helgaas2-0/+44
2019-05-13Merge branch 'pci/host/al'Bjorn Helgaas3-0/+106
2019-05-13Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+2
2019-05-13Merge branch 'pci/switchtec'Bjorn Helgaas1-13/+29
2019-05-13Merge branch 'pci/portdrv'Bjorn Helgaas1-0/+14
2019-05-13Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-3/+35
2019-05-13Merge branch 'pci/misc'Bjorn Helgaas13-45/+73
2019-05-13Merge branch 'pci/msi'Bjorn Helgaas1-5/+4
2019-05-13Merge branch 'pci/hotplug'Bjorn Helgaas5-62/+249
2019-05-13Merge branch 'pci/enumeration'Bjorn Helgaas4-33/+122
2019-05-07PCI: imx6: Allow asynchronous probingLucas Stach1-0/+1
2019-05-07PCI: dwc: Save root bus for driver remove hooksJisheng Zhang2-6/+7
2019-05-07PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang1-13/+8
2019-05-07PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang1-3/+6
2019-05-07PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang2-4/+9
2019-05-07PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang1-2/+4
2019-05-07PCI: qcom: Use default config space read functionMarc Gonzalez1-17/+6
2019-05-01PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexChristian König1-3/+35
2019-05-01PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov1-1/+1
2019-05-01PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov1-9/+6
2019-05-01PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov1-7/+6
2019-05-01PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov1-13/+13
2019-05-01PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov1-14/+14
2019-05-01PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov1-4/+4
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov3-13/+8
2019-05-01PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov1-3/+0
2019-05-01PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov1-1/+1
2019-05-01PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov1-17/+2
2019-05-01PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov1-14/+7
2019-04-30PCI: iproc: Enable iProc config read for PAXBv2Srinath Mannam1-1/+1
2019-04-29platform/chrome: chromeos_laptop: use pci_dev_id() helperHeiner Kallweit1-1/+1
2019-04-29stmmac: pci: Use pci_dev_id() helperHeiner Kallweit1-1/+1
2019-04-29iommu/vt-d: Use pci_dev_id() helperHeiner Kallweit2-2/+2
2019-04-29iommu/amd: Use pci_dev_id() helperHeiner Kallweit1-1/+1
2019-04-29drm/amdkfd: Use pci_dev_id() helperHeiner Kallweit1-2/+1
2019-04-29r8169: use pci_dev_id() helperHeiner Kallweit1-2/+1
2019-04-29PCI: Add pci_dev_id() helperHeiner Kallweit2-10/+6
2019-04-25PCI: al: Add Amazon Annapurna Labs PCIe host controller driverJonathan Chocron3-0/+106
2019-04-25PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessaryLyude Paul1-0/+58
2019-04-23PCI/ACPI: Advertise _HPX Type 3 support via _OSCAlexandru Gagniuc1-0/+2
2019-04-23PCI/ACPI: Implement _HPX Type 3 Setting RecordAlexandru Gagniuc2-0/+177
2019-04-23PCI/ACPI: Remove the need for 'struct hotplug_params'Alexandru Gagniuc2-60/+64
2019-04-23PCI/ACPI: Do not export pci_get_hp_params()Alexandru Gagniuc1-1/+0
2019-04-22PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood1-0/+1
2019-04-18PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg1-0/+14
2019-04-18switchtec: Fix unintended mask of MRPC eventWesley Sheng1-1/+2
2019-04-17switchtec: Increase PFF limit from 48 to 255Wesley Sheng1-12/+27