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
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-07
Merge branch 'pci/resource'
Bjorn Helgaas
1
-4
/
+2
2018-06-07
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-43
/
+0
2018-05-26
PCI: Remove unused pcie_get_minimum_link()
Bjorn Helgaas
1
-43
/
+0
2018-05-24
PCI / PM: Clean up outdated comments in pci_target_state()
Rafael J. Wysocki
1
-4
/
+2
2018-05-18
PCI: Add generic pcie_wait_for_link() interface
Oza Pawandeep
1
-0
/
+29
2018-05-15
PCI: Make pci_get_new_domain_nr() static
Jan Kiszka
1
-4
/
+2
2018-05-11
PCI: Add "pci=noats" boot parameter
Gil Kupfer
1
-0
/
+11
2018-05-10
PCI / PM: Check device_may_wakeup() in pci_enable_wake()
Rafael J. Wysocki
1
-6
/
+23
2018-05-09
PCI / PM: Always check PME wakeup capability for runtime wakeup support
Kai Heng Feng
1
-4
/
+4
2018-04-20
PCI: Add "PCIe" to pcie_print_link_status() messages
Jakub Kicinski
1
-2
/
+2
2018-04-11
PCI: Remove messages about reassigning resources
Desnes A. Nunes do Rosario
1
-1
/
+0
2018-04-07
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-116
/
+261
2018-04-04
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-34
/
+51
2018-04-04
Merge branch 'pci/portdrv'
Bjorn Helgaas
1
-0
/
+9
2018-04-04
Merge branch 'pci/misc'
Bjorn Helgaas
1
-6
/
+8
2018-04-04
Merge branch 'pci/lpc'
Bjorn Helgaas
1
-76
/
+19
2018-04-04
PCI: Apply the new generic I/O management on PCI IO hosts
Zhichang Yuan
1
-75
/
+17
2018-04-04
PCI: Add fwnode handler as input param of pci_register_io_range()
Gabriele Paoloni
1
-1
/
+2
2018-04-04
PCI: Remove __weak tag from pci_register_io_range()
Gabriele Paoloni
1
-1
/
+1
2018-04-03
PCI: Add pcie_print_link_status() to log link speed and whether it's limited
Tal Gilboa
1
-0
/
+32
2018-04-03
PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
Tal Gilboa
1
-0
/
+58
2018-04-03
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+1
2018-03-30
PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
Tal Gilboa
1
-0
/
+22
2018-03-30
PCI: Add pcie_get_width_cap() to find max supported link width
Tal Gilboa
1
-0
/
+18
2018-03-30
PCI: Add pcie_get_speed_cap() to find max supported link speed
Tal Gilboa
1
-0
/
+44
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
1
-4
/
+5
2018-03-14
PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() public
Lukas Wunner
1
-4
/
+4
2018-03-12
PCI/PM: Move pcie_clear_root_pme_status() to core
Bjorn Helgaas
1
-0
/
+9
2018-03-05
PCI: Wait for device to become ready after secondary bus reset
Sinan Kaya
1
-1
/
+1
2018-03-05
PCI: Add a return type for pci_reset_bridge_secondary_bus()
Sinan Kaya
1
-1
/
+3
2018-03-05
PCI: Wait for device to become ready after a power management reset
Sinan Kaya
1
-1
/
+1
2018-03-01
PCI: Fix NULL pointer dereference in of_pci_bus_find_domain_nr()
Shawn Lin
1
-2
/
+3
2018-02-27
PCI: Rename pci_flr_wait() to pci_dev_wait() and make it generic
Sinan Kaya
1
-17
/
+31
2018-02-27
PCI: Handle FLR failure and allow other reset types
Sinan Kaya
1
-8
/
+10
2018-02-27
PCI: Protect restore with device lock to be consistent
Sinan Kaya
1
-1
/
+3
2018-02-23
pci: Simplify code by using the new dmi_get_bios_year() helper
Andy Shevchenko
1
-5
/
+1
2018-02-22
PCI: Remove redundant probes for device reset support
Bjorn Helgaas
1
-9
/
+6
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-44
/
+114
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-0
/
+1
2018-01-31
Merge branch 'pci/misc' into next
Bjorn Helgaas
1
-44
/
+38
2018-01-26
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
1
-0
/
+1
2018-01-23
PCI: Add pci_enable_atomic_ops_to_root()
Jay Cornwall
1
-0
/
+75
2018-01-18
PCI: Add wrappers for dev_printk()
Frederick Lawler
1
-44
/
+38
2017-12-13
PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
Heiner Kallweit
1
-0
/
+25
2017-11-16
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-33
/
+121
2017-11-14
Merge branch 'pci/host-thunder' into next
Bjorn Helgaas
1
-0
/
+8
2017-11-14
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
1
-32
/
+11
2017-11-14
Merge branch 'pci/resource' into next
Bjorn Helgaas
1
-0
/
+101
2017-11-09
PCI: Fix kernel-doc build warning
Randy Dunlap
1
-1
/
+1
2017-11-06
PCI / PM: Use the NEVER_SKIP driver flag
Rafael J. Wysocki
1
-2
/
+1
[prev]
[next]