summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2021-12-13PCI: mt7621: Convert driver into 'bool'Sergio Paracuellos1-2/+2
2021-12-10Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+12
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-0/+2
2021-12-07PCI: apple: Fix PERST# polarityMarc Zyngier1-2/+2
2021-12-07PCI: apple: Follow the PCIe specifications when resetting the portMarc Zyngier1-1/+11
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár2-1/+11
2021-12-06PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński1-3/+1
2021-12-06PCI: apple: Fix REFCLK1 enable/poll logicHector Martin1-3/+4
2021-12-06PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam1-1/+1
2021-12-06PCI: aardvark: Fix checking for MEM resource typePali Rohár1-4/+2
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-02Revert "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-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-409/+3184