aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-03PCI: thunder-pem: Fix legacy firmware PEM-specific resourcesTomasz Nowicki1-2/+8
2017-03-23PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controllerTomasz Nowicki1-2/+54
2017-03-23PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controllerTomasz Nowicki1-1/+1
2017-03-09PCI: iproc: Save host bridge window resource in struct iproc_pcieBjorn Helgaas3-21/+23
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+7
2017-02-28PCI: altera: Fix TLP_CFG_DW0 for TLP writeLey Foon Tan1-3/+7
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds30-6541/+256
2017-02-21Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2-14/+4
2017-02-21Merge branch 'pci/host-xgene' into nextBjorn Helgaas1-6/+5
2017-02-21Merge branch 'pci/host-versatile' into nextBjorn Helgaas1-1/+3
2017-02-21Merge branch 'pci/host-thunder' into nextBjorn Helgaas1-5/+20
2017-02-21Merge branch 'pci/host-rockchip' into nextBjorn Helgaas1-39/+136
2017-02-21Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-7/+2
2017-02-21Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-42/+61
2017-02-21Merge branch 'pci/host-iproc' into nextBjorn Helgaas2-7/+5
2017-02-21Merge branch 'pci/host-hv' into nextBjorn Helgaas1-3/+17
2017-02-21Merge branch 'pci/host-hisi' into nextBjorn Helgaas1-0/+2
2017-02-21Merge branch 'pci/host-altera' into nextBjorn Helgaas1-1/+1
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I17-6416/+0
2017-02-17PCI: altera: Extract TLP completion status correctlyYadi Hu1-1/+1
2017-02-17PCI: rockchip: Set vendor ID from local core config spaceShawn Lin1-2/+2
2017-02-17PCI: hv: Use device serial number as PCI domainHaiyang Zhang1-0/+12
2017-02-10PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin1-4/+6
2017-02-10PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui1-3/+5
2017-02-10PCI: xilinx-nwl: Remove mask for messages not supported by AXIBharat Kumar Gogada1-13/+1
2017-02-10PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-09PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu1-0/+2
2017-02-09PCI: hisi: Rename config space accessors to remove "acpi"Bjorn Helgaas1-8/+8
2017-02-08PCI: versatile: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-08PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-08PCI: iproc: Configure PCIe MPS settingsJon Mason1-1/+4
2017-02-08PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach1-1/+1
2017-02-06PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllersDongdong Liu1-1/+61
2017-02-03PCI: hisi: Use of_device_get_match_data() to simplify probeShailendra Verma1-5/+3
2017-01-31PCI: iproc: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-31PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-30PCI: xgene: Fix double free on init errorDan Carpenter1-5/+2
2017-01-30PCI: rockchip: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-01-30PCI: rockchip: Use readl_poll_timeout() instead of open-coding itShawn Lin1-36/+16
2017-01-30PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe1-41/+60
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-17PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handlingMarc Zyngier1-1/+1
2017-01-12PCI: thunder-pem: Add support for cn81xx and cn83xx SoCsDavid Daney1-5/+20
2017-01-12PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"Shawn Lin1-0/+9
2017-01-11PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa1-1/+1
2017-01-11PCI: rockchip: Add system PM supportShawn Lin1-0/+106
2017-01-10PCI: designware: Check for iATU unroll only on platforms that use ATUMurali Karicheri1-5/+5
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds21-417/+1772
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+19