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