index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
Richard Zhu
1
-0
/
+2
2024-09-09
PCI: imx6: Fix establish link failure in EP mode for i.MX8MM and i.MX8MP
Richard Zhu
1
-2
/
+4
2024-07-19
Merge branch 'pci/misc'
Bjorn Helgaas
1
-0
/
+1
2024-07-19
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
1
-4
/
+1
2024-07-19
Merge branch 'pci/controller/rockchip'
Bjorn Helgaas
3
-43
/
+311
2024-07-19
Merge branch 'pci/controller/rcar-gen4'
Bjorn Helgaas
2
-34
/
+276
2024-07-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
5
-168
/
+290
2024-07-19
Merge branch 'pci/controller/keystone'
Bjorn Helgaas
1
-82
/
+118
2024-07-19
Merge branch 'pci/controller/exynos'
Bjorn Helgaas
1
-50
/
+4
2024-07-19
Merge branch 'pci/controller/dra7xx'
Bjorn Helgaas
1
-2
/
+2
2024-07-19
Merge branch 'pci/controller/artpec6'
Bjorn Helgaas
1
-4
/
+4
2024-07-19
Merge branch 'pci/controller/al'
Bjorn Helgaas
1
-3
/
+13
2024-07-19
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
15
-135
/
+283
2024-07-19
Merge branch 'pci/controller/gpio'
Bjorn Helgaas
6
-116
/
+52
2024-07-10
PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()
Dan Carpenter
1
-1
/
+1
2024-07-10
PCI: qcom: Prevent potential error pointer dereference
Dan Carpenter
1
-1
/
+1
2024-07-10
PCI: qcom: Fix missing error code in qcom_pcie_probe()
Dan Carpenter
1
-1
/
+2
2024-07-09
PCI: dw-rockchip: Use pci_epc_init_notify() directly
Niklas Cassel
1
-1
/
+1
2024-07-09
PCI: dw-rockchip: Add endpoint mode support
Niklas Cassel
3
-5
/
+228
2024-07-09
PCI: dw-rockchip: Refactor the driver to prepare for EP mode
Niklas Cassel
1
-24
/
+60
2024-07-09
PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper
Niklas Cassel
1
-1
/
+6
2024-07-09
PCI: dw-rockchip: Fix weird indentation
Niklas Cassel
1
-4
/
+3
2024-07-09
PCI: dw-rockchip: Fix initial PERST# GPIO value
Niklas Cassel
1
-1
/
+1
2024-07-09
PCI: dw-rockchip: Add error messages in .probe() error paths
Uwe Kleine-König
1
-8
/
+13
2024-07-09
PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitation
Niklas Cassel
1
-0
/
+7
2024-07-09
PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...
Manivannan Sadhasivam
1
-1
/
+1
2024-07-09
PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...
Manivannan Sadhasivam
1
-1
/
+1
2024-07-09
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
13
-28
/
+11
2024-07-09
PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
Manivannan Sadhasivam
2
-35
/
+73
2024-07-09
PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...
Frank Li
2
-5
/
+93
2024-07-09
PCI: dwc: Add outbound MSG TLPs support
Yoshihiro Shimoda
2
-2
/
+11
2024-07-09
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
4
-60
/
+77
2024-07-09
PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
Frank Li
1
-3
/
+10
2024-07-09
PCI: dwc: Use msleep() in dw_pcie_wait_for_link()
Konrad Dybcio
2
-3
/
+2
2024-07-09
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
1
-70
/
+35
2024-07-09
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
1
-15
/
+6
2024-07-09
PCI: qcom: Add OPP support to scale performance
Krishna chaitanya chundru
1
-19
/
+80
2024-07-09
PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
Krishna chaitanya chundru
1
-4
/
+41
2024-07-09
PCI: qcom-ep: Disable resources unconditionally during PERST# assert
Manivannan Sadhasivam
1
-6
/
+0
2024-07-09
PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EP
Mrinmay Sarkar
1
-3
/
+16
2024-07-09
PCI: qcom: Override NO_SNOOP attribute for SA8775P RC
Mrinmay Sarkar
1
-1
/
+24
2024-07-08
PCI: controller: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
3
-1
/
+2
2024-07-01
PCI: rcar-gen4: Add support for R-Car V4H
Yoshihiro Shimoda
1
-1
/
+197
2024-06-29
PCI: rcar-gen4: Add .ltssm_control() for other SoC support
Yoshihiro Shimoda
1
-24
/
+50
2024-06-29
PCI: rcar-gen4: Add struct rcar_gen4_pcie_drvdata
Yoshihiro Shimoda
1
-9
/
+23
2024-06-29
PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macros
Yoshihiro Shimoda
1
-0
/
+6
2024-06-28
PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
Kishon Vijay Abraham I
1
-1
/
+43
2024-06-06
PCI: tegra: Remove unused struct 'tegra_pcie_soc'
Dr. David Alan Gilbert
1
-4
/
+0
2024-05-28
PCI: tegra194: Set EP alignment restriction for inbound ATU
Jon Hunter
1
-0
/
+1
[next]