summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)Author
2020-05-18PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár
2020-05-18PCI: aardvark: Add PHY supportMarek Behún
2020-05-18PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG accessPali Rohár
2020-05-18PCI: aardvark: Issue PERST via GPIOPali Rohár
2020-05-18PCI: aardvark: Improve link trainingMarek Behún
2020-05-18PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár
2020-05-18PCI: aardvark: Train link immediately after enabling trainingPali Rohár
2020-05-13PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu
2020-05-11PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan
2020-05-11PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan
2020-05-11PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan
2020-05-11PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar
2020-05-11PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar
2020-05-11PCI: tegra: Fix reporting GPIO error valuePali Rohár
2020-05-07PCI: rcar: Add suspend/resumeKazufumi Ikeda
2020-05-07PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring
2020-05-05PCI: altera: Clean up indentation issue on a return statementColin Ian King
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET
2020-05-05PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby
2020-05-01PCI: host-generic: Support building as modulesRob Herring
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring
2020-04-24PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas
2020-04-24PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by defaultBjorn Helgaas
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-02Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2020-04-02Merge branch 'remotes/lorenzo/pci/amlogic'Bjorn Helgaas
2020-04-02PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding
2020-04-02PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar
2020-03-27PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra
2020-03-18PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATHou Zhiqiang
2020-03-17PCI: mobiveil: Fix sparse different address space warningsHou Zhiqiang
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas
2020-03-09PCI: hv: Introduce hv_msi_entryBoqun Feng