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
..
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-10-25 12:42:35 +02:00
2017-08-01 21:01:20 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-23 22:27:04 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-06-14 13:58:26 +10:00
2016-03-04 23:44:51 -06:00
2017-07-11 12:53:53 +10:00
2017-08-10 23:32:18 +10:00
2016-12-24 11:46:01 -08:00
2017-05-08 17:15:11 -07:00
2017-04-13 23:34:33 +10:00
2017-11-02 11:10:55 +01:00
2017-01-24 12:23:35 -05:00
2017-06-28 06:54:55 -07:00
2017-10-03 16:16:55 +11:00
2016-07-08 22:09:50 +10:00
2017-09-21 14:56:00 +10:00
2017-10-05 15:54:56 -05:00
2016-11-22 11:57:07 +11:00
2017-08-31 14:26:09 +10:00
2017-08-31 14:26:09 +10:00
2017-09-21 14:56:00 +10:00
2017-08-15 22:55:53 +10:00
2017-08-31 14:26:47 +10:00
2016-08-07 23:50:09 -04:00
2017-04-30 01:05:18 -05:00
2017-11-02 11:10:55 +01:00
2017-08-31 14:26:04 +10:00
2016-10-14 14:26:58 -07:00
2017-11-02 11:10:55 +01:00
2017-08-15 22:55:55 +10:00
2017-08-03 16:06:44 +10:00
2016-08-07 23:50:09 -04:00
2016-08-07 23:50:09 -04:00
2017-08-31 14:26:47 +10:00
2017-11-02 11:10:55 +01:00
2016-08-07 23:50:09 -04:00
2017-02-18 21:37:14 +11:00
2017-08-29 21:42:14 +10:00
2015-06-02 21:37:19 -05:00
2016-12-20 09:48:44 -08:00
2017-08-23 22:27:04 +10:00
2017-11-02 11:10:55 +01:00
2017-09-01 16:42:54 +10:00
2017-08-23 23:13:27 +10:00
2017-08-23 22:27:04 +10:00
2015-08-03 11:34:12 +02:00
2016-12-20 09:48:44 -08:00
2017-08-10 23:32:12 +10:00
2017-04-24 19:07:58 +10:00
2017-11-01 15:51:03 +11:00
2017-08-31 14:26:00 +10:00
2017-08-15 21:04:32 +10:00
2017-11-02 11:10:55 +01:00
2016-11-30 23:15:26 +11:00
2017-11-07 15:35:57 +01:00
2016-05-11 21:54:04 +10:00
2017-11-02 11:10:55 +01:00
2017-09-29 14:19:44 +10:00
2017-08-10 23:31:31 +10:00
2017-06-02 19:20:43 +10:00
2017-07-10 21:07:38 +10:00
2016-08-07 23:50:09 -04:00
2016-03-07 14:53:53 +11:00
2017-02-03 08:28:25 -08:00
2016-12-24 11:46:01 -08:00
2015-06-02 11:47:45 +10:00
2017-06-27 17:02:50 -07:00
2017-08-23 22:27:04 +10:00
2017-08-24 16:19:01 +10:00
2017-09-20 20:21:24 +10:00
2017-09-08 18:26:48 -07:00
2017-08-23 22:27:04 +10:00
2017-08-23 22:27:04 +10:00
2017-08-31 14:26:12 +10:00
2017-08-23 22:27:04 +10:00
2017-08-23 22:27:04 +10:00
2016-05-11 21:54:26 +10:00
2016-12-24 11:46:01 -08:00
2017-08-28 22:10:00 +10:00
2014-09-25 23:14:46 +10:00
2017-09-02 21:02:38 +10:00
2017-11-02 11:10:55 +01:00
2017-05-25 23:07:44 +10:00
2016-12-24 11:46:01 -08:00
2017-09-20 13:30:09 +10:00
2017-08-31 14:26:47 +10:00
2016-12-24 11:46:01 -08:00
2017-08-31 14:26:40 +10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-10-18 15:15:07 +02:00
2017-06-23 09:32:11 +02:00
2017-09-01 16:42:46 +10:00
2017-08-31 14:26:00 +10:00
2017-10-03 21:59:48 +11:00
2016-07-21 19:17:46 +10:00
2017-07-24 14:30:28 -05:00
2017-10-06 22:12:55 +11:00
2017-03-08 09:20:19 +01:00
2016-10-04 20:33:16 +11:00
2017-11-02 11:10:55 +01:00
2017-08-31 18:16:08 +10:00
2017-03-28 14:43:59 +11:00
2014-10-09 22:26:04 -04:00
2017-11-02 11:10:55 +01:00
2017-03-02 08:42:30 +01:00
2017-08-10 22:29:41 +10:00
2017-11-02 11:10:55 +01:00
2017-03-20 19:02:49 +11:00
2016-12-24 11:46:01 -08:00
2017-04-12 22:32:43 +10:00
2017-05-03 14:45:38 +10:00
2015-11-26 22:11:17 +11:00
2015-11-26 22:11:17 +11:00
2017-08-31 14:26:47 +10:00
2017-11-02 11:10:55 +01:00
2017-07-02 20:40:24 +10:00
2017-11-02 11:10:55 +01:00
2017-09-20 20:05:24 +10:00
2014-11-12 13:47:20 +11:00
2015-04-07 17:15:13 +10:00
2017-08-24 16:19:21 +10:00
2017-02-06 19:46:04 +11:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-13 17:56:58 -08:00