Linus Torvalds
e6e3d8f8f4
Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI updates from Bjorn Helgaas:
"Summary of PCI changes for the v4.9 merge window:
Enumeration:
- microblaze: Add multidomain support for procfs (Bharat Kumar Gogada)
Resource management:
- Ignore requested alignment for PROBE_ONLY and fixed resources (Yongji Xie)
- Ignore requested alignment for VF BARs (Yongji Xie)
PCI device hotplug:
- Make core explicitly non-modular (Paul Gortmaker)
PCIe native device hotplug:
- Rename pcie_isr() locals for clarity (Bjorn Helgaas)
- Return IRQ_NONE when we can't read interrupt status (Bjorn Helgaas)
- Remove unnecessary guard (Bjorn Helgaas)
- Clean up dmesg "Slot(%s)" messages (Bjorn Helgaas)
- Remove useless pciehp_get_latch_status() calls (Bjorn Helgaas)
- Clear attention LED on device add (Keith Busch)
- Allow exclusive userspace control of indicators (Keith Busch)
- Process all hotplug events before looking for new ones (Mayurkumar Patel)
- Don't re-read Slot Status when queuing hotplug event (Mayurkumar Patel)
- Don't re-read Slot Status when handling surprise event (Mayurkumar Patel)
- Make explicitly non-modular (Paul Gortmaker)
Power management:
- Afford direct-complete to devices with non-standard PM (Lukas Wunner)
- Query platform firmware for device power state (Lukas Wunner)
- Recognize D3cold in pci_update_current_state() (Lukas Wunner)
- Avoid unnecessary resume after direct-complete (Lukas Wunner)
- Make explicitly non-modular (Paul Gortmaker)
Virtualization:
- Mark Atheros AR9580 to avoid bus reset (Maik Broemme)
- Check for pci_setup_device() failure in pci_iov_add_virtfn() (Po Liu)
MSI:
- Enable PCI_MSI_IRQ_DOMAIN support for ARC (Joao Pinto)
AER:
- Remove aerdriver.nosourceid kernel parameter (Bjorn Helgaas)
- Remove aerdriver.forceload kernel parameter (Bjorn Helgaas)
- Fix aer_probe() kernel-doc comment (Cao jin)
- Add bus flag to skip source ID matching (Jon Derrick)
- Avoid memory allocation in interrupt handling path (Jon Derrick)
- Cache capability position (Keith Busch)
- Make explicitly non-modular (Paul Gortmaker)
- Remove duplicate AER severity translation (Tyler Baicar)
- Send correct severity to calculate AER severity (Tyler Baicar)
Precision Time Measurement:
- Add Precision Time Measurement (PTM) support (Jonathan Yong)
- Add PTM clock granularity information (Bjorn Helgaas)
- Add pci_enable_ptm() for drivers to enable PTM on endpoints (Bjorn Helgaas)
Generic host bridge driver:
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
- Make explicitly non-modular (Paul Gortmaker)
Altera host bridge driver:
- Remove redundant platform_get_resource() return value check (Bjorn Helgaas)
- Poll for link training status after retraining the link (Ley Foon Tan)
- Rework config accessors for use without a struct pci_bus (Ley Foon Tan)
- Move retrain from fixup to altera_pcie_host_init() (Ley Foon Tan)
- Make MSI explicitly non-modular (Paul Gortmaker)
- Make explicitly non-modular (Paul Gortmaker)
- Relax device number checking to allow SR-IOV (Po Liu)
ARM Versatile host bridge driver:
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
Axis ARTPEC-6 host bridge driver:
- Drop __init from artpec6_add_pcie_port() (Niklas Cassel)
Freescale i.MX6 host bridge driver:
- Make explicitly non-modular (Paul Gortmaker)
Intel VMD host bridge driver:
- Add quirk for AER to ignore source ID (Jon Derrick)
- Allocate IRQ lists with correct MSI-X count (Jon Derrick)
- Convert to use pci_alloc_irq_vectors() API (Jon Derrick)
- Eliminate vmd_vector member from list type (Jon Derrick)
- Eliminate index member from IRQ list (Jon Derrick)
- Synchronize with RCU freeing MSI IRQ descs (Keith Busch)
- Request userspace control of PCIe hotplug indicators (Keith Busch)
- Move VMD driver to drivers/pci/host (Keith Busch)
Marvell Aardvark host bridge driver:
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
- Remove redundant dev_err call in advk_pcie_probe() (Wei Yongjun)
Microsoft Hyper-V host bridge driver:
- Use zero-length array in struct pci_packet (Dexuan Cui)
- Use pci_function_description[0] in struct definitions (Dexuan Cui)
- Remove the unused 'wrk' in struct hv_pcibus_device (Dexuan Cui)
- Handle vmbus_sendpacket() failure in hv_compose_msi_msg() (Dexuan Cui)
- Handle hv_pci_generic_compl() error case (Dexuan Cui)
- Use list_move_tail() instead of list_del() + list_add_tail() (Wei Yongjun)
NVIDIA Tegra host bridge driver:
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
- Remove redundant _data suffix (Thierry Reding)
- Use of_device_get_match_data() (Thierry Reding)
Qualcomm host bridge driver:
- Make explicitly non-modular (Paul Gortmaker)
Renesas R-Car host bridge driver:
- Consolidate register space lookup and ioremap (Bjorn Helgaas)
- Don't disable/unprepare clocks on prepare/enable failure (Geert Uytterhoeven)
- Add multi-MSI support (Grigory Kletsko)
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
- Fix some checkpatch warnings (Sergei Shtylyov)
- Try increasing PCIe link speed to 5 GT/s at boot (Sergei Shtylyov)
Rockchip host bridge driver:
- Add DT bindings for Rockchip PCIe controller (Shawn Lin)
- Add Rockchip PCIe controller support (Shawn Lin)
- Improve the deassert sequence of four reset pins (Shawn Lin)
- Fix wrong transmitted FTS count (Shawn Lin)
- Increase the Max Credit update interval (Rajat Jain)
Samsung Exynos host bridge driver:
- Make explicitly non-modular (Paul Gortmaker)
ST Microelectronics SPEAr13xx host bridge driver:
- Make explicitly non-modular (Paul Gortmaker)
Synopsys DesignWare host bridge driver:
- Return data directly from dw_pcie_readl_rc() (Bjorn Helgaas)
- Exchange viewport of `MEMORYs' and `CFGs/IOs' (Dong Bo)
- Check LTSSM training bit before deciding link is up (Jisheng Zhang)
- Move link wait definitions to .c file (Joao Pinto)
- Wait for iATU enable (Joao Pinto)
- Add iATU Unroll feature (Joao Pinto)
- Fix pci_remap_iospace() failure path (Lorenzo Pieralisi)
- Make explicitly non-modular (Paul Gortmaker)
- Relax device number checking to allow SR-IOV (Po Liu)
- Keep viewport fixed for IO transaction if num_viewport > 2 (Pratyush Anand)
- Remove redundant platform_get_resource() return value check (Wei Yongjun)
TI DRA7xx host bridge driver:
- Make explicitly non-modular (Paul Gortmaker)
TI Keystone host bridge driver:
- Propagate request_irq() failure (Wei Yongjun)
Xilinx AXI host bridge driver:
- Keep both legacy and MSI interrupt domain references (Bharat Kumar Gogada)
- Clear interrupt register for invalid interrupt (Bharat Kumar Gogada)
- Clear correct MSI set bit (Bharat Kumar Gogada)
- Dispose of MSI virtual IRQ (Bharat Kumar Gogada)
- Make explicitly non-modular (Paul Gortmaker)
- Relax device number checking to allow SR-IOV (Po Liu)
Xilinx NWL host bridge driver:
- Expand error logging (Bharat Kumar Gogada)
- Enable all MSI interrupts using MSI mask (Bharat Kumar Gogada)
- Make explicitly non-modular (Paul Gortmaker)
Miscellaneous:
- Drop CONFIG_KEXEC_CORE ifdeffery (Lukas Wunner)
- portdrv: Make explicitly non-modular (Paul Gortmaker)
- Make DPC explicitly non-modular (Paul Gortmaker)"
* tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (105 commits)
x86/PCI: VMD: Move VMD driver to drivers/pci/host
PCI: rockchip: Fix wrong transmitted FTS count
PCI: rockchip: Improve the deassert sequence of four reset pins
PCI: rockchip: Increase the Max Credit update interval
PCI: rcar: Try increasing PCIe link speed to 5 GT/s at boot
PCI/AER: Fix aer_probe() kernel-doc comment
PCI: Ignore requested alignment for VF BARs
PCI: Ignore requested alignment for PROBE_ONLY and fixed resources
PCI: Avoid unnecessary resume after direct-complete
PCI: Recognize D3cold in pci_update_current_state()
PCI: Query platform firmware for device power state
PCI: Afford direct-complete to devices with non-standard PM
PCI/AER: Cache capability position
PCI/AER: Avoid memory allocation in interrupt handling path
x86/PCI: VMD: Request userspace control of PCIe hotplug indicators
PCI: pciehp: Allow exclusive userspace control of indicators
ACPI / APEI: Send correct severity to calculate AER severity
PCI/AER: Remove duplicate AER severity translation
x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descs
x86/PCI: VMD: Eliminate index member from IRQ list
...
2016-10-07 11:46:37 -07:00
..
2014-10-20 10:30:15 +08:00
2016-03-17 15:09:34 -07:00
2016-06-17 15:39:46 +02:00
2015-11-19 08:18:38 -02:00
2014-09-23 23:15:46 -07:00
2016-08-22 22:43:35 +02:00
2016-05-29 20:03:21 +01:00
2015-10-26 16:00:00 +01:00
2016-09-25 23:16:43 +02:00
2015-11-23 17:54:38 +01:00
2015-11-23 17:54:38 +01:00
2015-11-23 17:54:38 +01:00
2015-11-23 17:54:38 +01:00
2015-04-21 16:16:02 -04:00
2016-01-06 11:39:53 +11:00
2016-09-22 01:34:20 -04:00
2016-08-25 12:13:17 +03:00
2015-12-10 12:33:23 +01:00
2015-04-02 18:10:35 -03:00
2016-08-22 16:25:15 -07:00
2016-10-04 14:21:41 -07:00
2016-03-15 16:55:16 -07:00
2016-03-15 16:55:16 -07:00
2016-08-09 07:54:43 +02:00
2015-09-29 13:37:04 -07:00
2014-10-14 16:06:45 -04:00
2016-09-02 10:46:44 -07:00
2016-09-23 08:40:28 -04:00
2016-04-28 11:06:41 +02:00
2016-07-26 13:52:25 +02:00
2015-05-06 08:03:19 +02:00
2016-08-02 17:31:41 -04:00
2016-05-03 14:59:30 -07:00
2016-06-23 18:29:56 +08:00
2015-06-23 07:00:41 -07:00
2016-07-02 14:40:40 -04:00
2015-08-25 14:41:50 -05:00
2014-11-19 14:48:02 -06:00
2016-07-20 23:49:49 -04:00
2016-02-12 16:01:32 +01:00
2016-02-08 11:21:50 +11:00
2016-07-20 12:37:39 -07:00
2016-08-05 09:00:54 -04:00
2014-08-05 16:35:54 -07:00
2016-08-29 00:27:34 -04:00
2016-01-20 17:09:18 -08:00
2015-03-25 15:07:05 +11:00
2014-08-08 15:57:31 -07:00
2016-06-08 11:36:02 -07:00
2015-04-16 14:08:49 -04:00
2015-04-12 21:25:13 -04:00
2016-05-23 11:18:01 -07:00
2016-10-01 07:32:32 +02:00
2016-04-26 12:00:49 -04:00
2016-02-11 09:53:19 -05:00
2015-12-14 12:19:37 -06:00
2016-06-15 09:29:17 +02:00
2015-07-23 17:48:43 -07:00
2016-06-07 16:25:49 -07:00
2015-12-20 15:27:12 +02:00
2015-12-14 19:12:21 -08:00
2015-10-23 23:26:43 +02:00
2016-06-17 13:24:05 +02:00
2016-06-18 22:11:39 -07:00
2015-03-23 22:12:09 -04:00
2014-12-05 23:56:55 +08:00
2015-09-23 08:44:22 +02:00
2016-08-18 23:18:42 -07:00
2016-07-19 20:49:16 -07:00
2016-09-24 08:01:26 -04:00
2016-07-25 10:55:39 -07:00
2015-08-17 14:22:48 -07:00
2016-08-22 16:25:14 -07:00
2016-08-22 16:25:15 -07:00
2015-06-01 15:48:56 +02:00
2016-09-25 23:34:19 +02:00
2016-05-09 21:29:31 -04:00
2016-04-26 01:27:07 -04:00
2016-06-27 15:02:51 -04:00
2015-06-29 18:56:21 -07:00
2016-09-21 00:23:01 -04:00
2016-06-29 09:51:03 -07:00
2016-06-18 10:32:28 -07:00
2016-04-25 15:09:11 -04:00
2016-02-11 04:27:35 -05:00
2015-05-25 13:25:35 -04:00
2016-09-30 01:54:28 -04:00
2016-08-22 16:25:15 -07:00
2016-09-02 10:46:44 -07:00
2016-03-09 16:36:14 -05:00
2014-12-02 13:52:53 -07:00
2016-03-22 15:36:02 -07:00
2015-09-10 13:29:01 -07:00
2016-03-04 16:10:36 -05:00
2016-06-27 16:31:25 +01:00
2016-04-12 19:54:58 +01:00
2015-06-03 11:32:07 +03:00
2016-08-04 13:59:56 +02:00
2016-04-25 15:09:10 -04:00
2016-08-22 16:25:15 -07:00
2016-01-12 08:21:18 -07:00
2016-07-11 10:49:52 -03:00
2015-09-23 11:01:16 -06:00
2016-04-23 20:13:24 -04:00
2016-07-26 16:19:19 -07:00
2015-04-21 09:44:55 -03:00
2016-06-28 12:06:20 -03:00
2015-08-03 17:30:00 -07:00
2015-09-11 15:21:34 -07:00
2014-08-08 15:57:31 -07:00
2015-02-12 18:54:08 -08:00
2015-10-04 12:54:54 +01:00
2016-08-12 16:57:20 -07:00
2015-07-21 10:39:05 -07:00
2015-08-03 22:35:00 -07:00
2016-03-04 16:10:36 -05:00
2015-11-23 15:06:38 -05:00
2015-01-20 13:51:06 +01:00
2014-12-13 12:42:52 -08:00
2015-05-05 13:40:44 -06:00
2016-06-20 11:19:34 -07:00
2016-04-23 20:13:24 -04:00
2015-01-19 14:21:18 -05:00
2016-04-04 15:50:30 -04:00
2016-03-13 21:54:44 -04:00
2015-11-23 17:54:38 +01:00
2015-06-18 21:14:31 +02:00
2016-06-16 14:00:50 -07:00
2016-02-18 11:42:18 -05:00
2015-10-27 03:55:10 +01:00
2015-08-27 19:44:53 -04:00
2015-04-23 15:16:14 -04:00
2015-11-23 21:53:08 -05:00
2015-07-20 14:58:46 -04:00
2016-08-02 19:35:21 -04:00
2016-08-02 19:35:21 -04:00
2016-09-30 13:21:37 +02:00
2016-09-22 19:59:41 -05:00
2016-05-17 17:14:21 -06:00
2016-09-08 17:10:27 -07:00
2016-08-25 08:32:34 -05:00
2016-05-30 12:41:44 -03:00
2016-09-21 19:50:02 -04:00
2016-09-23 07:19:06 -04:00
2015-10-21 14:46:56 -06:00
2015-09-04 16:54:41 -07:00
2015-10-02 14:35:17 +01:00
2016-03-03 14:23:43 -08:00
2015-10-27 19:55:13 -07:00
2016-05-08 23:46:14 -04:00
2016-04-26 12:00:48 -04:00
2014-08-05 16:41:22 -04:00
2015-05-31 21:47:23 -07:00
2016-02-24 09:04:25 +01:00
2016-08-02 19:35:31 -04:00
2016-05-05 17:38:53 -07:00
2016-04-26 12:00:49 -04:00
2016-02-16 13:04:58 -05:00
2015-10-04 12:54:54 +01:00
2015-10-12 14:20:06 +01:00
2016-08-08 12:51:58 -07:00
2015-09-04 16:54:41 -07:00
2014-12-13 12:42:52 -08:00
2016-05-20 20:57:27 -07:00
2016-09-27 12:55:50 +02:00
2015-12-13 19:59:48 -08:00
2016-07-12 13:42:10 -03:00
2016-05-04 08:34:14 +02:00
2014-08-21 15:25:11 -05:00
2016-08-25 16:43:11 -07:00
2016-04-04 22:11:20 -04:00
2016-01-05 16:44:06 -05:00
2016-03-30 12:50:17 +02:00
2015-10-04 20:28:58 +01:00
2016-05-05 17:38:53 -07:00
2016-04-29 17:37:10 -07:00
2016-08-02 17:31:41 -04:00
2016-03-10 21:49:09 -08:00
2016-04-23 20:13:24 -04:00
2016-09-21 00:23:00 -04:00
2014-12-09 14:10:41 +08:00
2015-02-09 13:20:47 -08:00
2016-08-26 21:38:41 -07:00
2016-07-26 14:26:42 -07:00
2015-07-24 14:15:10 -07:00
2016-04-30 09:26:55 -07:00
2015-06-11 23:37:37 +02:00
2016-05-10 12:25:04 -04:00
2014-08-25 03:28:08 -05:00
2015-12-18 17:48:51 -08:00
2016-03-05 12:05:01 -08:00
2014-08-25 10:40:06 -07:00
2015-10-01 21:42:35 -04:00
2015-10-27 18:55:31 -07:00
2016-05-20 17:58:30 -07:00
2016-02-01 08:47:05 -02:00
2016-02-19 08:10:35 -02:00
2016-04-25 10:19:56 -03:00
2015-06-05 11:45:45 -03:00
2015-03-23 11:44:35 -07:00
2016-02-22 16:10:09 -07:00
2016-08-02 16:53:54 +03:00
2016-06-28 11:54:52 -03:00
2016-03-17 15:09:34 -07:00
2016-03-02 17:01:59 +02:00
2016-08-01 21:44:52 +03:00
2014-12-09 12:06:32 +02:00
2015-12-10 12:33:23 +01:00
2016-08-02 02:57:29 +03:00
2015-03-29 12:13:52 +10:30
2016-06-10 23:03:55 -07:00
2015-07-07 14:27:05 +03:00
2015-07-07 14:27:04 +03:00
2015-03-13 15:55:43 +10:30
2014-12-09 12:05:24 +02:00
2016-08-09 13:42:38 +03:00
2016-04-30 09:26:55 -07:00
2016-06-25 17:26:35 +03:00
2014-10-02 14:23:14 -04:00
2016-06-09 10:14:39 +02:00
2014-08-29 16:28:16 -07:00
2016-09-09 09:10:07 +02:00
2015-04-03 01:04:18 -03:00