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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-06
Merge branch 'pci/irq-error'
Bjorn Helgaas
11
-40
/
+15
2020-08-06
Merge branch 'pci/doc'
Bjorn Helgaas
1
-1
/
+1
2020-08-06
Merge branch 'pci/host-probe-refactor'
Bjorn Helgaas
8
-38
/
+13
2020-08-06
Merge branch 'remotes/lorenzo/pci/runtime-pm'
Bjorn Helgaas
2
-6
/
+3
2020-08-06
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
10
-334
/
+140
2020-08-06
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
1
-1
/
+1
2020-08-04
PCI: Set bridge map_irq and swizzle_irq to default functions
Rob Herring
1
-2
/
+0
2020-08-04
PCI: Move DT resource setup into devm_pci_alloc_host_bridge()
Rob Herring
1
-5
/
+0
2020-08-03
PCI: Remove dev_err() when handing an error from platform_get_irq()
Krzysztof WilczyĆski
11
-40
/
+15
2020-07-27
PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driver
Rob Herring
1
-219
/
+0
2020-07-23
PCI: Move setting pci_host_bridge.busnr out of host drivers
Rob Herring
1
-1
/
+0
2020-07-23
PCI: designware: Use pci_is_root_bus() to check if bus is root bus
Rob Herring
4
-15
/
+10
2020-07-23
PCI: Set default bridge parent device
Rob Herring
1
-1
/
+0
2020-07-23
PCI: controller: Remove duplicate error message
Dejin Zheng
3
-12
/
+3
2020-07-17
PCI: dwc: Convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
9
-46
/
+23
2020-07-10
PCI: controller: Convert to devm_platform_ioremap_resource()
Dejin Zheng
1
-3
/
+1
2020-07-07
PCI: qcom: Replace define with standard value
Ansuel Smith
1
-10
/
+5
2020-07-07
PCI: qcom: Support pci speed set for ipq806x
Sham Muthayyan
1
-0
/
+13
2020-07-07
PCI: qcom: Add ipq8064 rev2 variant
Ansuel Smith
1
-1
/
+3
2020-07-07
PCI: qcom: Add support for tx term offset for rev 2.1.0
Ansuel Smith
1
-1
/
+16
2020-07-07
PCI: qcom: Define some PARF params needed for ipq8064 SoC
Ansuel Smith
1
-0
/
+24
2020-07-07
PCI: qcom: Use bulk clk api and assert on error
Ansuel Smith
1
-85
/
+46
2020-07-07
PCI: qcom: Add missing reset for ipq806x
Ansuel Smith
1
-0
/
+12
2020-07-07
PCI: qcom: Change duplicate PCI reset to phy reset
Abhishek Sahu
1
-10
/
+8
2020-07-07
PCI: qcom: Add missing ipq806x clocks in PCIe driver
Ansuel Smith
1
-5
/
+33
2020-07-07
PCI: qcom: Fix runtime PM imbalance on error
Dinghao Liu
1
-4
/
+2
2020-07-07
PCI: dwc: pci-dra7xx: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+1
2020-06-30
PCI: Replace http:// links with https://
Alexander A. Klimov
8
-8
/
+8
2020-06-04
Merge branch 'remotes/lorenzo/pci/tegra'
Bjorn Helgaas
1
-3
/
+2
2020-06-04
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
1
-8
/
+8
2020-06-04
Merge branch 'remotes/lorenzo/pci/host-generic'
Bjorn Helgaas
2
-15
/
+6
2020-06-04
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
11
-20
/
+414
2020-06-04
Merge branch 'pci/misc'
Bjorn Helgaas
2
-4
/
+4
2020-06-04
PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driver
Kunihiko Hayashi
3
-2
/
+396
2020-05-29
PCI: tegra194: Fix runtime PM imbalance on error
Dinghao Liu
1
-3
/
+2
2020-05-22
PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_port
Kishon Vijay Abraham I
1
-1
/
+1
2020-05-22
PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link
Marc Zyngier
1
-2
/
+2
2020-05-22
PCI: dwc: Fix inner MSI IRQ domain registration
Marc Zyngier
1
-0
/
+2
2020-05-22
PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()
Wei Yongjun
1
-5
/
+3
2020-05-22
PCI: dwc: intel: Make intel_pcie_cpu_addr() static
Jason Yan
1
-1
/
+1
2020-05-22
PCI: dwc: Program outbound ATU upper limit register
Alan Mikhak
2
-3
/
+7
2020-05-22
PCI: endpoint: Add support to handle multiple base for mapping outbound memory
Lad Prabhakar
1
-8
/
+8
2020-05-12
PCI: Check for platform_get_irq() failure consistently
Aman Sharma
2
-4
/
+4
2020-05-07
PCI: host-generic: Eliminate pci_host_common_probe wrappers
Rob Herring
1
-10
/
+1
2020-05-05
PCI: dwc: Make hisi_pcie_platform_ops static
Zou Wei
1
-1
/
+1
2020-05-05
PCI: dwc: Clean up computing of msix_tbl
Jiri Slaby
1
-5
/
+1
2020-05-01
PCI: Constify struct pci_ecam_ops
Rob Herring
2
-5
/
+5
2020-04-24
PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by default
Bjorn Helgaas
1
-1
/
+0
2020-04-24
PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default
Bjorn Helgaas
1
-1
/
+1
[next]