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