summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Merge branch 'remotes/lorenzo/pci/tango'Bjorn Helgaas3-356/+0
2021-02-24Merge branch 'pci/rockchip'Bjorn Helgaas2-6/+7
2021-02-24Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-1/+1
2021-02-24Merge branch 'pci/qcom'Bjorn Helgaas2-8/+31
2021-02-24Merge branch 'pci/ntb'Bjorn Helgaas22-73/+3944
2021-02-24Merge branch 'pci/microchip'Bjorn Helgaas6-2/+1250
2021-02-24Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-2/+5
2021-02-24Merge branch 'pci/layerscape'Bjorn Helgaas3-2/+11
2021-02-24Merge branch 'pci/dwc'Bjorn Helgaas5-54/+79
2021-02-24Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas3-19/+76
2021-02-24Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas3-10/+61
2021-02-24Merge branch 'pci/misc'Bjorn Helgaas8-14/+12
2021-02-24Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-2/+3
2021-02-24Merge branch 'pci/resource'Bjorn Helgaas1-0/+6
2021-02-24Merge branch 'pci/link'Bjorn Helgaas5-154/+0
2021-02-24Merge branch 'pci/hotplug'Bjorn Helgaas1-3/+0
2021-02-24Merge branch 'pci/error'Bjorn Helgaas3-12/+12
2021-02-24Merge branch 'pci/enumeration'Bjorn Helgaas5-32/+29
2021-02-24PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith1-1/+3
2021-02-24PCI: qcom: Add support for ddrss_sf_tbu clockDmitry Baryshkov1-5/+13
2021-02-24dt-bindings: PCI: qcom: Document ddrss_sf_tbu clock for sm8250Dmitry Baryshkov1-2/+15
2021-02-24PCI: al: Remove useless dw_pcie_opsJisheng Zhang1-4/+0
2021-02-24PCI: dwc: Don't assume the ops in dw_pcie always existJisheng Zhang3-13/+11
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi2-0/+6
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi2-2/+2
2021-02-24PCI: dwc: Drop support for config space in 'ranges'Rob Herring1-33/+12
2021-02-24PCI: layerscape: Convert to builtin_platform_driver()Michael Walle1-2/+3
2021-02-24PCI: layerscape: Add LX2160A rev2 EP mode supportHou Zhiqiang1-0/+7
2021-02-24dt-bindings: PCI: layerscape: Add LX2160A rev2 compatible stringsHou Zhiqiang1-0/+1
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar2-2/+48
2021-02-24PCI/portdrv: Report reset for frozen channelKeith Busch1-1/+2
2021-02-24PCI/AER: Specify the type of Port that was resetKeith Busch1-1/+2
2021-02-24PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2021-02-24PCI/AER: Clear AER status from Root Port when resetting Downstream PortKeith Busch1-1/+1
2021-02-24PCI/ERR: Clear status of the reporting deviceKeith Busch1-7/+6
2021-02-23dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4BChen-Yu Tsai1-0/+1
2021-02-23PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai1-6/+6
2021-02-23Documentation: PCI: Add PCI endpoint NTB function user guideKishon Vijay Abraham I2-0/+162
2021-02-23Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint f...Kishon Vijay Abraham I2-0/+39
2021-02-23NTB: Add support for EPF PCI Non-Transparent BridgeKishon Vijay Abraham I5-0/+762
2021-02-23PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I2-1/+1
2021-02-23PCI: endpoint: Add EP function driver to provide NTB functionalityKishon Vijay Abraham I3-0/+2142
2021-02-23PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I1-6/+1
2021-02-23PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I1-0/+53
2021-02-23PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I2-0/+26
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I2-0/+37
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I2-0/+49
2021-02-23PCI: endpoint: Add support in configfs to associate two EPCs with EPFKishon Vijay Abraham I2-0/+157
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I6-38/+125
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I2-18/+0