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