Linus Torvalds
425553209b
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next
Pull PCI changes from Bjorn Helgaas:
"Enumeration
- Notify driver before and after device reset (Keith Busch)
- Use reset notification in NVMe (Keith Busch)
NUMA
- Warn if we have to guess host bridge node information (Myron Stowe)
- Work around AMD Fam15h BIOSes that fail to provide _PXM (Suravee
Suthikulpanit)
- Clean up and mark early_root_info_init() as deprecated (Suravee
Suthikulpanit)
Driver binding
- Add "driver_override" for force specific binding (Alex Williamson)
- Fail "new_id" addition for devices we already know about (Bandan
Das)
Resource management
- Support BAR sizes up to 8GB (Nikhil Rao, Alan Cox)
- Don't move IORESOURCE_PCI_FIXED resources (Bjorn Helgaas)
- Mark SBx00 HPET BAR as IORESOURCE_PCI_FIXED (Bjorn Helgaas)
- Fail safely if we can't handle BARs larger than 4GB (Bjorn Helgaas)
- Reject BAR above 4GB if dma_addr_t is too small (Bjorn Helgaas)
- Don't convert BAR address to resource if dma_addr_t is too small
(Bjorn Helgaas)
- Don't set BAR to zero if dma_addr_t is too small (Bjorn Helgaas)
- Don't print anything while decoding is disabled (Bjorn Helgaas)
- Don't add disabled subtractive decode bus resources (Bjorn Helgaas)
- Add resource allocation comments (Bjorn Helgaas)
- Restrict 64-bit prefetchable bridge windows to 64-bit resources
(Yinghai Lu)
- Assign i82875p_edac PCI resources before adding device (Yinghai Lu)
PCI device hotplug
- Remove unnecessary "dev->bus" test (Bjorn Helgaas)
- Use PCI_EXP_SLTCAP_PSN define (Bjorn Helgaas)
- Fix rphahp endianess issues (Laurent Dufour)
- Acknowledge spurious "cmd completed" event (Rajat Jain)
- Allow hotplug service drivers to operate in polling mode (Rajat Jain)
- Fix cpqphp possible NULL dereference (Rickard Strandqvist)
MSI
- Replace pci_enable_msi_block() by pci_enable_msi_exact()
(Alexander Gordeev)
- Replace pci_enable_msix() by pci_enable_msix_exact() (Alexander Gordeev)
- Simplify populate_msi_sysfs() (Jan Beulich)
Virtualization
- Add Intel Patsburg (X79) root port ACS quirk (Alex Williamson)
- Mark RTL8110SC INTx masking as broken (Alex Williamson)
Generic host bridge driver
- Add generic PCI host controller driver (Will Deacon)
Freescale i.MX6
- Use new clock names (Lucas Stach)
- Drop old IRQ mapping (Lucas Stach)
- Remove optional (and unused) IRQs (Lucas Stach)
- Add support for MSI (Lucas Stach)
- Fix imx6_add_pcie_port() section mismatch warning (Sachin Kamat)
Renesas R-Car
- Add gen2 device tree support (Ben Dooks)
- Use new OF interrupt mapping when possible (Lucas Stach)
- Add PCIe driver (Phil Edworthy)
- Add PCIe MSI support (Phil Edworthy)
- Add PCIe device tree bindings (Phil Edworthy)
Samsung Exynos
- Remove unnecessary OOM messages (Jingoo Han)
- Fix add_pcie_port() section mismatch warning (Sachin Kamat)
Synopsys DesignWare
- Make MSI ISR shared IRQ aware (Lucas Stach)
Miscellaneous
- Check for broken config space aliasing (Alex Williamson)
- Update email address (Ben Hutchings)
- Fix Broadcom CNB20LE unintended sign extension (Bjorn Helgaas)
- Fix incorrect vgaarb conditional in WARN_ON() (Bjorn Helgaas)
- Remove unnecessary __ref annotations (Bjorn Helgaas)
- Add arch/x86/kernel/quirks.c to MAINTAINERS PCI file patterns
(Bjorn Helgaas)
- Fix use of uninitialized MPS value (Bjorn Helgaas)
- Tidy x86/gart messages (Bjorn Helgaas)
- Fix return value from pci_user_{read,write}_config_*() (Gavin Shan)
- Turn pcibios_penalize_isa_irq() into a weak function (Hanjun Guo)
- Remove unused serial device IDs (Jean Delvare)
- Use designated initialization in PCI_VDEVICE (Mark Rustad)
- Fix powerpc NULL dereference in pci_root_buses traversal (Mike Qiu)
- Configure MPS on ARM (Murali Karicheri)
- Remove unnecessary includes of <linux/init.h> (Paul Gortmaker)
- Move Open Firmware devspec attribute to PCI common code (Sebastian Ott)
- Use pdev->dev.groups for attribute creation on s390 (Sebastian Ott)
- Remove pcibios_add_platform_entries() (Sebastian Ott)
- Add new ID for Intel GPU "spurious interrupt" quirk (Thomas Jarosch)
- Rename pci_is_bridge() to pci_has_subordinate() (Yijing Wang)
- Add and use new pci_is_bridge() interface (Yijing Wang)
- Make pci_bus_add_device() void (Yijing Wang)
DMA API
- Clarify physical/bus address distinction in docs (Bjorn Helgaas)
- Fix typos in docs (Emilio López)
- Update dma_pool_create ()and dma_pool_alloc() descriptions (Gioh Kim)
- Change dma_declare_coherent_memory() CPU address to phys_addr_t
(Bjorn Helgaas)
- Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()
(Bjorn Helgaas)"
* tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (92 commits)
MAINTAINERS: Add generic PCI host controller driver
PCI: generic: Add generic PCI host controller driver
PCI: imx6: Add support for MSI
PCI: designware: Make MSI ISR shared IRQ aware
PCI: imx6: Remove optional (and unused) IRQs
PCI: imx6: Drop old IRQ mapping
PCI: imx6: Use new clock names
i82875p_edac: Assign PCI resources before adding device
ARM/PCI: Call pcie_bus_configure_settings() to set MPS
PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning
PCI: Make pci_bus_add_device() void
PCI: exynos: Fix add_pcie_port() section mismatch warning
PCI: Introduce new device binding path using pci_dev.driver_override
PCI: rcar: Add gen2 device tree support
PCI: cpqphp: Fix possible null pointer dereference
PCI: rcar: Add R-Car PCIe device tree bindings
PCI: rcar: Add MSI support for PCIe
PCI: rcar: Add Renesas R-Car PCIe driver
PCI: Fix return value from pci_user_{read,write}_config_*()
PCI: exynos: Remove unnecessary OOM messages
...
2014-06-02 12:15:19 -07:00
..
2009-03-26 11:01:46 -07:00
2012-03-28 18:30:02 +01:00
2012-03-28 18:30:02 +01:00
2008-12-31 01:15:22 -05:00
2013-12-10 16:11:07 -08:00
2009-08-03 09:05:00 +01:00
2009-12-12 13:08:14 +01:00
2010-03-03 11:25:59 +01:00
2012-07-26 10:55:26 -07:00
2014-01-12 10:37:17 +01:00
2013-08-26 14:22:58 -07:00
2010-03-03 11:26:00 +01:00
2009-11-26 09:16:19 +01:00
2011-07-21 13:34:05 -07:00
2013-01-27 19:23:27 +01:00
2012-11-15 00:28:00 +01:00
2012-11-28 15:28:58 +01:00
2014-01-23 16:36:57 -08:00
2013-02-26 02:46:08 -05:00
2010-01-06 15:52:35 -08:00
2013-03-19 16:14:53 -07:00
2012-10-09 09:47:00 +01:00
2012-05-11 18:00:14 -06:00
2010-10-19 13:31:11 +02:00
2012-03-08 12:26:30 -08:00
2013-04-29 15:54:33 -07:00
2011-03-29 14:48:05 +02:00
2009-05-05 11:43:13 -07:00
2012-10-09 09:47:00 +01:00
2013-09-05 13:29:28 +01:00
2010-10-08 13:11:11 -07:00
2012-06-25 13:48:30 +02:00
2013-01-03 15:57:13 -08:00
2012-05-07 14:35:00 +02:00
2009-12-12 13:08:14 +01:00
2013-06-17 13:39:52 -07:00
2014-02-09 21:18:52 +01:00
2012-03-28 18:30:02 +01:00
2009-06-16 19:47:51 -07:00
2010-01-06 15:52:35 -08:00
2008-10-17 13:47:53 -07:00
2013-10-30 19:02:13 +01:00
2013-03-03 22:55:19 -05:00
2010-06-09 11:12:36 +02:00
2012-07-25 11:47:16 -07:00
2012-07-25 11:47:16 -07:00
2012-07-25 11:47:16 -07:00
2012-07-25 11:47:16 -07:00
2012-07-25 11:47:16 -07:00
2009-01-15 10:42:16 -08:00
2012-07-25 11:47:16 -07:00
2012-07-25 11:47:16 -07:00
2013-12-10 16:11:07 -08:00
2012-03-28 18:30:02 +01:00
2013-04-02 09:37:06 -07:00
2013-12-10 16:11:07 -08:00
2012-10-09 09:47:00 +01:00
2009-03-16 14:12:48 +10:30
2010-05-18 14:45:52 -07:00
2012-09-28 14:31:03 +09:30
2009-03-24 11:03:12 +02:00
2013-06-26 12:10:55 +02:00
2013-04-02 09:39:48 -07:00
2012-03-28 18:30:02 +01:00
2011-03-31 11:26:23 -03:00
2012-10-09 09:47:00 +01:00
2009-03-26 11:02:31 -07:00
2009-04-20 09:46:29 -07:00
2013-12-10 16:11:07 -08:00
2013-01-03 15:57:13 -08:00
2014-05-27 16:23:58 -06:00
2010-06-01 08:55:52 -07:00
2012-10-09 09:47:00 +01:00
2013-11-15 09:32:17 +09:00
2013-06-29 12:46:35 +04:00
2014-01-23 16:36:56 -08:00
2012-12-19 18:07:39 -05:00
2013-12-10 16:11:07 -08:00
2011-01-27 12:30:39 +01:00
2012-03-28 18:30:02 +01:00
2010-08-07 18:15:50 +02:00
2008-09-29 16:39:19 -07:00
2012-10-09 09:47:00 +01:00
2013-02-03 15:09:22 -05:00
2013-01-03 15:57:13 -08:00
2009-12-14 23:55:32 +01:00
2013-09-04 17:18:56 -07:00
2009-11-15 09:03:10 +01:00
2012-08-20 13:05:28 +02:00
2010-02-08 10:42:17 -08:00
2012-10-09 09:47:00 +01:00
2013-11-13 20:21:47 +01:00
2009-03-26 10:50:42 -07:00
2014-04-25 16:05:40 -07:00
2014-03-11 12:05:45 +01:00
2012-10-09 09:47:00 +01:00
2014-05-20 10:59:38 +02:00
2012-10-09 09:47:00 +01:00