summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang2015-11-023-38/+16
| | | * | PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni2015-11-022-11/+11
| | | * | PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni2015-11-021-4/+6
| | | * | PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni2015-11-021-0/+8
| | | * | PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni2015-11-025-33/+26
| | | * | PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni2015-11-021-6/+8
| | | * | PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni2015-11-021-12/+14
| | | * | PCI: designware: Set up high part of MSI target addressLucas Stach2015-11-021-5/+12
| | | * | PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach2015-09-183-3/+3
| | | * | PCI: designware: Implement multivector MSI IRQ setupLucas Stach2015-09-181-0/+31
| | | * | PCI: designware: Factor out MSI msg setupLucas Stach2015-09-181-11/+17
| | | * | PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach2015-09-181-0/+3
| | | * | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang2015-09-181-1/+1
| | | |/
| | * | PCI: altera: Add Altera PCIe MSI driverLey Foon Tan2015-11-033-0/+321
| | * | PCI: altera: Add Altera PCIe host controller driverLey Foon Tan2015-10-233-0/+589
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas2015-11-0211-124/+466
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failuresAlexander Duyck2015-10-301-5/+6
| | | | | | | * PCI: Wait 1 second between disabling VFs and clearing NumVFsAlexander Duyck2015-10-301-1/+1
| | | | | | | * PCI: Reorder pcibios_sriov_disable()Alexander Duyck2015-10-301-6/+6
| | | | | | | * PCI: Remove VFs in reverse order if virtfn_add() failsAlexander Duyck2015-10-301-3/+3
| | | | | | | * PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck2015-10-291-9/+1
| | | | | | | * PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck2015-10-291-19/+22
| | | | | | | * PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFsBen Shelton2015-10-291-4/+4
| | | | | | | * PCI: Don't try to restore VF BARsWei Yang2015-09-142-1/+10
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas2015-10-291-2/+14
| | | | | | * PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas2015-10-291-7/+8
| | | | | | * PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney2015-10-292-2/+15
| | | | | | * PCI: Add support for Enhanced Allocation devicesSean O. Stalley2015-10-293-0/+177
| | | | | | * PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney2015-10-291-0/+43
| | | | | | * PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney2015-10-291-3/+4
| | | | | | * PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned addressBjorn Helgaas2015-09-231-0/+2
| | |_|_|_|/ | |/| | | |
| | | | | * PCI/MSI: Export all remapped MSIs to sysfs attributesRomain Bezut2015-10-151-14/+17
| | | | | * PCI: Disable MSI on SiS 761Ondrej Zary2015-09-241-0/+1
| | |_|_|/ | |/| | |
| | | | * PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai2015-10-222-0/+81
| | | | * PCI: Remove unnecessary "if" statementZhen Lei2015-09-181-5/+3
| | |_|/ | |/| |
| | | * PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck2015-10-211-52/+23
| | |/ | |/|
| | * PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-173-0/+34
| |/
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-043-11/+67
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-023-11/+67
| |\ \
| | * | PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki2015-10-141-1/+1
| | * | PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki2015-10-141-7/+2
| | * | PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki2015-10-123-11/+72
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-034-20/+101
|\ \ \ \
| * | | | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-162-0/+25
| * | | | PCI: Add per-device MSI domain hookMarc Zyngier2015-10-161-5/+30
| * | | | PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-7/+6
| * | | | PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-161-0/+32
| * | | | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-132-8/+8
| | |/ / | |/| |
* | | | Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | PCI: Prevent out of bounds access in numa_node overrideSasha Levin2015-10-071-1/+1
OpenPOWER on IntegriCloud