aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2-0/+2
2021-12-02PCI: aardvark: Disable common PHY when unbinding driverPali Rohár1-0/+3
2021-12-02PCI: aardvark: Disable link training when unbinding driverPali Rohár1-0/+5
2021-12-02PCI: aardvark: Assert PERST# when unbinding driverPali Rohár1-0/+4
2021-12-02PCI: aardvark: Fix memory leak in driver unbindPali Rohár1-0/+3
2021-12-02PCI: aardvark: Mask all interrupts when unbinding driverPali Rohár1-0/+21
2021-12-02PCI: aardvark: Disable bus mastering when unbinding driverPali Rohár1-0/+6
2021-12-02PCI: aardvark: Comment actions in driver remove methodPali Rohár1-0/+2
2021-12-02PCI: aardvark: Clear all MSIs at setupPali Rohár1-2/+4
2021-12-02PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 register...Pali Rohár1-4/+11
2021-12-02PCI: dwc: Do not remap invalid resTim Harvey1-3/+4
2021-12-01Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"Marek Behún1-9/+0
2021-12-01PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár1-40/+1
2021-12-01PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut1-5/+5
2021-12-01PCI: vmd: Clean up domain before enumerationNirmal Patel1-0/+37
2021-12-01PCI: xilinx-nwl: Simplify code and fix a memory leakChristophe JAILLET1-23/+7
2021-11-30PCI: apple: Enable clock gatingHector Martin1-0/+3
2021-11-30PCI: xgene: Fix IB window setupRob Herring1-1/+1
2021-11-30PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár1-9/+4
2021-11-29PCI: xgene-msi: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-29PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET1-6/+6
2021-11-29PCI: mediatek-gen3: Disable DVFSRC voltage requestJianjun Wang1-0/+8
2021-11-18PCI: xgene: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-5/+5
2021-11-18PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-1/+1
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-3/+3
2021-11-18PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-1/+1
2021-11-18PCI: rockchip-host: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: altera: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu1-6/+2
2021-11-18PCI: aardvark: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: histb: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu1-9/+2
2021-11-18PCI: iproc: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: thunder: Drop error data fabrication when config read failsNaveen Naidu2-33/+17
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-1/+2
2021-11-09PCI: brcmstb: Allow building for BMIPS_GENERICFlorian Fainelli1-1/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-409/+3184
2021-11-05Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas1-2/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2-10/+37
2021-11-05Merge branch 'pci/host/rcar'Bjorn Helgaas2-6/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas5-11/+819
2021-11-05Merge branch 'pci/host/mt7621'Bjorn Helgaas3-0/+610
2021-11-05Merge branch 'pci/host/kirin'Bjorn Helgaas2-149/+499
2021-11-05Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-1/+1
2021-11-05Merge branch 'pci/host/dwc'Bjorn Helgaas7-41/+51
2021-11-05Merge branch 'pci/host/cadence'Bjorn Helgaas2-1/+3
2021-11-05Merge branch 'pci/host/apple'Bjorn Helgaas3-0/+843