aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2022-02-23PCI: qcom: Add SM8450 PCIe supportDmitry Baryshkov1-13/+44
2022-02-23PCI: qcom: Add ddrss_sf_tbu flagDmitry Baryshkov1-1/+3
2022-02-23PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfgDmitry Baryshkov1-18/+16
2022-02-22PCI: mvebu: Implement support for legacy INTx interruptsPali Rohár1-0/+159
2022-02-22PCI: mvebu: Fix macro names and comments about legacy interruptsPali Rohár1-8/+18
2022-02-22PCI: mvebu: Use child_ops APIPali Rohár1-37/+40
2022-02-22PCI: mvebu: Add support for Advanced Error Reporting registers on emulated br...Pali Rohár1-1/+66
2022-02-22PCI: mvebu: Add support for PCI Bridge Subsystem Vendor ID on emulated bridgePali Rohár1-0/+4
2022-02-22PCI: mvebu: Correctly configure x1/x4 modePali Rohár1-1/+18
2022-02-21PCI: vmd: Prevent recursive locking on interrupt allocationThomas Gleixner1-7/+7
2022-02-17PCI: iproc: Set all 24 bits of PCI class codePali Rohár1-5/+4
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár14-24/+23
2022-02-15Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+11
2022-02-14PCI: mvebu: Fix device enumeration regressionPali Rohár1-1/+2
2022-02-11PCI: uniphier-ep: Add NX1 supportKunihiko Hayashi1-0/+81
2022-02-11PCI: uniphier-ep: Add SoC data structureKunihiko Hayashi1-19/+42
2022-02-08PCI: aardvark: Update comment about link going down after link-upMarek Behún1-2/+6
2022-02-08PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()Marek Behún1-1/+1
2022-02-08PCI: aardvark: Don't mask irq when mappingPali Rohár1-1/+0
2022-02-08PCI: aardvark: Remove irq_mask_ack() callback for INTx interruptsPali Rohár1-1/+0
2022-02-08PCI: aardvark: Use separate INTA interrupt for emulated root bridgePali Rohár1-2/+67
2022-02-08PCI: aardvark: Fix support for PME requester on emulated bridgePali Rohár1-41/+50
2022-02-08PCI: aardvark: Add support for PME interruptsPali Rohár1-0/+12
2022-02-08PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on ...Pali Rohár1-9/+11
2022-02-08PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridgePali Rohár1-1/+3
2022-02-08PCI: aardvark: Add support for ERR interrupt on emulated bridgePali Rohár1-1/+34
2022-02-08PCI: aardvark: Enable MSI-X supportPali Rohár1-1/+1
2022-02-08PCI: aardvark: Fix setting MSI addressPali Rohár1-12/+9
2022-02-08PCI: aardvark: Add support for masking MSI interruptsPali Rohár1-5/+49
2022-02-08PCI: aardvark: Refactor unmasking summary MSI interruptPali Rohár1-4/+6
2022-02-08PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)Marek Behún1-2/+1
2022-02-08PCI: aardvark: Make msi_domain_info structure a static driver structureMarek Behún1-8/+8
2022-02-08PCI: aardvark: Make MSI irq_chip structures static driver structuresMarek Behún1-14/+12
2022-02-08PCI: aardvark: Check return value of generic_handle_domain_irq() when process...Pali Rohár1-1/+3
2022-02-08PCI: aardvark: Rewrite IRQ code to chained IRQ handlerPali Rohár1-22/+26
2022-02-08PCI: aardvark: Fix support for MSI interruptsPali Rohár1-10/+6
2022-02-08PCI: aardvark: Fix reading MSI interrupt numberPali Rohár1-7/+2
2022-02-08PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*Pali Rohár1-5/+1
2022-02-04Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-56/+60
2022-02-04PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas1-13/+18
2022-02-03PCI: imx6: Allow to probe when dw_pcie_wait_for_link() failsFabio Estevam1-8/+2
2022-02-03PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topologyLong Li1-2/+11
2022-02-03PCI: mvebu: Fix reporting Data Link Layer Link Active on emulated bridgePali Rohár1-3/+8
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCTL register on emulated bridgePali Rohár1-4/+3
2022-02-03PCI: mvebu: Update comment for PCI_EXP_LNKCAP register on emulated bridgePali Rohár1-2/+2
2022-02-03PCI: mvebu: Properly initialize vendor, device and revision of emulated bridgePali Rohár1-4/+5
2022-02-03PCI: mvebu: Set PCI_BRIDGE_EMUL_NO_IO_FORWARD when IO is unsupportedPali Rohár1-19/+10
2022-02-03PCI: mvebu: Remove duplicate nports assignmentPali Rohár1-2/+0
2022-02-03PCI: mvebu: Add help string for CONFIG_PCI_MVEBU optionPali Rohár1-0/+4
2022-02-03PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDG...Pali Rohár1-1/+1