Linus Torvalds
f263fbb8d6
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI updates from Bjorn Helgaas:
- add sysfs max_link_speed/width, current_link_speed/width (Wong Vee
Khee)
- make host bridge IRQ mapping much more generic (Matthew Minter,
Lorenzo Pieralisi)
- convert most drivers to pci_scan_root_bus_bridge() (Lorenzo
Pieralisi)
- mutex sriov_configure() (Jakub Kicinski)
- mutex pci_error_handlers callbacks (Christoph Hellwig)
- split ->reset_notify() into ->reset_prepare()/reset_done()
(Christoph Hellwig)
- support multiple PCIe portdrv interrupts for MSI as well as MSI-X
(Gabriele Paoloni)
- allocate MSI/MSI-X vector for Downstream Port Containment (Gabriele
Paoloni)
- fix MSI IRQ affinity pre/post/min_vecs issue (Michael Hernandez)
- test INTx masking during enumeration, not at run-time (Piotr Gregor)
- avoid using device_may_wakeup() for runtime PM (Rafael J. Wysocki)
- restore the status of PCI devices across hibernation (Chen Yu)
- keep parent resources that start at 0x0 (Ard Biesheuvel)
- enable ECRC only if device supports it (Bjorn Helgaas)
- restore PRI and PASID state after Function-Level Reset (CQ Tang)
- skip DPC event if device is not present (Keith Busch)
- check domain when matching SMBIOS info (Sujith Pandel)
- mark Intel XXV710 NIC INTx masking as broken (Alex Williamson)
- avoid AMD SB7xx EHCI USB wakeup defect (Kai-Heng Feng)
- work around long-standing Macbook Pro poweroff issue (Bjorn Helgaas)
- add Switchtec "running" status flag (Logan Gunthorpe)
- fix dra7xx incorrect RW1C IRQ register usage (Arvind Yadav)
- modify xilinx-nwl IRQ chip for legacy interrupts (Bharat Kumar
Gogada)
- move VMD SRCU cleanup after bus, child device removal (Jon Derrick)
- add Faraday clock handling (Linus Walleij)
- configure Rockchip MPS and reorganize (Shawn Lin)
- limit Qualcomm TLP size to 2K (hardware issue) (Srinivas Kandagatla)
- support Tegra MSI 64-bit addressing (Thierry Reding)
- use Rockchip normal (not privileged) register bank (Shawn Lin)
- add HiSilicon Kirin SoC PCIe controller driver (Xiaowei Song)
- add Sigma Designs Tango SMP8759 PCIe controller driver (Marc
Gonzalez)
- add MediaTek PCIe host controller support (Ryder Lee)
- add Qualcomm IPQ4019 support (John Crispin)
- add HyperV vPCI protocol v1.2 support (Jork Loeser)
- add i.MX6 regulator support (Quentin Schulz)
* tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (113 commits)
PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge support
PCI: Add DT binding for Sigma Designs Tango PCIe controller
PCI: rockchip: Use normal register bank for config accessors
dt-bindings: PCI: Add documentation for MediaTek PCIe
PCI: Remove __pci_dev_reset() and pci_dev_reset()
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
PCI: xilinx: Make of_device_ids const
PCI: xilinx-nwl: Modify IRQ chip for legacy interrupts
PCI: vmd: Move SRCU cleanup after bus, child device removal
PCI: vmd: Correct comment: VMD domains start at 0x10000, not 0x1000
PCI: versatile: Add local struct device pointers
PCI: tegra: Do not allocate MSI target memory
PCI: tegra: Support MSI 64-bit addressing
PCI: rockchip: Use local struct device pointer consistently
PCI: rockchip: Check for clk_prepare_enable() errors during resume
MAINTAINERS: Remove Wenrui Li as Rockchip PCIe driver maintainer
PCI: rockchip: Configure RC's MPS setting
PCI: rockchip: Reconfigure configuration space header type
PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()
PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()
...
2017-07-08 15:51:57 -07:00
..
2017-03-29 23:53:24 -04:00
2014-11-11 17:22:26 -05:00
2016-12-15 14:55:34 +02:00
2016-08-08 13:28:26 -04:00
2016-10-25 14:38:18 -04:00
2014-11-11 17:22:26 -05:00
2017-02-27 18:43:46 -08:00
2016-03-16 18:08:06 -04:00
2014-10-13 11:34:13 -04:00
2015-10-21 11:35:11 -04:00
2017-05-24 16:45:03 -04:00
2015-01-22 10:38:48 -05:00
2016-03-16 18:08:06 -04:00
2015-06-03 11:31:12 +03:00
2016-02-10 14:17:15 -05:00
2017-06-14 09:25:58 -04:00
2017-03-29 23:53:21 -04:00
2014-06-02 10:25:07 -04:00
2014-06-02 10:25:07 -04:00
2014-06-02 10:25:07 -04:00
2016-03-16 18:08:06 -04:00
2015-06-01 23:16:22 -04:00
2016-01-27 12:48:32 -05:00
2015-10-21 11:35:11 -04:00
2017-03-29 23:53:24 -04:00
2014-11-20 13:00:16 -05:00
2016-03-16 18:08:06 -04:00
2016-04-27 12:27:08 -04:00
2017-06-14 09:25:58 -04:00
2016-08-24 16:25:05 -04:00
2015-12-02 12:45:54 -05:00
2016-05-16 10:25:13 -04:00
2017-07-04 13:16:27 -04:00
2014-11-20 14:45:15 +01:00
2015-01-22 11:48:03 -05:00
2016-03-16 18:08:06 -04:00
2016-04-06 14:57:46 -04:00
2017-03-29 23:53:24 -04:00
2016-08-24 16:25:05 -04:00
2014-11-20 13:00:10 -05:00
2014-11-20 13:00:10 -05:00
2017-04-07 12:20:41 -04:00
2017-03-29 23:53:24 -04:00
2017-03-29 23:53:24 -04:00
2017-04-28 17:33:02 -04:00
2014-06-13 12:22:30 -04:00
2017-03-29 23:53:24 -04:00
2015-10-21 11:35:11 -04:00
2017-03-29 23:53:24 -04:00
2016-02-10 14:17:15 -05:00
2017-03-29 23:53:24 -04:00
2014-11-20 13:00:09 -05:00
2016-03-16 18:08:06 -04:00
2017-05-24 16:46:43 -04:00
2016-08-24 16:25:04 -04:00
2016-09-22 10:30:58 -04:00
2017-03-29 23:53:49 -04:00
2015-11-30 14:44:34 -05:00
2016-05-02 13:08:53 -04:00
2016-05-04 20:19:03 -04:00
2016-10-25 14:38:18 -04:00
2017-03-29 23:53:24 -04:00
2017-03-29 23:53:24 -04:00
2016-01-27 12:48:32 -05:00
2015-02-02 11:39:35 -05:00
2017-02-08 21:04:29 -05:00
2017-03-29 23:53:24 -04:00
2017-06-20 12:06:51 -04:00
2016-10-31 12:19:39 -04:00
2017-04-28 17:32:22 -04:00
2017-02-16 11:03:03 -05:00
2017-07-08 15:51:57 -07:00
2017-04-11 07:41:10 +10:00
2017-03-29 23:53:21 -04:00
2017-03-22 21:47:44 +01:00
2017-07-04 13:16:27 -04:00
2015-12-02 12:45:54 -05:00
2015-10-29 11:13:18 -04:00
2017-03-29 23:53:24 -04:00
2017-06-20 12:18:27 +02:00
2017-05-08 17:15:14 -07:00
2017-04-07 12:20:41 -04:00
2016-10-12 15:44:13 -04:00
2016-03-16 18:08:06 -04:00
2016-12-18 14:18:12 +01:00
2016-02-27 22:52:40 +02:00
2016-02-27 22:52:40 +02:00
2017-05-22 07:14:31 +02:00
2016-12-15 14:55:34 +02:00
2016-10-25 14:38:18 -04:00
2016-05-23 17:04:14 -07:00
2016-12-18 16:29:29 +05:30
2017-05-10 11:23:08 -04:00
2017-01-27 11:13:15 -05:00
2016-10-25 14:44:03 -04:00
2017-04-07 12:20:40 -04:00
2015-03-27 10:17:43 -04:00
2016-02-10 14:07:44 -05:00
2016-03-16 18:08:06 -04:00
2016-10-25 14:40:39 +02:00
2017-04-28 17:33:02 -04:00
2015-04-07 12:29:23 -04:00
2017-04-11 07:40:42 +10:00
2014-08-05 08:53:22 -04:00
2014-08-05 08:53:22 -04:00
2017-06-14 09:23:42 -04:00
2016-03-16 18:08:06 -04:00
2016-03-16 18:08:06 -04:00
2017-06-20 12:18:27 +02:00
2017-03-29 23:53:24 -04:00
2016-05-04 20:19:03 -04:00
2017-03-29 23:53:24 -04:00
2016-03-16 18:08:06 -04:00
2016-03-16 18:08:06 -04:00
2017-03-29 23:53:24 -04:00
2015-11-25 11:28:42 -05:00
2016-03-16 18:08:06 -04:00
2014-11-20 13:00:16 -05:00
2016-03-16 18:08:06 -04:00
2015-01-22 10:38:58 -05:00
2016-08-24 16:25:05 -04:00
2016-08-24 16:25:05 -04:00
2015-01-22 11:48:03 -05:00
2017-03-16 10:06:11 -04:00
2015-01-22 10:38:48 -05:00
2014-08-05 08:53:23 -04:00
2017-06-14 09:25:58 -04:00
2016-10-12 15:44:15 -04:00
2016-09-28 16:13:16 -04:00
2014-11-20 13:00:10 -05:00
2016-03-16 18:08:06 -04:00
2015-01-22 10:38:57 -05:00
2016-03-16 18:08:06 -04:00
2016-05-04 20:19:43 -04:00
2016-05-04 20:19:43 -04:00
2016-05-04 20:19:43 -04:00
2017-02-08 20:59:16 -05:00
2016-03-16 18:08:06 -04:00