aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-04-24PCI: iproc-platform: Update PCI config space remap functionLorenzo Pieralisi1-1/+2
2017-04-24PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-24PCI: rockchip: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-24PCI: spear13xx: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-24PCI: xilinx-nwl: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-24PCI: xilinx: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-24PCI: ECAM: Map config region with pci_remap_cfgspace()Lorenzo Pieralisi1-2/+4
2017-04-24PCI: Implement devm_pci_remap_cfgspace()Lorenzo Pieralisi1-0/+82
2017-04-19PCI: Remove __weak tag from pci_remap_iospace()Lorenzo Pieralisi1-1/+1
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-3/+25
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+16
2017-03-02PCI: add an API to get node from vectorShaohua Li1-0/+16
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar5-4/+5
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-17/+64
2017-02-28PCI: altera: Fix TLP_CFG_DW0 for TLP writeLey Foon Tan1-3/+7
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-02-25PCI: dwc: Fix crashes seen due to missing assignmentsGuenter Roeck10-0/+18
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds51-2068/+2870
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-02-21Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+23
2017-02-21Merge branch 'pci/msi' into nextBjorn Helgaas1-1/+1
2017-02-21Merge branch 'pci/enumeration' into nextBjorn Helgaas1-12/+14
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-layerscape' into nextBjorn Helgaas1-6/+1
2017-02-21Merge branch 'pci/host-iproc' into nextBjorn Helgaas3-7/+26
2017-02-21Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-35/+2
2017-02-21Merge branch 'pci/host-hv' into nextBjorn Helgaas1-3/+17
2017-02-21Merge branch 'pci/host-hisi' into nextBjorn Helgaas3-12/+73
2017-02-21Merge branch 'pci/host-exynos' into nextBjorn Helgaas1-226/+333
2017-02-21Merge branch 'pci/host-altera' into nextBjorn Helgaas1-1/+1
2017-02-21Merge branch 'pci/host-designware' into nextBjorn Helgaas22-1019/+1319
2017-02-21PCI: dwc: Remove dependency of designware on CONFIG_PCIKishon Vijay Abraham I2-4/+12
2017-02-21PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I3-16/+42
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I4-624/+650
2017-02-21PCI: dwc: designware: Fix style errors in pcie-designware.cKishon Vijay Abraham I1-21/+21
2017-02-21PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I2-8/+11
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I15-481/+666
2017-02-21PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Kishon Vijay Abraham I1-16/+17
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I7-33/+33
2017-02-21PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I11-4/+22
2017-02-21PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I2-70/+71
2017-02-21PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu1-12/+3
2017-02-21PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I1-41/+51