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
/
pci-imx6.c
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/controller/dwc'
Bjorn Helgaas
1
-1
/
+1
2024-07-09
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
1
-1
/
+1
2024-05-28
PCI: imx6: Convert to use agnostic GPIO API
Andy Shevchenko
1
-26
/
+10
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
1
-0
/
+2
2024-04-10
PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...
Manivannan Sadhasivam
1
-0
/
+8
2024-03-04
PCI: imx6: Add iMX95 Endpoint (EP) support
Frank Li
1
-0
/
+47
2024-03-04
PCI: imx6: Add epc_features in imx6_pcie_drvdata
Frank Li
1
-1
/
+8
2024-03-04
PCI: imx6: Clean up addr_space retrieval code
Frank Li
1
-8
/
+1
2024-03-04
PCI: imx6: Add iMX95 PCIe Root Complex support
Frank Li
1
-5
/
+71
2024-03-04
PCI: imx6: Simplify switch-case logic by introducing init_phy() callback
Frank Li
1
-65
/
+69
2024-03-04
PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
Frank Li
1
-20
/
+39
2024-03-04
PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
Frank Li
1
-21
/
+16
2024-03-04
PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESET
Frank Li
1
-65
/
+39
2024-02-21
PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRV
Frank Li
1
-7
/
+17
2024-02-21
PCI: imx6: Simplify clock handling by using clk_bulk*() function
Frank Li
1
-88
/
+50
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
1
-1
/
+2
2024-01-15
Merge branch 'pci/irq-clean-up'
Bjorn Helgaas
1
-6
/
+5
2024-01-06
PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_ops
Yoshihiro Shimoda
1
-1
/
+1
2024-01-06
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
1
-2
/
+2
2023-12-19
PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()
Damien Le Moal
1
-1
/
+1
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
1
-5
/
+4
2023-08-29
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2023-08-29
Merge branch 'pci/controller/resources'
Bjorn Helgaas
1
-2
/
+1
2023-08-08
PCI: dwc: Provide deinit callback for i.MX
Mark Brown
1
-0
/
+1
2023-07-18
PCI: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-13
PCI: imx6: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-06-19
PCI: imx6: Save and restore root port MSI control in suspend and resume
Richard Zhu
1
-0
/
+23
2023-03-24
PCI: imx6: Install the fault handler only on compatible match
H. Nikolaus Schaller
1
-0
/
+7
2023-01-16
PCI: imx6: Add i.MX8MP PCIe EP support
Richard Zhu
1
-1
/
+18
2023-01-16
PCI: imx6: Add i.MX8MM PCIe EP support
Richard Zhu
1
-0
/
+17
2023-01-16
PCI: imx6: Add i.MX8MQ PCIe EP support
Richard Zhu
1
-5
/
+33
2023-01-16
PCI: imx6: Add i.MX PCIe EP mode support
Richard Zhu
1
-13
/
+115
2022-11-11
PCI: imx6: Initialize PHY before deasserting core reset
Sascha Hauer
1
-6
/
+7
2022-10-03
phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()
Richard Zhu
1
-3
/
+3
2022-10-03
PCI: imx6: Add i.MX8MP PCIe support
Richard Zhu
1
-2
/
+25
2022-08-01
PCI: imx6: Support more than Gen2 speed link mode
Richard Zhu
1
-4
/
+4
2022-08-01
PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registers
Richard Zhu
1
-0
/
+4
2022-08-01
PCI: imx6: Reformat suspend callback to keep symmetric with resume
Richard Zhu
1
-25
/
+37
2022-08-01
PCI: imx6: Move the imx6_pcie_ltssm_disable() earlier
Richard Zhu
1
-19
/
+19
2022-08-01
PCI: imx6: Disable clocks in reverse order of enable
Bjorn Helgaas
1
-2
/
+2
2022-08-01
PCI: imx6: Do not hide PHY driver callbacks and refine the error handling
Richard Zhu
1
-13
/
+23
2022-08-01
PCI: imx6: Reduce resume time by only starting link if it was up before suspend
Richard Zhu
1
-1
/
+6
2022-08-01
PCI: imx6: Mark the link down as non-fatal error
Richard Zhu
1
-7
/
+8
2022-08-01
PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()
Richard Zhu
1
-20
/
+16
2022-08-01
PCI: imx6: Turn off regulator when system is in suspend mode
Richard Zhu
1
-12
/
+5
2022-08-01
PCI: imx6: Call host init function directly in resume
Richard Zhu
1
-3
/
+3
2022-08-01
PCI: imx6: Disable i.MX6QDL clock when disabling ref clocks
Richard Zhu
1
-0
/
+8
2022-08-01
PCI: imx6: Propagate .host_init() errors to caller
Richard Zhu
1
-4
/
+12
[next]