summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2023-01-04PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAINLukas Bulwahn1-1/+1
2022-12-19Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-0/+10
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-125/+1085
2022-12-10Merge branch 'pci/kbuild'Bjorn Helgaas3-3/+0
2022-12-10Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-0/+76
2022-11-23PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin3-0/+653
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin2-0/+133
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin1-29/+10
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin4-53/+65
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin2-6/+17
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin4-9/+89
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner1-24/+24
2022-11-14PCI: histb: Switch to using gpiod APIDmitry Torokhov1-20/+19
2022-11-11PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-11-11PCI: qcom: Add basic interconnect supportJohan Hovold1-0/+76
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas3-3/+0
2022-11-10PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar1-1/+1
2022-11-10PCI: qcom: Fix error message for reset_control_assert()Manivannan Sadhasivam1-1/+1
2022-10-27PCI: designware-ep: Disable PTM capabilities for EP modeVidya Sagar1-1/+18
2022-10-27PCI: dwc: Fix n_fts[] array overrunVidya Sagar1-1/+1
2022-10-17PCI: qcom-ep: Setup PHY to work in EP modeDmitry Baryshkov1-0/+5
2022-10-17PCI: qcom: Setup PHY to work in RC modeDmitry Baryshkov1-0/+5
2022-10-05Merge branch 'pci/qcom'Bjorn Helgaas2-112/+180
2022-10-05PCI: qcom-ep: Check platform_get_resource_byname() return valueYang Yingliang1-0/+5
2022-10-05PCI: qcom-ep: Add support for SM8450 SoCManivannan Sadhasivam1-0/+1
2022-10-05PCI: qcom-ep: Make PERST separation optionalManivannan Sadhasivam1-4/+6
2022-10-05PCI: qcom-ep: Disable Master AXI Clock when there is no PCIe trafficManivannan Sadhasivam1-1/+8
2022-10-05PCI: qcom-ep: Gate Master AXI clock to MHI bus during L1SSManivannan Sadhasivam1-0/+9
2022-10-05PCI: qcom-ep: Expose link transition counts via debugfsManivannan Sadhasivam1-0/+60
2022-10-05PCI: qcom-ep: Disable IRQs during driver removeManivannan Sadhasivam1-6/+9
2022-10-03PCI: qcom-ep: Make use of the cached dev pointerManivannan Sadhasivam1-2/+2
2022-10-03PCI: qcom-ep: Rely on the clocks supplied by devicetreeManivannan Sadhasivam1-20/+13
2022-10-03PCI: qcom-ep: Add kernel-doc for qcom_pcie_ep structureManivannan Sadhasivam1-0/+17
2022-10-03phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()Richard Zhu1-3/+3
2022-10-03PCI: imx6: Add i.MX8MP PCIe supportRichard Zhu1-2/+25
2022-10-03PCI: dwc: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-2/+2
2022-09-29PCI: qcom: Rename host-init error labelJohan Hovold1-2/+2
2022-09-29PCI: qcom: Drop unused post_deinit callbackJohan Hovold1-3/+0
2022-08-30PCI: qcom-ep: Add MODULE_DEVICE_TABLEDmitry Baryshkov1-0/+1
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker2-22/+7
2022-08-23PCI: qcom: Sort device-id tableJohan Hovold1-7/+7
2022-08-23PCI: qcom: Clean up IP configurationsJohan Hovold1-60/+29
2022-08-23PCI: qcom: Make all optional clocks optionalJohan Hovold1-24/+4
2022-08-23PCI: qcom: Add support for SA8540PJohan Hovold1-0/+6
2022-08-23PCI: qcom: Add support for SC8280XPJohan Hovold1-2/+20
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds1-1/+9
2022-08-09PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li1-1/+9
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas3-3/+3
2022-08-04Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas3-13/+11
2022-08-04Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2-234/+455