index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
PCI: iproc: Enable iProc config read for PAXBv2
Srinath Mannam
1
-1
/
+1
2019-04-26
PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
Jonathan Chocron
2
-0
/
+94
2019-04-24
x86/pci: Clean up usage of X86_DEV_DMA_OPS
Christoph Hellwig
2
-7
/
+1
2019-04-16
PCI: tegra: Use the DMA-API to get the MSI address
Vidya Sagar
1
-9
/
+28
2019-04-16
PCI: dwc: Add callbacks for accessing dbi2 address space
Kishon Vijay Abraham I
2
-2
/
+41
2019-04-16
PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offset
Kishon Vijay Abraham I
1
-5
/
+5
2019-04-15
PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
Kishon Vijay Abraham I
5
-5
/
+5
2019-04-15
PCI: keystone: Add support to set the max link speed from DT
Kishon Vijay Abraham I
1
-0
/
+35
2019-04-15
PCI: keystone: Invoke phy_reset() API before enabling PHY
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: keystone: Add support for PCIe RC in AM654x Platforms
Kishon Vijay Abraham I
2
-15
/
+148
2019-04-15
PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: dwc: Fix ATU identification for designware version >= 4.80
Kishon Vijay Abraham I
2
-6
/
+9
2019-04-15
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
3
-23
/
+19
2019-04-15
PCI: keystone: Explicitly set the PCIe mode
Kishon Vijay Abraham I
1
-0
/
+37
2019-04-15
PCI: keystone: Move resources initialization to prepare for EP support
Kishon Vijay Abraham I
1
-12
/
+15
2019-04-15
PCI: rockchip: Fix rockchip_pcie_ep_assert_intx() bitwise operations
Colin Ian King
1
-1
/
+1
2019-04-13
PCI: Fix comment typos
Bjorn Helgaas
2
-2
/
+2
2019-04-11
PCI: keystone: Use platform_get_resource_byname() to get memory resources
Kishon Vijay Abraham I
1
-10
/
+7
2019-04-11
PCI: keystone: Perform host initialization in a single function
Kishon Vijay Abraham I
1
-40
/
+23
2019-04-11
PCI: keystone: Cleanup error_irq configuration
Kishon Vijay Abraham I
1
-26
/
+17
2019-04-11
PCI: keystone: Add start_link()/stop_link() dw_pcie_ops
Kishon Vijay Abraham I
1
-22
/
+22
2019-04-11
PCI: mediatek: Get optional clocks with devm_clk_get_optional()
Chunfeng Yun
1
-35
/
+15
2019-04-04
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
1
-11
/
+13
2019-04-04
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2
-41
/
+14
2019-04-04
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2
-27
/
+74
2019-04-04
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2
-1
/
+5
2019-04-04
PCI: keystone: Cleanup ks_pcie_msi_irq_handler()
Kishon Vijay Abraham I
1
-36
/
+28
2019-04-04
PCI: keystone: Use hwirq to get the MSI IRQ number offset
Kishon Vijay Abraham I
1
-11
/
+13
2019-04-04
PCI: keystone: Add separate functions for configuring MSI and legacy interrupt
Kishon Vijay Abraham I
1
-92
/
+89
2019-04-04
PCI: keystone: Cleanup interrupt related macros
Kishon Vijay Abraham I
1
-13
/
+13
2019-04-04
PCI: rcar: Do not shadow the 'irq' variable
Wolfram Sang
1
-4
/
+4
2019-04-04
PCI: rcar: Fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+4
2019-04-04
PCI: rcar: Fix 64bit MSI message address handling
Marek Vasut
1
-3
/
+3
2019-04-04
PCI: rcar: Clean up debug messages
Marek Vasut
1
-4
/
+4
2019-04-04
PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
Marek Vasut
1
-6
/
+6
2019-04-04
PCI: rcar: Replace various variable types with unsigned ones for register values
Marek Vasut
1
-8
/
+9
2019-04-04
PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
Marek Vasut
1
-4
/
+3
2019-04-04
PCI: rcar: Clean up remaining macros defining bits
Marek Vasut
1
-3
/
+3
2019-04-03
PCI: iproc: Allow outbound configuration for 32-bit I/O region
Srinath Mannam
1
-2
/
+19
2019-04-03
PCI: iproc: Add CRS check in config read
Srinath Mannam
1
-2
/
+21
2019-04-01
PCI: mediatek: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-04-01
PCI: iproc: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-2
/
+6
2019-04-01
PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-5
/
+8
2019-04-01
PCI: rockchip: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-04-01
PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-29
PCI: uniphier: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-3
/
+8
2019-03-29
PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-29
PCI: xilinx: Check for __get_free_pages() failure
Kangjie Lu
1
-2
/
+10
2019-03-26
PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary
Dexuan Cui
1
-0
/
+4
2019-03-26
PCI: hv: Add hv_pci_remove_slots() when we unload the driver
Dexuan Cui
1
-0
/
+16
[prev]
[next]