summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2016-06-20PCI: xilinx: Request host bridge window resourcesBjorn Helgaas1-0/+5
2016-06-20PCI: xilinx: Free bridge resource list on failureBjorn Helgaas1-3/+8
2016-06-20PCI: xgene: Request host bridge window resourcesBjorn Helgaas1-0/+4
2016-06-20PCI: xgene: Free bridge resource list on failureBjorn Helgaas1-3/+9
2016-06-20PCI: iproc: Request host bridge window resourcesBjorn Helgaas1-0/+4
2016-06-20PCI: designware: Simplify host bridge window iterationBjorn Helgaas1-5/+1
2016-06-20PCI: designware: Request host bridge window resourcesBjorn Helgaas1-0/+4
2016-06-20PCI: designware: Free bridge resource list on failureBjorn Helgaas1-7/+17
2016-06-17PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()Vitaly Kuznetsov1-2/+5
2016-06-17PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()Vitaly Kuznetsov1-6/+5
2016-06-15PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann1-10/+19
2016-06-11PCI: artpec: Add Axis ARTPEC-6 PCIe controller driverNiklas Cassel3-0/+294
2016-06-10PCI: generic: Select IRQ_DOMAINArnd Bergmann1-0/+1
2016-06-10PCI: Add parent device field to ECAM struct pci_config_windowJayachandran C1-1/+2
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C4-8/+4
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-343/+713
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-17/+227
2016-05-18Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2016-05-17Merge branches 'pci/arm64' and 'pci/host-hv' into nextBjorn Helgaas7-237/+122
2016-05-12PCI: generic, thunder: Use generic ECAM APIJayachandran C6-237/+108
2016-05-09Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman1-6/+14
2016-05-04PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov1-0/+14
2016-05-03Merge branches 'pci/host-armada', 'pci/host-designware', 'pci/host-hv', 'pci/...Bjorn Helgaas12-108/+601
2016-05-02PCI: designware: Remove incorrect RC memory base/limit configurationGabriele Paoloni1-8/+0
2016-05-02PCI: hv: Report resources release after stopping the busVitaly Kuznetsov1-5/+5
2016-05-02PCI: imx6: Implement reset sequence for i.MX6+Andrey Smirnov1-2/+21
2016-05-02PCI: imx6: Use enum instead of bool for variant indicatorAndrey Smirnov1-58/+69
2016-05-02PCI: thunder: Don't clobber read-only bits in bridge config registersDavid Daney1-8/+34
2016-05-02PCI: rcar: Select PCI_MSI_IRQ_DOMAINArnd Bergmann1-0/+2
2016-04-30drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins1-7/+7
2016-04-29PCI: tegra: Support per-lane PHYsThierry Reding1-17/+227
2016-04-26PCI: armada: Add driver for Marvell Armada 7K/8K PCIe controllerThomas Petazzoni3-0/+274
2016-04-25PCI: keystone: Remove unnecessary goto statementMurali Karicheri1-9/+14
2016-04-22PCI: rcar-pcie: Remove Gen2 designation from KconfigSimon Horman2-3/+3
2016-04-19PCI: imx6: Add DT property for link gen, default to Gen1Tim Harvey1-7/+17
2016-04-19PCI: imx6: Add reset-gpio-active-high boolean property to DTPetr Štetiar1-3/+11
2016-04-19PCI: imx6: Add initial imx6sx supportChristoph Fritz1-0/+53
2016-04-19PCI: imx6: Factor out ref clock enableBjorn Helgaas1-12/+24
2016-04-14PCI: keystone: Add error IRQ handlerMurali Karicheri3-0/+73
2016-04-07PCI: mvebu: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS for mvebu_pcie_pm_opsJisheng Zhang1-2/+3
2016-04-07PCI: mvebu: Constify mvebu_pcie_pm_ops structureJisheng Zhang1-1/+1
2016-04-05PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Jisheng Zhang2-22/+21
2016-04-05Revert "PCI: imx6: Add support for active-low reset GPIO"Fabio Estevam1-6/+14
2016-04-05PCI: Fix spelling errorsColin Ian King1-1/+1
2016-03-22Revert "PCI: dra7xx: Mark driver as broken"Sekhar Nori1-1/+0
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-528/+4633
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas2-0/+2347
2016-03-15Merge branch 'pci/host-designware' into nextBjorn Helgaas11-77/+202
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas13-376/+2038