index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pci-imx6.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
Merge branch 'pci/controller/dwc-cpu-addr-fixup'
Bjorn Helgaas
1
-17
/
+1
2025-03-24
PCI: imx6: Remove imx_pcie_cpu_addr_fixup()
Frank Li
1
-17
/
+1
2025-03-15
PCI: imx6: Use devm_clk_bulk_get_all() to fetch clocks
Richard Zhu
1
-61
/
+14
2025-03-15
PCI: imx6: Identify controller via 'linux,pci-domain', not address
Richard Zhu
1
-9
/
+6
2025-01-23
Merge branch 'pci/controller/imx6'
Bjorn Helgaas
1
-69
/
+69
2025-01-23
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
1
-64
/
+41
2025-01-20
PCI: imx6: Clean up comments and whitespace
Bjorn Helgaas
1
-19
/
+22
2025-01-18
PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support
Richard Zhu
1
-3
/
+6
2025-01-18
PCI: imx6: Use DWC common suspend resume method
Frank Li
1
-61
/
+35
2025-01-16
PCI: imx6: Remove surplus imx7d_pcie_init_phy() function
Richard Zhu
1
-8
/
+0
2025-01-16
PCI: imx6: Add missing reference clock disable logic
Richard Zhu
1
-12
/
+12
2025-01-16
PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
Richard Zhu
1
-0
/
+1
2025-01-16
PCI: imx6: Skip controller_id generation logic for i.MX7D
Richard Zhu
1
-1
/
+0
2025-01-16
PCI: imx6: Fetch dbi2 and iATU base addesses from DT
Richard Zhu
1
-23
/
+0
2025-01-16
PCI: imx6: Configure PHY based on Root Complex or Endpoint mode
Frank Li
1
-1
/
+3
2025-01-16
PCI: imx6: Add Refclk for i.MX95 PCIe
Richard Zhu
1
-5
/
+11
2025-01-16
PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support
Frank Li
1
-0
/
+20
2025-01-15
PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
Frank Li
1
-1
/
+207
2024-11-06
PCI: imx6: Fix suspend/resume support on i.MX6QDL
Stefan Eichenberger
1
-11
/
+46
2024-09-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-4
/
+4
2024-09-13
PCI: dwc: Rename 'dw_pcie::link_gen' to 'dw_pcie::max_link_speed'
Manivannan Sadhasivam
1
-4
/
+4
2024-09-11
PCI: imx6: Add i.MX8Q PCIe Root Complex (RC) support
Richard Zhu
1
-0
/
+28
2024-09-09
PCI: imx6: Call common PHY API to set mode, speed, and submode
Frank Li
1
-0
/
+16
2024-09-09
PCI: imx6: Consolidate redundant if-checks
Frank Li
1
-2
/
+0
2024-09-09
PCI: imx6: Improve comment for workaround ERR010728
Frank Li
1
-3
/
+20
2024-09-09
PCI: imx6: Simplify switch-case logic by involve core_reset callback
Frank Li
1
-63
/
+71
2024-09-09
PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
Frank Li
1
-60
/
+51
2024-09-09
PCI: imx6: Rename imx6_* with imx_*
Frank Li
1
-375
/
+374
2024-09-09
PCI: imx6: Fix missing call to phy_power_off() in error handling
Frank Li
1
-3
/
+4
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 drivers
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
[next]