Linus Torvalds
f263fbb8d6
pci-v4.13-changes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJZYAFUAAoJEFmIoMA60/r8cFQP/A4fpdjhd42WRNQXGTpZieop
i40lBQtGdBn/UY97U6BoutcS1ygDi9OiSzg+IR6I90iMgidqyUHFhe4hGWgVHD2g
Tg0KLzd+lKKfQ6Gqt1P6t4dLGLvyEj5NUbCeFE4XYODAUkkiBaOndax6DK1GvU54
Vjuj63rHtMKFR/tG/4iFTigObqyI8QE6O9JVxwuvIyEX6RXKbJe+wkulv5taSnWt
Ne94950i10MrELtNreVdi8UbCbXiqjg0r5sKI/WTJ7Bc7WsC7X5PhWlhcNrbHyBT
Ivhoypkui3Ky8gvwWqL0KBG+cRp8prBXAdabrD9wRbz0TKnfGI6pQzseCGRnkE6T
mhlSJpsSNIHaejoCjk93yPn5oRiTNtPMdVhMpEQL9V/crVRGRRmbd7v2TYvpMHVR
JaPZ8bv+C2aBTY8uL3/v/rgrjsMKOYFeaxeNklpErxrknsbgb6BgubmeZXDvTBVv
YUIbAkvveonUKisv+kbD8L7tp1+jdbRUT0AikS0NVgAJQhfArOmBcDpTL9YC51vE
feFhkVx4A32vvOm7Zcg9A7IMXNjeSfccKGw3dJOAvzgDODuJiaCG6S0o7B5Yngze
axMi87ixGT4QM98z/I4MC8E9rDrJdIitlpvb6ZBgiLzoO3kmvsIZZKt8UxWqf5r8
w3U2HoyKH13Qbkn1xkum
=mkyb
-----END PGP SIGNATURE-----
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-07 10:37:54 -07:00
2016-09-23 13:07:15 -06:00
2017-07-07 12:40:27 -07:00
2017-07-06 22:27:08 -07:00
2017-06-02 10:11:09 +02:00
2017-06-15 09:45:04 +01:00
2016-09-23 11:52:32 -06:00
2016-10-10 07:12:02 -06:00
2017-06-18 12:40:59 -06:00
2017-04-14 14:00:49 -06:00
2017-02-14 08:29:56 -07:00
2017-02-27 21:41:08 -08:00
2017-07-03 21:13:25 -07:00
2017-05-14 02:06:03 +02:00
2017-07-05 12:22:23 -07:00
2017-07-07 14:04:47 -07:00
2017-06-19 11:05:20 -04:00
2017-07-08 15:51:57 -07:00
2016-11-14 08:14:24 +05:30
2017-05-16 08:44:24 -03:00
2017-07-06 11:38:59 -07:00
2017-07-08 15:51:57 -07:00
2017-03-29 15:46:06 -06:00
2017-03-30 10:15:19 +02:00
2017-04-06 10:55:24 +09:00
2017-05-16 08:44:19 -03:00
2017-05-05 11:36:44 -07:00
2017-07-07 19:38:17 -07:00
2017-01-11 09:42:59 +01:00
2017-02-10 15:20:44 +01:00
2016-10-24 08:12:35 -02:00
2017-03-15 11:16:30 +01:00
2017-05-16 08:44:19 -03:00
2017-03-13 17:15:19 -06:00
2017-06-11 17:08:19 -07:00
2017-02-09 17:39:16 +01:00
2016-09-20 09:58:12 -06:00
2016-10-01 00:49:58 -06:00
2017-04-20 12:01:06 -04:00
2017-05-26 16:45:13 -07:00
2017-06-26 15:01:11 -04:00
2016-10-24 08:12:35 -02:00
2017-07-07 15:11:12 -07:00
2017-04-05 18:32:32 +01:00
2017-07-03 21:13:25 -07:00
2016-12-13 09:29:06 -08:00
2017-03-17 13:06:14 -06:00
2017-04-16 10:06:33 -06:00
2017-03-08 09:38:43 +01:00
2017-01-14 11:14:55 +01:00
2016-10-24 08:12:35 -02:00
2017-05-03 10:05:38 -07:00
2017-07-06 11:15:19 -07:00
2016-09-20 12:38:48 -06:00
2017-04-28 10:23:19 -05:00
2017-05-02 17:34:32 -07:00
2017-01-03 17:33:36 +00:00
2017-07-08 11:25:56 +01:00
2017-05-16 08:44:19 -03:00
2016-09-23 13:07:27 -06:00
2017-04-03 18:53:50 +01:00
2017-07-04 14:25:14 -07:00
2017-07-07 13:55:45 -07:00
2017-01-04 14:40:52 -07:00
2017-07-07 15:11:12 -07:00
2016-09-20 09:54:38 -06:00
2017-06-08 18:52:43 -07:00
2017-03-31 12:55:11 +02:00
2017-06-08 10:31:56 +02:00
2017-04-06 13:07:33 -04:00
2017-05-18 10:46:25 -06:00
2017-06-03 18:48:52 +09:00
2017-05-16 08:44:18 -03:00
2017-07-06 10:56:51 -07:00
2017-02-23 08:27:25 -08:00
2017-06-23 14:17:38 -06:00
2016-10-04 13:54:07 -07:00
2017-05-26 13:11:00 +01:00
2017-04-21 13:22:34 -04:00
2017-05-01 22:21:35 -07:00
2017-05-12 11:58:45 -07:00
2017-06-08 18:52:43 -07:00
2017-07-03 20:55:59 -07:00
2017-06-22 10:25:22 -06:00
2017-06-19 09:22:47 +03:00
2017-05-18 10:30:09 -06:00
2017-07-03 11:19:54 +02:00
2017-07-06 16:24:31 -07:00
2017-03-17 15:10:49 +09:00
2017-05-19 10:42:11 +02:00
2017-06-14 07:32:10 +02:00
2017-06-22 11:22:06 -05:00
2017-07-07 14:04:47 -07:00
2017-07-06 16:24:35 -07:00
2016-12-14 16:30:12 -08:00
2016-11-16 16:17:45 -07:00
2016-10-24 08:12:35 -02:00
2017-06-23 13:45:37 -06:00
2017-04-27 15:54:39 -06:00
2017-04-27 15:54:39 -06:00
2017-06-28 06:54:37 -07:00
2017-06-05 15:57:02 -06:00
2017-01-19 15:56:19 +00:00
2017-02-12 15:20:07 -07:00
2017-07-05 11:46:59 -07:00
2017-03-21 22:20:05 +11:00
2017-06-23 14:02:27 -06:00
2017-01-05 15:01:54 -06:00
2017-05-22 22:29:45 +02:00
2017-05-16 08:44:19 -03:00
2017-06-08 18:52:43 -07:00
2017-04-08 18:38:10 +02:00
2016-10-24 08:12:35 -02:00
2017-05-16 08:44:19 -03:00
2017-05-16 08:44:19 -03:00
2017-07-03 21:13:25 -07:00
2017-02-27 18:43:47 -08:00
2017-03-09 00:33:15 -07:00
2017-06-27 12:36:40 -05:00
2016-10-02 22:50:21 -07:00
2016-10-24 08:12:35 -02:00
2017-01-09 13:58:57 -05:00
2017-04-27 15:54:39 -06:00
2016-10-24 08:12:35 -02:00
2017-04-12 12:23:37 -05:00
2017-03-17 13:03:36 -06:00
2017-03-10 14:51:57 +01:00
2016-12-27 13:08:42 -07:00
2017-04-27 15:54:39 -06:00
2017-04-27 15:54:39 -06:00