Linus Torvalds
c08f846793
Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI changes from Bjorn Helgaas:
"Enumeration
- Move domain assignment from arm64 to generic code (Lorenzo Pieralisi)
- ARM: Remove artificial dependency on pci_sys_data domain (Lorenzo Pieralisi)
- ARM: Move to generic PCI domains (Lorenzo Pieralisi)
- Generate uppercase hex for modalias var in uevent (Ricardo Ribalda Delgado)
- Add and use generic config accessors on ARM, PowerPC (Rob Herring)
Resource management
- Free resources on failure in of_pci_get_host_bridge_resources() (Lorenzo Pieralisi)
- Fix infinite loop with ROM image of size 0 (Michel Dänzer)
PCI device hotplug
- Handle surprise add even if surprise removal isn't supported (Bjorn Helgaas)
Virtualization
- Mark AMD/ATI VGA devices that don't reset on D3hot->D0 transition (Alex Williamson)
- Add DMA alias quirk for Adaptec 3405 (Alex Williamson)
- Add Wellsburg (X99) to Intel PCH root port ACS quirk (Alex Williamson)
- Add ACS quirk for Emulex NICs (Vasundhara Volam)
MSI
- Fail MSI-X mappings if there's no space assigned to MSI-X BAR (Yijing Wang)
Freescale Layerscape host bridge driver
- Fix platform_no_drv_owner.cocci warnings (Julia Lawall)
NVIDIA Tegra host bridge driver
- Remove unnecessary tegra_pcie_fixup_bridge() (Lucas Stach)
Renesas R-Car host bridge driver
- Fix error handling of irq_of_parse_and_map() (Dmitry Torokhov)
TI Keystone host bridge driver
- Fix error handling of irq_of_parse_and_map() (Dmitry Torokhov)
- Fix misspelling of current function in debug output (Julia Lawall)
Xilinx AXI host bridge driver
- Fix harmless format string warning (Arnd Bergmann)
Miscellaneous
- Use standard parsing functions for ASPM sysfs setters (Chris J Arges)
- Add pci_device_to_OF_node() stub for !CONFIG_OF (Kevin Hao)
- Delete unnecessary NULL pointer checks (Markus Elfring)
- Add and use defines for PCIe Max_Read_Request_Size (Rafał Miłecki)
- Include clk.h instead of clk-private.h (Stephen Boyd)"
* tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (48 commits)
PCI: Add pci_device_to_OF_node() stub for !CONFIG_OF
PCI: xilinx: Convert to use generic config accessors
PCI: xgene: Convert to use generic config accessors
PCI: tegra: Convert to use generic config accessors
PCI: rcar: Convert to use generic config accessors
PCI: generic: Convert to use generic config accessors
powerpc/powermac: Convert PCI to use generic config accessors
powerpc/fsl_pci: Convert PCI to use generic config accessors
ARM: ks8695: Convert PCI to use generic config accessors
ARM: sa1100: Convert PCI to use generic config accessors
ARM: integrator: Convert PCI to use generic config accessors
PCI: versatile: Add DT-based ARM Versatile PB PCIe host driver
ARM: dts: versatile: add PCI controller binding
of/pci: Free resources on failure in of_pci_get_host_bridge_resources()
PCI: versatile: Add DT docs for ARM Versatile PB PCIe driver
PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BAR
r8169: use PCI define for Max_Read_Request_Size
[SCSI] esas2r: use PCI define for Max_Read_Request_Size
tile: use PCI define for Max_Read_Request_Size
rapidio/tsi721: use PCI define for Max_Read_Request_Size
...
2015-02-10 14:31:28 -08:00
..
2014-10-24 00:41:31 -04:00
2014-12-27 02:20:55 -05:00
2014-08-12 12:15:14 -06:00
2014-10-20 16:21:03 +02:00
2014-10-20 16:21:03 +02:00
2014-10-03 12:22:19 -07:00
2014-12-31 19:19:00 -05:00
2014-08-12 12:15:14 -06:00
2015-01-02 15:45:10 -05:00
2015-02-10 13:27:24 -08:00
2015-01-30 18:17:31 -08:00
2014-10-20 16:21:04 +02:00
2014-09-23 12:09:27 -04:00
2015-01-11 21:45:50 -05:00
2015-01-27 00:29:29 -08:00
2014-12-26 17:07:50 -05:00
2015-01-12 15:35:47 -05:00
2014-10-03 15:31:40 -07:00
2015-01-14 16:48:08 -05:00
2015-01-29 15:08:20 -08:00
2015-01-24 22:39:03 -08:00
2014-12-14 16:10:09 -08:00
2014-12-09 16:18:46 -05:00
2014-08-12 12:15:14 -06:00
2015-01-15 01:55:05 -05:00
2014-10-20 16:21:07 +02:00
2015-02-04 13:55:24 -08:00
2014-08-07 16:02:58 -07:00
2014-12-09 16:18:47 -05:00
2014-10-20 16:21:08 +02:00
2014-12-14 16:10:09 -08:00
2014-08-12 12:15:14 -06:00
2015-01-30 18:03:47 -08:00
2015-01-26 16:14:40 -08:00
2015-02-02 19:38:04 -08:00
2014-12-22 16:23:09 -05:00
2014-10-20 16:21:10 +02:00
2014-12-31 19:19:00 -05:00
2014-12-14 16:10:09 -08:00
2015-01-19 19:42:21 -05:00
2014-10-20 16:21:10 +02:00
2014-09-02 13:47:25 -07:00
2014-10-03 15:31:40 -07:00
2014-10-20 16:21:11 +02:00
2014-09-22 13:25:51 -04:00
2014-09-09 20:37:08 -07:00
2014-12-05 21:14:20 -08:00
2015-02-05 00:24:08 -08:00
2014-11-11 18:12:32 -05:00
2014-08-12 12:15:14 -06:00
2015-02-10 14:31:28 -08:00
2015-01-27 00:18:54 -08:00
2014-12-09 18:24:47 -05:00
2015-01-15 19:01:10 -05:00
2014-10-20 16:21:12 +02:00
2014-12-08 21:07:10 -05:00
2014-10-20 16:21:12 +02:00
2014-08-12 12:15:14 -06:00
2014-08-12 12:15:14 -06:00
2014-12-15 11:46:54 -05:00
2015-01-27 12:24:30 -08:00
2015-02-02 18:20:35 -08:00
2014-08-12 12:15:14 -06:00
2015-01-26 16:05:50 -08:00
2014-10-15 07:48:18 +02:00
2014-10-05 21:15:16 -04:00
2014-10-20 16:21:13 +02:00
2014-10-20 16:21:14 +02:00
2014-12-14 16:10:09 -08:00
2014-12-31 19:19:00 -05:00
2014-08-11 12:19:53 -07:00
2015-01-11 21:44:55 -05:00
2014-08-24 18:36:57 -07:00
2014-10-20 16:21:02 +02:00
2014-08-12 12:15:14 -06:00
2014-12-12 15:15:41 -05:00
2014-12-22 16:29:03 -05:00
2014-10-20 16:21:02 +02:00
2014-12-22 16:29:03 -05:00
2014-10-20 16:21:02 +02:00