Linus Torvalds
a923874198
PCI changes for the v3.12 merge window:
PCI device hotplug
- Use PCIe native hotplug, not ACPI hotplug, when possible (Neil Horman)
- Assign resources on per-host bridge basis (Yinghai Lu)
MPS (Max Payload Size)
- Allow larger MPS settings below hotplug-capable Root Port (Yijing Wang)
- Add warnings about unsafe MPS settings (Yijing Wang)
- Simplify interface and messages (Bjorn Helgaas)
SR-IOV
- Return -ENOSYS on non-SR-IOV devices (Stefan Assmann)
- Update NumVFs register when disabling SR-IOV (Yijing Wang)
Virtualization
- Add bus and slot reset support (Alex Williamson)
- Fix ACS (Access Control Services) issues (Alex Williamson)
Miscellaneous
- Simplify PCIe Capability accessors (Bjorn Helgaas)
- Add pcibios_pm_ops for arch-specific hibernate stuff (Sebastian Ott)
- Disable decoding during BAR sizing only when necessary (Zoltan Kiss)
- Delay enabling bridges until they're needed (Yinghai Lu)
- Split Designware support into Synopsys and Exynos parts (Jingoo Han)
- Convert class code to use dev_groups (Greg Kroah-Hartman)
- Cleanup Designware and Exynos I/O access wrappers (Seungwon Jeon)
- Fix bridge I/O window alignment (Bjorn Helgaas)
- Add pci_wait_for_pending_transaction() (Casey Leedom)
- Use devm_ioremap_resource() in Marvell driver (Tushar Behera)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJSJiBcAAoJEFmIoMA60/r8xJgQAJML7aDmo3ASfabGrfY12fUR
10Miud/MzlX8/AjPSVW0BodpPMmyQY/Viqd9nBWVm3OR9JSrBp2Q8a3Qge5c0GsE
dMpO3bJrjOmexaAP3wqEQ/NNyL+iIO7fVQsjHf0uyYTS359Ed0TMWsLQwjAa+h2d
bB2Ul1AqNiXywCj8Kxnzz52DLnRn1g2YVwp7hACCXyQ+NDVDqhgbxLBnbEFkQqOr
jAF38xz6DuyVTF+EzIIUDWsOLuo5s0qC3aai36yrVwUuuppBFFX4QRoUOaerZRwe
2WCSa8jqI5QnOPU0LYIPr24DJa6LKCtuSJXUE5hKZgz70UsNefRkV3F5lzB/YlXt
t5PYH9B27fEyokh8gGmyytAKkutbm8RH3+99cjNzf/UKuiJgzZE27qi3A+DEpJft
Igl4WoIC39/fhDSvmpGfd7BWvEkdz86UKdB9f7Wz6+NpWoDLiYiwqkOGuF0bo7zo
3vH48s5VAR8avyGeSUPGFcP9Bq+Hi936xzZxq+Hrj0hASPTpOMTLD1XCqomONO26
x6x0ipHRDTh3TixHN7KENqyIJCkY/vlzt4kDnzytZe4TupJX+hlG74fq98hpoEFy
y2RPiLB8jahPf+fr4cmltqiv6WAhcUcJuGdcAF+Ht4wlrIDELR8e7AKH4Q04B/5O
I8FCB6bay8mvW6MMSXql
=uNEk
-----END PGP SIGNATURE-----
Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI changes from Bjorn Helgaas:
PCI device hotplug:
- Use PCIe native hotplug, not ACPI hotplug, when possible (Neil Horman)
- Assign resources on per-host bridge basis (Yinghai Lu)
MPS (Max Payload Size):
- Allow larger MPS settings below hotplug-capable Root Port (Yijing Wang)
- Add warnings about unsafe MPS settings (Yijing Wang)
- Simplify interface and messages (Bjorn Helgaas)
SR-IOV:
- Return -ENOSYS on non-SR-IOV devices (Stefan Assmann)
- Update NumVFs register when disabling SR-IOV (Yijing Wang)
Virtualization:
- Add bus and slot reset support (Alex Williamson)
- Fix ACS (Access Control Services) issues (Alex Williamson)
Miscellaneous:
- Simplify PCIe Capability accessors (Bjorn Helgaas)
- Add pcibios_pm_ops for arch-specific hibernate stuff (Sebastian Ott)
- Disable decoding during BAR sizing only when necessary (Zoltan Kiss)
- Delay enabling bridges until they're needed (Yinghai Lu)
- Split Designware support into Synopsys and Exynos parts (Jingoo Han)
- Convert class code to use dev_groups (Greg Kroah-Hartman)
- Cleanup Designware and Exynos I/O access wrappers (Seungwon Jeon)
- Fix bridge I/O window alignment (Bjorn Helgaas)
- Add pci_wait_for_pending_transaction() (Casey Leedom)
- Use devm_ioremap_resource() in Marvell driver (Tushar Behera)
* tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (63 commits)
PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when available
PCI: exynos: Add I/O access wrappers
PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()
PCI: Remove pcie_cap_has_devctl()
PCI: Support PCIe Capability Slot registers only for ports with slots
PCI: Remove PCIe Capability version checks
PCI: Allow PCIe Capability link-related register access for switches
PCI: Add offsets of PCIe capability registers
PCI: Tidy bitmasks and spacing of PCIe capability definitions
PCI: Remove obsolete comment reference to pci_pcie_cap2()
PCI: Clarify PCI_EXP_TYPE_PCI_BRIDGE comment
PCI: Rename PCIe capability definitions to follow convention
PCI: Warn if unsafe MPS settings detected
PCI: Fix MPS peer-to-peer DMA comment syntax
PCI: Disable decoding for BAR sizing only when it was actually enabled
PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=n
PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality
PCI: Don't restrict MPS for slots below Root Ports
PCI: Simplify MPS test for Downstream Port
PCI: Remove unnecessary check for pcie_get_mps() failure
...
2013-09-03 16:24:35 -07:00
..
2013-06-18 09:41:10 +02:00
2013-06-18 09:41:12 +02:00
2013-06-18 09:41:10 +02:00
2013-06-13 12:13:39 +02:00
2012-09-21 23:40:34 +02:00
2013-06-13 10:51:56 +01:00
2013-06-13 10:51:56 +01:00
2013-06-13 12:11:39 +02:00
2013-06-13 10:52:00 +01:00
2013-06-13 12:11:40 +02:00
2013-07-10 11:10:27 -07:00
2013-05-21 23:23:21 +02:00
2013-06-13 12:11:41 +02:00
2013-06-13 12:11:41 +02:00
2013-06-18 00:49:52 +02:00
2013-06-18 00:49:52 +02:00
2013-06-18 00:49:52 +02:00
2013-05-20 08:13:36 -05:00
2013-06-18 00:49:52 +02:00
2013-04-05 11:20:14 +02:00
2013-06-13 12:11:41 +02:00
2013-04-05 11:20:13 +02:00
2013-05-16 19:14:06 +02:00
2013-06-13 12:11:42 +02:00
2012-11-28 12:22:27 -08:00
2013-04-08 17:25:28 +02:00
2012-12-16 18:55:20 -08:00
2013-02-14 00:26:41 +01:00
2012-11-20 12:21:10 +01:00
2013-04-09 12:18:16 +02:00
2013-04-09 10:09:26 +02:00
2012-11-28 12:22:27 -08:00
2013-06-19 09:53:26 +01:00
2013-07-27 07:56:38 +02:00
2013-07-10 11:10:27 -07:00
2013-04-09 12:18:16 +02:00
2013-06-19 09:53:55 +01:00
2013-06-13 12:11:43 +02:00
2013-06-13 12:11:44 +02:00
2013-06-11 19:27:51 +02:00
2013-06-13 12:11:44 +02:00
2013-06-11 19:36:59 +02:00
2013-06-30 23:29:44 +02:00
2013-06-24 13:48:22 +02:00
2013-04-08 17:25:23 +02:00
2012-05-20 17:27:02 +02:00
2012-09-23 20:51:34 +02:00
2012-11-28 12:22:27 -08:00
2013-06-20 10:46:08 +02:00
2013-02-14 00:26:45 +01:00
2013-06-24 13:48:22 +02:00
2012-11-28 12:22:27 -08:00
2013-02-14 00:23:00 +01:00
2013-06-13 12:11:45 +02:00
2012-07-09 00:16:13 +02:00
2013-01-03 15:57:14 -08:00
2013-06-30 23:29:44 +02:00
2013-06-30 23:30:04 +02:00
2012-07-09 15:13:42 +02:00
2013-06-13 12:11:45 +02:00
2012-09-16 00:32:57 +02:00
2013-01-22 03:02:22 +01:00
2012-11-06 23:14:08 +01:00
2012-12-16 18:55:20 -08:00
2013-04-09 12:18:16 +02:00
2012-11-06 23:14:08 +01:00
2013-06-11 19:27:52 +02:00
2012-10-15 13:53:41 -07:00
2012-11-20 12:21:12 +01:00
2013-04-09 15:01:31 +02:00
2013-04-09 15:01:31 +02:00
2013-04-09 09:46:23 +02:00
2013-06-24 13:42:48 +02:00
2012-11-28 12:22:27 -08:00
2013-01-22 03:05:33 +01:00
2012-11-28 12:22:27 -08:00
2013-03-25 10:39:40 -07:00
2012-11-26 12:10:51 +01:00
2012-11-28 12:22:27 -08:00
2012-11-28 12:22:27 -08:00
2013-04-19 00:45:20 +02:00
2013-06-11 19:27:51 +02:00
2013-02-14 00:22:59 +01:00
2013-08-27 12:50:13 -06:00
2013-02-14 00:22:59 +01:00
2013-04-19 18:29:18 +02:00
2013-06-11 19:27:51 +02:00
2013-06-11 19:27:51 +02:00
2013-07-02 00:54:39 +02:00
2012-11-26 00:35:08 +01:00
2013-05-16 19:15:07 +02:00
2013-04-19 18:40:05 +02:00
2013-04-19 18:37:59 +02:00
2012-11-28 12:22:27 -08:00
2012-10-01 15:27:48 +02:00
2013-06-18 09:41:15 +02:00
2013-04-08 17:28:29 +02:00
2013-04-09 14:15:58 +02:00
2013-04-09 12:18:16 +02:00
2013-06-25 11:48:25 +02:00
2013-04-09 14:15:58 +02:00
2013-06-11 15:47:45 -07:00
2013-06-11 19:27:52 +02:00
2013-04-08 17:25:29 +02:00
2013-06-11 19:27:52 +02:00
2013-06-11 19:27:52 +02:00
2013-06-12 18:50:23 +02:00
2012-11-28 12:22:27 -08:00
2013-06-04 18:37:35 +01:00
2012-11-28 12:22:27 -08:00
2013-02-14 00:22:54 +01:00
2013-06-24 12:37:47 +01:00
2012-07-19 10:38:33 -04:00
2013-04-11 00:16:29 +02:00
2012-12-16 18:55:20 -08:00
2012-12-16 18:55:20 -08:00
2012-11-28 12:22:27 -08:00
2013-06-13 12:11:39 +02:00
2013-06-13 12:11:39 +02:00
2013-06-13 12:11:39 +02:00
2013-01-03 15:57:14 -08:00
2013-06-11 19:27:52 +02:00
2013-07-10 11:10:27 -07:00
2013-06-11 19:27:52 +02:00
2013-06-19 10:19:40 +02:00
2012-11-21 16:08:00 +01:00
2013-04-08 17:25:27 +02:00
2013-06-20 10:26:29 +02:00
2013-04-19 00:40:07 +02:00
2013-04-26 16:10:03 +02:00
2013-06-19 11:32:00 +02:00
2012-11-26 11:48:56 +01:00
2012-11-28 12:22:27 -08:00
2012-11-28 12:20:19 -08:00
2012-05-20 17:27:07 +02:00
2012-09-15 23:22:04 +02:00
2012-05-20 17:27:14 +02:00
2012-07-19 10:38:31 -04:00
2013-04-09 12:18:16 +02:00
2013-06-12 18:06:49 +01:00
2013-05-22 19:13:47 -05:00
2012-07-09 00:16:10 +02:00
2012-07-09 00:16:10 +02:00
2012-07-09 00:16:10 +02:00
2012-07-09 00:16:10 +02:00
2012-09-15 23:22:04 +02:00
2013-07-02 00:54:39 +02:00
2013-06-11 19:27:52 +02:00
2012-09-14 09:52:11 +02:00
2013-06-18 00:49:52 +02:00