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