index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-host.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
PCI: dwc: Silence 'set affinity failed' warning
Marek Vasut
1
-9
/
+3
2024-07-10
PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...
Frank Li
1
-5
/
+90
2024-07-10
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
1
-16
/
+36
2024-03-10
PCI: dwc: Strengthen the MSI address allocation logic
Ajay Agarwal
1
-8
/
+13
2024-01-06
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
1
-15
/
+15
2023-10-14
PCI: dwc: Add host_post_init() callback
Manivannan Sadhasivam
1
-0
/
+3
2023-08-31
Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+71
2023-08-24
PCI: dwc: Implement generic suspend/resume functionality
Frank Li
1
-0
/
+71
2023-07-26
Revert "PCI: dwc: Wait for link up only if link is started"
Johan Hovold
1
-9
/
+4
2023-05-26
PCI: dwc: Wait for link up only if link is started
Ajay Agarwal
1
-4
/
+9
2023-02-22
PCI: dwc: Add Root Port and Endpoint controller eDMA engine support
Serge Semin
1
-2
/
+11
2023-02-22
PCI: dwc: Restrict only coherent DMA mask for MSI address allocation
Serge Semin
1
-1
/
+11
2022-11-23
PCI: dwc: Introduce generic resources getter
Serge Semin
1
-11
/
+4
2022-11-23
PCI: dwc: Introduce dma-ranges property support for RC-host
Serge Semin
1
-3
/
+29
2022-08-29
PCI: dwc: Drop dependency on ZONE_DMA32
Will McVicker
1
-21
/
+7
2022-08-01
PCI: dwc: Handle MSIs routed to multiple GIC interrupts
Dmitry Baryshkov
1
-3
/
+58
2022-08-01
PCI: dwc: Convert struct pcie_port.msi_irq to an array
Dmitry Baryshkov
1
-11
/
+18
2022-08-01
PCI: dwc: Split MSI IRQ parsing/allocation to a separate function
Dmitry Baryshkov
1
-42
/
+54
2022-08-01
PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
Dmitry Baryshkov
1
-1
/
+1
2022-08-01
PCI: dwc: Fix MSI msi_msg DMA mapping
Will McVicker
1
-6
/
+8
2022-08-01
PCI: dwc: Check iATU in/outbound range setup status
Serge Semin
1
-53
/
+100
2022-08-01
PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OB
Serge Semin
1
-1
/
+1
2022-08-01
PCI: dwc: Add dw_pcie_ops.host_deinit() callback
Serge Semin
1
-5
/
+16
2022-08-01
PCI: dwc: Read DWC IP core version from register
Serge Semin
1
-0
/
+2
2022-07-06
PCI: dwc: Rename struct pcie_port to dw_pcie_rp
Serge Semin
1
-18
/
+18
2022-07-06
PCI: dwc: Move io_cfg_atu_shared to struct pcie_port
Serge Semin
1
-3
/
+3
2022-07-06
PCI: dwc: Add start_link/stop_link inlines
Serge Semin
1
-6
/
+4
2022-07-06
PCI: dwc: Reuse local pointer to the resource data
Serge Semin
1
-8
/
+8
2022-07-06
PCI: dwc: Organize local variable usage
Serge Semin
1
-5
/
+5
2022-07-06
PCI: dwc: Add newlines to log messages
Serge Semin
1
-1
/
+1
2022-07-06
PCI: dwc: Disable outbound windows only for controllers using iATU
Serge Semin
1
-6
/
+8
2022-07-06
PCI: dwc: Stop link on host_init errors and de-initialization
Serge Semin
1
-2
/
+14
2022-04-08
PCI: dwc: Fix setting error return on MSI DMA mapping failure
Jiantao Zhang
1
-1
/
+2
2022-03-10
PCI: dwc: Restore MSI Receiver mask during resume
Jisheng Zhang
1
-1
/
+6
2021-10-12
PCI: dwc: Perform host_init() before registering msi
Bjorn Andersson
1
-9
/
+10
2021-08-02
PCI: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-5
/
+4
2021-04-29
PCI: dwc: Move iATU detection earlier
Hou Zhiqiang
1
-0
/
+1
2021-04-29
PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()
Jisheng Zhang
1
-1
/
+2
2021-02-24
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
1
-4
/
+2
2021-02-24
PCI: dwc: Don't assume the ops in dw_pcie always exist
Jisheng Zhang
1
-1
/
+1
2021-02-24
PCI: dwc: Drop support for config space in 'ranges'
Rob Herring
1
-33
/
+12
2021-01-18
PCI: dwc: Remove IRQ handler and data in one go
Martin Kaiser
1
-4
/
+2
2020-12-26
PCI: dwc: Fix inverted condition of DMA mask setup warning
Alexander Lobakin
1
-6
/
+2
2020-12-10
PCI: dwc: Set 32-bit DMA mask for MSI target address allocation
Vidya Sagar
1
-0
/
+8
2020-11-19
PCI: dwc: Detect number of iATU windows
Rob Herring
1
-9
/
+5
2020-11-19
PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
Rob Herring
1
-0
/
+1
2020-11-19
PCI: dwc: Move dw_pcie_msi_init() into core
Rob Herring
1
-4
/
+5
2020-11-19
PCI: dwc: Move link handling into common code
Rob Herring
1
-0
/
+9
2020-11-19
PCI: dwc: Rework MSI initialization
Rob Herring
1
-8
/
+12
2020-11-19
PCI: dwc: Move MSI interrupt setup into DWC common code
Rob Herring
1
-1
/
+10
[next]