Linus Torvalds
1b6115fbe3
pci-v4.15-changes
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJaDFIdAAoJEFmIoMA60/r8Jg4P/3IrmMNVnpqmYEZ7lRSW7UQ3
8jtupbzIkbPsIAEhbJ7xqO7zKx85j6Og+ZSOv4a8u/tS6cd1aVZu2PpWsTkacez0
7nLGVCSL3HZi5qcrtOvb2Pmke18SUKSPxVYSgS2ajQavB1oKaY03FbHDWyWidCZx
qxkeGZOiUDw5kSGkQWyks1WgB0dd76rVbPcrKKEJueGgrdSm+EdgdDv8eT6bZInZ
uMrCmSjNYTQP0KASCJJvgYOtJbdwvP6NuQTxzOlU2G+H2SqsLRjsz4UUR8FF06T5
cndpgpG3QSAZLx7wCeWTvRorTEYORzKMoyw/AUjhiGbRep9Zw0aKNvCC99E6xjyD
FECrk6kCrqZs7l+LVXK4SwpBXCVjNgRoFAHBEKF2X3/SWUkUhHXZHCVvMQB8LQiS
2p8VRoYWw2aCLkHCGynuzToUrD2P2Pjxe5n/13aYVJkyBNfQqqZ3l2YHiZdpDO3j
rgG6RW0WCrpZxfb/0WAbPnQ2qpZAwDPO6hOW7dIfTZabFVXRIkBvNq53by/0MxvP
jyOcMTsq2l8y46f3VgNPUAHj0f52HwfZA3PQRPh+MQDz5385BJklDRWtfVM7cQx9
IoeGkq1zLLvpOh63he/jnnRELxDvNVcxND8lOkenJlObj9kK63hUEcXg/zEMS4w3
oetLw9TqE32Jb7GfpVSw
=j4L3
-----END PGP SIGNATURE-----
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI updates from Bjorn Helgaas:
- detach driver before tearing down procfs/sysfs (Alex Williamson)
- disable PCIe services during shutdown (Sinan Kaya)
- fix ASPM oops on systems with no Root Ports (Ard Biesheuvel)
- fix ASPM LTR_L1.2_THRESHOLD programming (Bjorn Helgaas)
- fix ASPM Common_Mode_Restore_Time computation (Bjorn Helgaas)
- fix portdrv MSI/MSI-X vector allocation (Dongdong Liu, Bjorn
Helgaas)
- report non-fatal AER errors only to the affected endpoint (Gabriele
Paoloni)
- distribute bus numbers, MMIO, and I/O space among hotplug bridges to
allow more devices to be hot-added (Mika Westerberg)
- fix pciehp races during initialization and surprise link down (Mika
Westerberg)
- handle surprise-removed devices in PME handling (Qiang)
- support resizable BARs for large graphics devices (Christian König)
- expose SR-IOV offset, stride, and VF device ID via sysfs (Filippo
Sironi)
- create SR-IOV virtfn/physfn sysfs links before attaching driver
(Stuart Hayes)
- fix SR-IOV "ARI Capable Hierarchy" restore issue (Tony Nguyen)
- enforce Kconfig IOV/REALLOC dependency (Sascha El-Sharkawy)
- avoid slot reset if bridge itself is broken (Jan Glauber)
- clean up pci_reset_function() path (Jan H. Schönherr)
- make pci_map_rom() fail if the option ROM is invalid (Changbin Du)
- convert timers to timer_setup() (Kees Cook)
- move PCI_QUIRKS to PCI bus Kconfig menu (Randy Dunlap)
- constify pci_dev_type and intel_mid_pci_ops (Bhumika Goyal)
- remove unnecessary pci_dev, pci_bus, resource, pcibios_set_master()
declarations (Bjorn Helgaas)
- fix endpoint framework overflows and BUG()s (Dan Carpenter)
- fix endpoint framework issues (Kishon Vijay Abraham I)
- avoid broken Cavium CN8xxx bus reset behavior (David Daney)
- extend Cavium ACS capability quirks (Vadim Lomovtsev)
- support Synopsys DesignWare RC in ECAM mode (Ard Biesheuvel)
- turn off dra7xx clocks cleanly on shutdown (Keerthy)
- fix Faraday probe error path (Wei Yongjun)
- support HiSilicon STB SoC PCIe host controller (Jianguo Sun)
- fix Hyper-V interrupt affinity issue (Dexuan Cui)
- remove useless ACPI warning for Hyper-V pass-through devices (Vitaly
Kuznetsov)
- support multiple MSI on iProc (Sandor Bodo-Merle)
- support Layerscape LS1012a and LS1046a PCIe host controllers (Hou
Zhiqiang)
- fix Layerscape default error response (Minghuan Lian)
- support MSI on Tango host controller (Marc Gonzalez)
- support Tegra186 PCIe host controller (Manikanta Maddireddy)
- use generic accessors on Tegra when possible (Thierry Reding)
- support V3 Semiconductor PCI host controller (Linus Walleij)
* tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (85 commits)
PCI/ASPM: Add L1 Substates definitions
PCI/ASPM: Reformat ASPM register definitions
PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()
PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up()
PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()
PCI: Fix kernel-doc build warning
PCI: Fail pci_map_rom() if the option ROM is invalid
PCI: Move pci_map_rom() error path
PCI: Move PCI_QUIRKS to the PCI bus menu
alpha/PCI: Make pdev_save_srm_config() static
PCI: Remove unused declarations
PCI: Remove redundant pci_dev, pci_bus, resource declarations
PCI: Remove redundant pcibios_set_master() declarations
PCI/PME: Handle invalid data when reading Root Status
PCI: hv: Use effective affinity mask
PCI: pciehp: Do not clear Presence Detect Changed during initialization
PCI: pciehp: Fix race condition handling surprise link down
PCI: Distribute available resources to hotplug-capable bridges
...
2017-11-15 15:01:28 -08:00
..
2013-06-25 18:54:21 +02:00
2016-03-09 09:37:53 +00:00
2014-03-14 13:43:32 +01:00
2017-11-09 17:05:05 -06:00
2017-11-02 15:55:45 +00:00
2017-11-13 17:33:11 -08:00
2017-02-07 15:06:45 +01:00
2017-04-10 10:04:42 -05:00
2016-04-26 09:51:12 +02:00
2015-10-22 09:21:25 -05:00
2017-06-22 14:14:52 +01:00
2017-06-22 14:13:39 +01:00
2015-06-18 15:29:52 +02:00
2015-10-22 09:21:25 -05:00
2016-04-19 17:31:58 -07:00
2015-08-20 22:38:42 +02:00
2015-04-01 17:21:37 +02:00
2016-05-13 14:01:59 +02:00
2015-04-01 17:21:37 +02:00
2015-04-01 17:21:37 +02:00
2017-10-19 10:56:36 +01:00
2015-04-13 09:02:45 +03:00
2015-04-13 09:02:45 +03:00
2016-07-06 17:38:15 +02:00
2015-01-26 11:38:23 +01:00
2016-05-09 09:32:31 +05:30
2017-04-07 10:35:59 +01:00
2017-10-11 13:48:19 -05:00
2016-03-21 11:24:10 +01:00
2015-10-22 09:21:25 -05:00
2015-10-22 09:21:25 -05:00
2015-06-21 21:52:56 +02:00
2015-10-22 09:21:25 -05:00
2014-11-18 11:34:35 -06:00
2016-08-08 20:26:16 +00:00
2014-01-22 21:48:55 +01:00
2016-08-16 13:59:04 +00:00
2014-05-19 02:08:06 +00:00
2017-06-22 14:15:00 +01:00
2017-06-23 09:14:43 +01:00
2016-09-06 14:20:11 +00:00
2013-06-11 16:18:50 +02:00
2017-04-07 10:52:21 +01:00
2017-08-17 15:33:44 +02:00
2016-01-24 02:51:19 +01:00
2016-02-25 10:56:58 +01:00
2015-10-22 09:21:25 -05:00
2015-08-25 11:29:57 -05:00
2016-04-19 17:25:19 -05:00
2016-04-28 00:36:24 +03:00
2017-06-22 11:22:06 -05:00
2014-07-01 12:15:06 +00:00
2017-11-03 14:01:13 +09:00
2015-06-21 21:54:03 +02:00
2015-12-09 15:30:50 -06:00
2015-06-23 13:35:56 +09:00
2015-06-23 13:35:56 +09:00
2015-06-05 22:26:33 +02:00
2017-10-19 10:54:56 +01:00
2015-10-22 09:21:25 -05:00
2016-02-18 01:16:37 +00:00
2015-10-22 09:21:25 -05:00
2017-02-06 09:37:57 -08:00
2015-10-22 09:21:25 -05:00
2013-12-13 16:29:40 +01:00
2017-11-07 11:17:35 +00:00
2017-08-23 10:08:44 +01:00
2015-10-22 09:21:25 -05:00
2015-03-03 19:50:02 +00:00
2017-11-07 11:44:14 +00:00
2015-12-29 11:58:53 +01:00
2015-10-22 09:21:25 -05:00
2015-10-22 09:21:25 -05:00
2017-11-09 17:05:05 -06:00
2015-10-22 09:21:25 -05:00
2016-04-25 08:41:17 -05:00
2015-01-26 11:38:23 +01:00
2015-10-22 09:21:25 -05:00