aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-12-09PCI/MSI: Make msix_update_entries() smarterThomas Gleixner1-2/+2
2021-12-09PCI/MSI: Cleanup include zooThomas Gleixner1-12/+4
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-35/+19
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2-59/+59
2021-12-09PCI/sysfs: Use pci_irq_vector()Thomas Gleixner1-5/+2
2021-12-09PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner1-8/+0
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner1-1/+1
2021-12-09PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()Thomas Gleixner1-8/+18
2021-12-08Merge 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: Set PCI_STATUS_CAP_LIST for PCIe devicePali Rohár1-0/+1
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár3-5/+12
2021-12-06PCI: pci-bridge-emul: Fix definitions of reserved bitsPali Rohár1-11/+25
2021-12-06PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config spacePali Rohár1-0/+21
2021-12-06PCI: pci-bridge-emul: Make expansion ROM Base Address register read-onlyPali Rohár1-1/+6
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-04memremap: remove support for external pgmap refcountsChristoph Hellwig1-1/+1
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: pci-bridge-emul: Add definitions for missing capabilities registersPali Rohár1-0/+43
2021-12-02PCI: pci-bridge-emul: Add description for class_revision fieldPali Rohár1-1/+5
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-24PCI: Convert to device_create_managed_software_node()Heikki Krogerus1-1/+1
2021-11-19PCI/ASPM: Remove struct aspm_latencySaheed O. Bolarinwa1-19/+13
2021-11-19PCI/ASPM: Stop caching device L0s, L1 acceptable exit latenciesSaheed O. Bolarinwa1-19/+10
2021-11-19PCI/ASPM: Stop caching link L0s, L1 exit latenciesSaheed O. Bolarinwa1-11/+17
2021-11-19PCI/ASPM: Move pci_function_0() upwardBolarinwa O. Saheed1-14/+14