aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-30PCI: rcar: Set root bus nr to that provided in DTPhil Edworthy1-1/+1
2015-10-30PCI: rcar: Remove dependency on ARM-specific struct hw_pciPhil Edworthy1-28/+48
2015-10-30PCI: rcar: Make PCI aware of the I/O resourcesPhil Edworthy1-2/+3
2015-10-30PCI: rcar: Build pcie-rcar.c only on ARMGeert Uytterhoeven1-1/+2
2015-10-30PCI: rcar: Build pci-rcar-gen2.c only on ARMGeert Uytterhoeven1-1/+2
2015-10-29PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas1-2/+14
2015-10-29PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas1-7/+8
2015-10-29PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney2-2/+15
2015-10-29PCI: Add support for Enhanced Allocation devicesSean O. Stalley3-0/+177
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney1-0/+43
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney1-3/+4
2015-10-29PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck1-9/+1
2015-10-29PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck1-19/+22
2015-10-29PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFsBen Shelton1-4/+4
2015-10-23PCI: altera: Add Altera PCIe host controller driverLey Foon Tan3-0/+589
2015-10-22PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai2-0/+81
2015-10-22PCI: iproc: Fix header comment "Corporation" misspellingFlorian Fainelli1-1/+1
2015-10-21PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck1-52/+23
2015-10-16PCI: iproc: Add outbound mapping supportRay Jui3-0/+159
2015-10-16PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2-0/+25
2015-10-16PCI: Add per-device MSI domain hookMarc Zyngier1-5/+30
2015-10-16PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier1-7/+6
2015-10-16PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney1-0/+32
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-0/+4
2015-10-15PCI/MSI: Export all remapped MSIs to sysfs attributesRomain Bezut1-14/+17
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki1-1/+1
2015-10-14PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki1-7/+2
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2-8/+8
2015-10-12PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki3-11/+72
2015-10-09PCI: generic: Fix address window calculation for non-zero starting busDavid Daney1-2/+2
2015-10-09PCI: mvebu: Remove code restricting accesses to slot 0Russell King1-24/+0
2015-10-09PCI: mvebu: Add PCI Express root complex capability blockRussell King1-4/+133
2015-10-09PCI: mvebu: Improve clock/reset handlingRussell King1-13/+43
2015-10-09PCI: mvebu: Use gpio_desc to carry around gpioRussell King1-15/+24
2015-10-09PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King1-2/+1
2015-10-09PCI: mvebu: Use gpio_set_value_cansleep()Russell King1-2/+2
2015-10-09PCI: mvebu: Split port parsing and resource claiming from port setupRussell King1-3/+12
2015-10-09PCI: mvebu: Fix memory leaks and refcount leaksRussell King1-7/+43
2015-10-09PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King1-56/+74
2015-10-08PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King1-8/+8
2015-10-08PCI: mvebu: Report full node name when reporting a DT errorRussell King1-1/+2
2015-10-08PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King1-4/+1
2015-10-08PCI: mvebu: Use of_get_available_child_count()Russell King1-8/+3
2015-10-08PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King1-17/+26
2015-10-08PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King1-2/+7
2015-10-08PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney1-1/+2
2015-10-08PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney1-12/+15
2015-10-07PCI: Prevent out of bounds access in numa_node overrideSasha Levin1-1/+1
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki1-3/+4
2015-09-25PCI/MSI: xgene: Remove msi_controller assignmentDuc Dang1-22/+0