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
starfive-6.6.48-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
/
host
/
pci-exynos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-21
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
Kishon Vijay Abraham I
1
-629
/
+0
2016-10-12
PCI: exynos: Reorder struct exynos_pcie
Bjorn Helgaas
1
-4
/
+4
2016-10-12
PCI: exynos: Pass device-specific struct to internal functions
Bjorn Helgaas
1
-74
/
+58
2016-10-12
PCI: exynos: Name private struct pointer "exynos_pcie" consistently
Bjorn Helgaas
1
-12
/
+12
2016-10-12
PCI: exynos: Uninline register accessors
Bjorn Helgaas
1
-8
/
+8
2016-10-12
PCI: exynos: Add local struct device pointers
Bjorn Helgaas
1
-22
/
+24
2016-10-11
PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
Bjorn Helgaas
1
-1
/
+1
2016-10-11
PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
Bjorn Helgaas
1
-6
/
+4
2016-10-05
Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...
Bjorn Helgaas
1
-3
/
+6
2016-08-23
PCI: exynos: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+1
2016-08-17
PCI: designware: Return data directly from dw_pcie_readl_rc()
Bjorn Helgaas
1
-3
/
+6
2016-03-15
PCI: designware: Add generic dw_pcie_wait_for_link()
Joao Pinto
1
-10
/
+3
2016-01-07
PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD
Grygorii Strashko
1
-1
/
+2
2015-11-02
PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces
Gabriele Paoloni
1
-3
/
+2
2015-06-10
PCI: designware: Wait for link to come up with consistent style
Bjorn Helgaas
1
-19
/
+15
2015-04-08
PCI: exynos: Fix INTx enablement statement termination error
Jaehoon Chung
1
-1
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-13
PCI: exynos: Remove unnecessary return statement
Jingoo Han
1
-8
/
+0
2014-10-23
PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()
Jingoo Han
1
-5
/
+5
2014-10-20
pci: host: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-03
Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...
Bjorn Helgaas
1
-1
/
+0
2014-05-30
Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...
Bjorn Helgaas
1
-4
/
+3
2014-05-30
PCI: designware: Make MSI ISR shared IRQ aware
Lucas Stach
1
-3
/
+1
2014-05-30
PCI: exynos: Fix add_pcie_port() section mismatch warning
Sachin Kamat
1
-1
/
+2
2014-05-28
PCI: exynos: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-04-16
PCI: designware: Remove unnecessary use of 'conf_lock' spinlock
Andrew Murray
1
-1
/
+0
2013-12-20
PCI: designware: Add dw_pcie prefix before cfg_read/write
Pratyush Anand
1
-2
/
+3
2013-10-30
PCI: exynos: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-10-05
PCI: exynos: Add missing clk_disable_unprepare() on error path
Wei Yongjun
1
-6
/
+12
2013-09-26
PCI: exynos: Turn off power of phy block when link failed
Jingoo Han
1
-0
/
+68
2013-09-26
PCI: exynos: Add support for MSI
Jingoo Han
1
-0
/
+44
2013-08-29
PCI: exynos: Add I/O access wrappers
Seungwon Jeon
1
-69
/
+91
2013-08-12
PCI: exynos: Split into Synopsys part and Exynos part
Jingoo Han
1
-0
/
+530