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