summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: vmd: Clean up domain before enumerationNirmal Patel2021-12-011-0/+37
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2022-01-131-5/+5
| |\ \ \
| | * | | PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut2021-12-011-5/+5
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2022-01-132-8/+8
| |\ \ \
| | * | | PCI: qcom-ep: Constify static dw_pcie_ep_opsRikard Falkeborn2022-01-041-1/+1
| | * | | PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam2021-12-061-1/+1
| | * | | PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET2021-11-291-6/+6
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas2022-01-132-133/+395
| |\ \ \
| | * | | PCI: mvebu: Add support for compiling driver as modulePali Rohár2022-01-062-16/+77
| | * | | PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulate...Pali Rohár2022-01-041-0/+23
| | * | | PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridgePali Rohár2022-01-041-1/+10
| | * | | PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridgePali Rohár2022-01-041-10/+1
| | * | | PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár2022-01-041-0/+28
| | * | | PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridgePali Rohár2022-01-041-2/+97
| | * | | PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár2022-01-041-1/+27
| | * | | PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár2022-01-041-1/+7
| | * | | PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE regis...Pali Rohár2022-01-041-27/+55
| | * | | PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár2022-01-041-7/+0
| | * | | PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár2022-01-041-20/+32
| | * | | PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár2022-01-041-0/+10
| | * | | PCI: mvebu: Handle invalid size of read config requestPali Rohár2022-01-041-0/+3
| | * | | PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár2022-01-041-0/+5
| | * | | PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár2022-01-041-3/+12
| | * | | PCI: mvebu: Check for valid portsPali Rohár2022-01-041-0/+7
| | * | | PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár2021-12-011-40/+1
| | * | | PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár2021-11-301-9/+4
| | |/ /
| * | | Merge branch 'pci/host/mt7621'Bjorn Helgaas2022-01-132-39/+4
| |\ \ \
| | * | | PCI: mt7621: Allow COMPILE_TEST for all archesSergio Paracuellos2022-01-121-1/+1
| | * | | PCI: mt7621: Add missing MODULE_LICENSE()Sergio Paracuellos2022-01-121-0/+2
| | * | | PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2022-01-121-37/+0
| | * | | PCI: mt7621: Declare mt7621_pci_ops staticSergio Paracuellos2022-01-121-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mediatek-gen3'Bjorn Helgaas2022-01-131-0/+8
| |\ \ \
| | * | | PCI: mediatek-gen3: Disable DVFSRC voltage requestJianjun Wang2021-11-291-0/+8
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2022-01-131-0/+7
| |\ \ \
| | * | | PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilizeqizhong cheng2022-01-071-0/+7
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2022-01-131-3/+24
| |\ \ \
| | * | | PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I2022-01-071-3/+24
| | |/ /
| * | | Merge branch 'pci/host/hv'Bjorn Helgaas2022-01-132-26/+288
| |\ \ \
| | * | | PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy2022-01-122-2/+235
| | * | | PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy2022-01-121-25/+54
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2022-01-134-155/+89
| |\ \ \
| | * | | PCI: layerscape: Change to use the DWC common link-up check functionHou Zhiqiang2022-01-051-141/+11
| | * | | PCI: imx: Add the imx8mm pcie supportRichard Zhu2021-12-261-8/+73
| | * | | PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński2021-12-061-3/+1
| | * | | PCI: dwc: Do not remap invalid resTim Harvey2021-12-021-3/+4
| | |/ /
| * | | Merge branch 'pci/host/brcmstb'Bjorn Helgaas2022-01-131-41/+263
| |\ \ \
| | * | | PCI: brcmstb: Do not turn off WOL regulators on suspendJim Quinlan2022-01-121-9/+44
| | * | | PCI: brcmstb: Add control of subdevice voltage regulatorsJim Quinlan2022-01-121-5/+78
| | * | | PCI: brcmstb: Add mechanism to turn on subdev regulatorsJim Quinlan2022-01-121-0/+76
| | * | | PCI: brcmstb: Split brcm_pcie_setup() into two funcsJim Quinlan2022-01-121-26/+39