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