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
/
pcie-designware.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
1
-387
/
+0
2018-05-14
PCI: dwc: Replace magic number by defines
Gustavo Pimentel
1
-0
/
+1
2018-03-06
PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256
Gustavo Pimentel
1
-7
/
+3
2018-03-06
PCI: dwc: Remove old MSI IRQs API
Gustavo Pimentel
1
-1
/
+1
2018-03-06
PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical API
Gustavo Pimentel
1
-0
/
+18
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-4
/
+1
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/endpoint' into next
Bjorn Helgaas
1
-2
/
+7
2018-02-01
Merge remote-tracking branch 'lorenzo/pci/dwc' into next
Bjorn Helgaas
1
-4
/
+23
2018-01-29
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
1
-4
/
+1
2017-12-21
PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument
Niklas Cassel
1
-1
/
+1
2017-12-21
PCI: designware-ep: Add generic function for raising MSI irq
Niklas Cassel
1
-0
/
+9
2017-12-21
PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()
Niklas Cassel
1
-0
/
+5
2017-12-21
PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_init
Niklas Cassel
1
-0
/
+2
2017-12-21
PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits
Niklas Cassel
1
-0
/
+1
2017-12-21
PCI: dwc: Use the DMA-API to get the MSI address
Niklas Cassel
1
-1
/
+2
2017-12-19
PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
Kishon Vijay Abraham I
1
-0
/
+1
2017-12-19
PCI: designware-ep: Fix find_first_zero_bit() usage
Niklas Cassel
1
-2
/
+6
2017-09-07
Merge branch 'pci/trivial' into next
Bjorn Helgaas
1
-1
/
+1
2017-09-07
Merge branch 'pci/endpoint' into next
Bjorn Helgaas
1
-0
/
+1
2017-09-02
PCI: Fix typos and whitespace errors
Bjorn Helgaas
1
-1
/
+1
2017-08-30
PCI: dwc: Add accessors for write permission of DBI read-only registers
Hou Zhiqiang
1
-0
/
+25
2017-08-30
PCI: dwc: designware: Provide page_size to pci_epc_mem
Kishon Vijay Abraham I
1
-0
/
+1
2017-08-04
PCI: dwc: designware: Handle ->host_init() failures
Bjorn Andersson
1
-1
/
+1
2017-07-03
PCI: dwc: Constify dw_pcie_host_ops structures
Jisheng Zhang
1
-1
/
+1
2017-04-28
PCI: dwc: dra7xx: Add EP mode support
Kishon Vijay Abraham I
1
-0
/
+7
2017-04-28
PCI: dwc: designware: Add EP mode support
Kishon Vijay Abraham I
1
-0
/
+105
2017-04-04
PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
Kishon Vijay Abraham I
1
-8
/
+10
2017-04-04
PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
Kishon Vijay Abraham I
1
-4
/
+16
2017-04-04
PCI: dwc: designware: Add new *ops* for CPU addr fixup
Kishon Vijay Abraham I
1
-0
/
+1
2017-02-22
PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host
Kishon Vijay Abraham I
1
-4
/
+25
2017-02-22
PCI: dwc: Split pcie-designware.c into host and core files
Kishon Vijay Abraham I
1
-0
/
+8
2017-02-22
PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
Kishon Vijay Abraham I
1
-1
/
+0
2017-02-22
PCI: dwc: all: Split struct pcie_port into host-only and core structures
Kishon Vijay Abraham I
1
-27
/
+40
2017-02-22
PCI: dwc: all: Rename cfg_read/cfg_write to read/write
Kishon Vijay Abraham I
1
-2
/
+2
2017-02-22
PCI: dwc: designware: Move register defines to designware header file
Kishon Vijay Abraham I
1
-0
/
+71
2017-02-21
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
Kishon Vijay Abraham I
1
-0
/
+86