summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-0120-37/+576
|\
| * arm64: Add architectural support for PCILiviu Dudau2014-09-307-2/+134
| * PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-303-0/+38
| * of/pci: Add support for parsing PCI host bridge resources from DTLiviu Dudau2014-09-302-0/+123
| * of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-09-304-0/+44
| * PCI: Add generic domain handlingCatalin Marinas2014-09-302-3/+29
| * of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-305-30/+80
| * of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau2014-09-302-11/+18
| * ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau2014-09-301-0/+1
| * of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau2014-09-302-0/+116
| * asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAPLiviu Dudau2014-09-301-1/+1
| |
| \
*-. \ Merge branches 'pci/aer' and 'pci/virtualization' into nextBjorn Helgaas2014-10-015-29/+68
|\ \ \
| | * | PCI: Add ACS quirk for Intel 10G NICsAlex Williamson2014-09-291-6/+28
| * | | PCI/AER: Rename PCI_ERR_UNC_TRAIN to PCI_ERR_UNC_UNDChen, Gong2014-09-253-3/+3
| * | | PCI/AER: Add additional PCIe AER error stringsChen, Gong2014-09-251-2/+9
| * | | trace, RAS: Add additional PCIe AER error stringsChen, Gong2014-09-251-13/+22
| * | | trace, RAS: Replace bare numbers with #defines for PCIe AER error stringsChen, Gong2014-09-251-16/+17
| | |/ | |/|
* | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-09-295-11/+15
|\ \ \
| * | | PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian2014-09-242-1/+7
| * | | PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian2014-09-242-3/+3
| * | | PCI: designware: Fix IO resource end address calculationMinghuan Lian2014-09-241-1/+1
| * | | PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian2014-09-241-2/+0
| * | | PCI: designware: Use NULL instead of falseFabio Estevam2014-09-221-1/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas2014-09-2521-206/+149
|\ \ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | PCI: Remove assignment from complicated "if" conditionsQuentin Lambert2014-09-241-4/+9
| | | * | | PCI: Remove assignment from "if" conditionsQuentin Lambert2014-09-249-30/+66
| | | * | | PCI: Remove unnecessary curly bracesQuentin Lambert2014-09-248-36/+22
| | | * | | PCI: Add space before open parenthesisQuentin Lambert2014-09-248-39/+39
| | | | |/ | | | |/|
| | * | | PCI: Add ACS quirk for Solarflare SFC9120 & SFC9140Alex Williamson2014-09-221-0/+17
| | * | | PCI: Remove unused pci_get_dma_source()Alex Williamson2014-09-222-56/+0
| | * | | PCI: Remove unused pci_find_upstream_pcie_bridge()Alex Williamson2014-09-222-45/+0
| * | | | PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado2014-09-221-1/+1
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'pci/host-mvebu' and 'pci/host-spear' into nextBjorn Helgaas2014-09-254-16/+16
|\ \ \ \ \ \
| | * | | | | PCI: spear: Pass config resource through reg propertyPratyush Anand2014-09-223-13/+13
| | | |_|/ / | | |/| | |
| * | | | | PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni2014-09-221-3/+3
| |/ / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'pci/hotplug', 'pci/initdata' and 'pci/misc' into nextBjorn Helgaas2014-09-249-41/+48
|\ \ \ \ \ \ \
| | | * | | | | PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri2014-09-245-4/+2
| | * | | | | | x86/PCI: Mark PCI BIOS initialization code as suchMathias Krause2014-09-241-4/+4
| | * | | | | | x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause2014-09-241-1/+1
| | * | | | | | x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause2014-09-241-10/+14
| | * | | | | | x86/PCI: Move __init annotation to the correct placeMathias Krause2014-09-241-7/+7
| | * | | | | | x86/PCI: Mark DMI tables as initialization dataMathias Krause2014-09-221-10/+10
| | | |/ / / / | | |/| | | |
| * | | | | | PCI: pciehp: Stop disabling notifications during initYinghai Lu2014-09-231-3/+0
| * | | | | | PCI: pciehp: Add more Slot Control debug outputYinghai Lu2014-09-231-1/+9
| * | | | | | PCI: pciehp: Fix wait time in timeout messageYinghai Lu2014-09-231-1/+1
* | | | | | | Merge branch 'pci/hotplug' into nextBjorn Helgaas2014-09-2312-475/+409
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | PCI: pciehp: Prevent NULL dereference during probeAndreas Noever2014-09-161-0/+7
| * | | | | | PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-122-2/+2
| * | | | | | PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas2014-09-121-3/+0
| * | | | | | PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas2014-09-121-0/+10