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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
PCI: xilinx: Remove dependency on ARM-specific struct hw_pci
Bharat Kumar Gogada
1
-66
/
+16
2016-03-08
PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DT
Bharat Kumar Gogada
1
-102
/
+5
2016-03-08
PCI: Set ROM shadow location in arch code, not in PCI core
Bjorn Helgaas
1
-11
/
+0
2016-03-08
PCI: Don't enable/disable ROM BAR if we're using a RAM shadow copy
Bjorn Helgaas
1
-4
/
+12
2016-03-08
PCI: Don't assign or reassign immutable resources
Bjorn Helgaas
1
-0
/
+6
2016-03-07
PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
Krzysztof =?utf-8?Q?Ha=C5=82asa?=
1
-1
/
+3
2016-03-07
PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.h
Bjorn Helgaas
1
-12
/
+0
2016-03-03
Merge tag 'pci-v4.5-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+16
2016-03-01
PCI: Fold struct pci_vpd_pci22 into struct pci_vpd
Bjorn Helgaas
2
-31
/
+23
2016-03-01
PCI: Rename VPD symbols to remove unnecessary "pci22"
Bjorn Helgaas
3
-21
/
+21
2016-03-01
PCI: Remove struct pci_vpd_ops.release function pointer
Bjorn Helgaas
2
-9
/
+1
2016-03-01
PCI: Move pci_vpd_release() from header file to pci/access.c
Bjorn Helgaas
2
-5
/
+7
2016-03-01
PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code
Bjorn Helgaas
1
-32
/
+30
2016-03-01
PCI: Determine actual VPD size on first access
Hannes Reinecke
2
-3
/
+86
2016-03-01
PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy
Bjorn Helgaas
1
-5
/
+5
2016-03-01
PCI: Allow access to VPD attributes with size 0
Hannes Reinecke
1
-8
/
+12
2016-03-01
PCI: imx6: Add DT bindings to configure PHY Tx driver settings
Justin Waters
1
-5
/
+37
2016-03-01
PCI: layerscape: Fix MSG TLP drop setting
Minghuan Lian
1
-8
/
+13
2016-03-01
PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
Murali Karicheri
1
-8
/
+3
2016-02-29
PCI: Fix broken URL for Dell biosdevname
Naga Venkata Sai Indubhaskar Jupudi
1
-1
/
+1
2016-02-29
PCI: Support SR-IOV on any function type
Kelly Zytaruk
1
-4
/
+0
2016-02-27
Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2016-02-27
PCI: mvebu: Restrict build to 32-bit ARM
Thierry Reding
1
-0
/
+1
2016-02-25
PCI: Disable IO/MEM decoding for devices with non-compliant BARs
Bjorn Helgaas
1
-0
/
+14
2016-02-23
s390/pci: remove pdev pointer from arch data
Sebastian Ott
1
-2
/
+6
2016-02-23
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+6
2016-02-17
PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
Jake Oshins
3
-0
/
+2354
2016-02-17
PCI: Look up IRQ domain by fwnode_handle
Jake Oshins
1
-0
/
+15
2016-02-15
xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...
Konrad Rzeszutek Wilk
1
-4
/
+6
2016-02-13
Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-24
/
+12
2016-02-09
Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-layerscape' ...
Bjorn Helgaas
4
-98
/
+69
2016-02-09
Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into next
Bjorn Helgaas
7
-28
/
+76
2016-02-09
PCI: designware: Remove PCI_PROBE_ONLY handling
Lorenzo Pieralisi
1
-6
/
+4
2016-02-09
PCI: designware: Explain why we don't program ATU for some platforms
Jisheng Zhang
1
-0
/
+5
2016-02-06
PCI: Remove includes of empty asm-generic/pci-bridge.h
Bjorn Helgaas
3
-3
/
+0
2016-02-06
PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h
Bjorn Helgaas
1
-0
/
+7
2016-02-06
PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning
Bjorn Helgaas
1
-3
/
+6
2016-02-06
PCI/PME: Remove redundant port lookup
Bjorn Helgaas
1
-2
/
+0
2016-02-05
PCI: Check device_attach() return value always
Bjorn Helgaas
1
-1
/
+6
2016-02-05
PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID
Yang Shi
1
-0
/
+1
2016-02-05
PCI: rcar: Remove PCI_PROBE_ONLY handling
Lorenzo Pieralisi
1
-9
/
+5
2016-02-05
PCI: Add ACS quirk for all Cavium devices
Manish Jaggi
1
-0
/
+15
2016-02-05
PCI/AER: Use list_first_entry_or_null() to simplify code
Geliang Tang
1
-8
/
+5
2016-02-04
PCI/AER: Restore pci_ops pointer while calling original pci_ops
David Daney
1
-2
/
+28
2016-02-04
PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops
Bjorn Helgaas
1
-9
/
+9
2016-01-29
Merge branches 'acpi-video' and 'acpi-hotplug'
Rafael J. Wysocki
1
-1
/
+3
2016-01-28
PCI: iproc: Allow multiple devices except on PAXC
Ray Jui
1
-18
/
+11
2016-01-26
PCI: imx6: Move link up check into imx6_pcie_wait_for_link()
Lucas Stach
1
-38
/
+22
2016-01-26
PCI: imx6: Remove broken Gen2 workaround
Lucas Stach
1
-16
/
+1
2016-01-26
PCI: imx6: Move PHY reset into imx6_pcie_establish_link()
Lucas Stach
1
-13
/
+15
[prev]
[next]