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
/
dwc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-179
/
+1177
2017-04-28
PCI: Don't allow unbinding host controllers that aren't prepared
Brian Norris
7
-0
/
+8
2017-04-28
Merge branch 'pci/ioremap' into next
Bjorn Helgaas
7
-14
/
+15
2017-04-28
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-54
/
+144
2017-04-28
PCI: dwc: dra7xx: Workaround for errata id i870
Kishon Vijay Abraham I
1
-0
/
+49
2017-04-28
PCI: dwc: dra7xx: Add EP mode support
Kishon Vijay Abraham I
4
-18
/
+221
2017-04-28
PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...
Kishon Vijay Abraham I
1
-6
/
+18
2017-04-28
PCI: dwc: designware: Add EP mode support
Kishon Vijay Abraham I
5
-0
/
+578
2017-04-25
PCI: imx6: Fix spelling mistake: "contol" -> "control"
Colin Ian King
1
-2
/
+2
2017-04-24
PCI: keystone-dw: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: layerscape: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: hisi: Update PCI config space remap function
Lorenzo Pieralisi
1
-4
/
+3
2017-04-24
PCI: armada8k: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: designware: Update PCI config space remap function
Lorenzo Pieralisi
1
-5
/
+7
2017-04-24
PCI: qcom: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-24
PCI: spear13xx: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-12
PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)
Dongdong Liu
1
-1
/
+5
2017-04-05
PCI: imx6: Do not switch speed if Gen2 is disabled
Andrey Smirnov
1
-26
/
+26
2017-04-05
PCI: imx6: Do not wait for speed change on i.MX7
Andrey Smirnov
1
-4
/
+15
2017-04-05
PCI: imx6: Allow probe deferral by reset GPIO
Andrey Smirnov
1
-8
/
+17
2017-04-05
PCI: imx6: Add code to support i.MX7D
Andrey Smirnov
1
-25
/
+95
2017-04-04
PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe
Keerthy
1
-7
/
+7
2017-04-04
PCI: dwc: designware: Move _unroll configurations to a separate function
Kishon Vijay Abraham I
1
-39
/
+58
2017-04-04
PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
Kishon Vijay Abraham I
3
-26
/
+42
2017-04-04
PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
Kishon Vijay Abraham I
3
-14
/
+29
2017-04-04
PCI: dwc: artpec6: Populate cpu_addr_fixup ops
Kishon Vijay Abraham I
1
-5
/
+6
2017-04-04
PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
Kishon Vijay Abraham I
1
-5
/
+6
2017-04-04
PCI: dwc: designware: Add new *ops* for CPU addr fixup
Kishon Vijay Abraham I
2
-0
/
+4
2017-04-04
PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()
Dan Carpenter
1
-3
/
+4
2017-04-04
PCI: dwc: Unindent dw_handle_msi_irq() loop
Bjorn Helgaas
1
-11
/
+11
2017-04-04
PCI: dwc: Fix dw_pcie_ops NULL pointer dereference
Niklas Cassel
2
-0
/
+8
2017-04-04
PCI: dwc: Select PCI_HOST_COMMON for hisi
Arnd Bergmann
1
-0
/
+1
2017-03-07
PCI: exynos: Initialize elbi_base even when using PHY framework
Jaehoon Chung
1
-4
/
+4
2017-02-25
PCI: dwc: Fix crashes seen due to missing assignments
Guenter Roeck
10
-0
/
+18
2017-02-22
Merge branch 'pci/host-layerscape' into next
Bjorn Helgaas
1
-6
/
+1
2017-02-22
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-35
/
+2
2017-02-22
Merge branch 'pci/host-hisi' into next
Bjorn Helgaas
1
-12
/
+70
2017-02-22
Merge branch 'pci/host-exynos' into next
Bjorn Helgaas
1
-226
/
+333
2017-02-22
PCI: dwc: Remove dependency of designware on CONFIG_PCI
Kishon Vijay Abraham I
1
-1
/
+12
2017-02-22
PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host
Kishon Vijay Abraham I
3
-16
/
+42
2017-02-22
PCI: dwc: Split pcie-designware.c into host and core files
Kishon Vijay Abraham I
4
-624
/
+650
2017-02-22
PCI: dwc: designware: Fix style errors in pcie-designware.c
Kishon Vijay Abraham I
1
-21
/
+21
2017-02-22
PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
Kishon Vijay Abraham I
2
-8
/
+11
2017-02-22
PCI: dwc: all: Split struct pcie_port into host-only and core structures
Kishon Vijay Abraham I
15
-481
/
+666
2017-02-22
PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
Kishon Vijay Abraham I
1
-16
/
+17
2017-02-22
PCI: dwc: all: Rename cfg_read/cfg_write to read/write
Kishon Vijay Abraham I
7
-33
/
+33
2017-02-22
PCI: dwc: all: Use platform_set_drvdata() to save private data
Kishon Vijay Abraham I
11
-4
/
+22
2017-02-22
PCI: dwc: designware: Move register defines to designware header file
Kishon Vijay Abraham I
2
-70
/
+71
2017-02-22
PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code
Fengguang Wu
1
-12
/
+3
2017-02-22
PCI: dra7xx: Group PHY API invocations
Kishon Vijay Abraham I
1
-41
/
+51
[next]