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