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