summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2022-12-102-10/+10
|\
| * PCI: endpoint: Fix Kconfig indent styleShunsuke Mie2022-11-111-9/+9
| * PCI: pci-epf-test: Register notifier if only core_init_notifier is enabledKunihiko Hayashi2022-10-271-1/+1
* | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2022-12-101-2/+25
|\ \
| * | PCI: vmd: Fix secondary bus reset for Intel bridgesFrancisco Munoz2022-12-061-2/+20
| * | PCI: vmd: Disable MSI remapping after suspendNirmal Patel2022-11-111-0/+5
| |/
* | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2022-12-101-4/+5
|\ \
| * | PCI: tegra: Switch to using devm_fwnode_gpiod_getDmitry Torokhov2022-10-271-4/+5
| |/
* | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2022-12-101-0/+76
|\ \
| * | PCI: qcom: Add basic interconnect supportJohan Hovold2022-11-111-0/+76
| |/
* | Merge branch 'remotes/lorenzo/pci/mt7621'Bjorn Helgaas2022-12-101-1/+2
|\ \
| * | PCI: mt7621: Add sentinel to quirks tableJohn Thomson2022-12-061-1/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2022-12-102-65/+92
|\ \
| * | PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warningFrank Li2022-11-231-4/+4
| * | PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_dbFrank Li2022-11-231-6/+4
| * | PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)Frank Li2022-11-231-12/+12
| * | PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct memberFrank Li2022-11-231-1/+0
| * | PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error pathFrank Li2022-11-231-1/+1
| * | PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentationFrank Li2022-11-231-14/+14
| * | PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warningFrank Li2022-11-231-29/+54
| * | PCI: endpoint: Fix WARN() when an endpoint driver is removedYoshihiro Shimoda2022-10-271-1/+6
| |/
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2022-12-1010-122/+1009
|\ \
| * | PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin2022-11-233-0/+653
| * | PCI: dwc: Introduce generic platform clocks and resetsSerge Semin2022-11-232-0/+133
| * | PCI: dwc: Combine iATU detection proceduresSerge Semin2022-11-231-29/+10
| * | PCI: dwc: Introduce generic resources getterSerge Semin2022-11-234-53/+65
| * | PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin2022-11-232-6/+17
| * | PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin2022-11-234-9/+89
| * | PCI: histb: Switch to using gpiod APIDmitry Torokhov2022-11-141-20/+19
| * | PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer2022-11-111-6/+7
| * | PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar2022-11-101-1/+1
| * | PCI: qcom: Fix error message for reset_control_assert()Manivannan Sadhasivam2022-11-101-1/+1
| * | PCI: designware-ep: Disable PTM capabilities for EP modeVidya Sagar2022-10-271-1/+18
| * | PCI: dwc: Fix n_fts[] array overrunVidya Sagar2022-10-271-1/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2022-12-101-37/+48
|\ \
| * | PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan2022-11-111-1/+8
| * | PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan2022-11-111-6/+6
| * | PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan2022-11-111-17/+10
| * | PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan2022-11-111-2/+9
| * | PCI: brcmstb: Enable Multi-MSIJim Quinlan2022-11-111-11/+15
| |/
* | Merge branch 'pci/sysfs'Bjorn Helgaas2022-12-101-4/+9
|\ \
| * | PCI/sysfs: Fix double free in error pathSascha Hauer2022-11-091-4/+9
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2022-12-101-0/+4
|\ \
| * | PCI: Skip allocate_resource() if too little space availableBjorn Helgaas2022-12-101-0/+4
| |/
* | Merge branch 'pci/portdrv'Bjorn Helgaas2022-12-104-284/+256
|\ \
| * | PCI/portdrv: Allow AER service only for Root Ports & RCECsBjorn Helgaas2022-12-101-1/+3
| * | PCI/portdrv: Unexport pcie_port_service_register(), pcie_port_service_unregis...Bjorn Helgaas2022-10-241-2/+0
| * | PCI/portdrv: Move private things to portdrv.cBjorn Helgaas2022-10-242-9/+9
| * | PCI/portdrv: Squash into portdrv.cBjorn Helgaas2022-10-244-272/+244
| |/
* | Merge branch 'pci/pm-agp'Bjorn Helgaas2022-12-108-89/+27
|\ \