summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-layerscape.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-284/+0
2016-12-12Merge branch 'pci/host-rockchip' into nextBjorn Helgaas1-1/+1
2016-11-12PCI: layerscape: Add LS1046a supportMingkai Hu1-4/+12
2016-11-12PCI: layerscape: Remove redundant error message from ls_pcie_probe()Wei Yongjun1-3/+1
2016-10-17PCI: layerscape: Fix drvdata usage before assignmentMarc Zyngier1-1/+1
2016-10-12PCI: layerscape: Reorder struct ls_pcieBjorn Helgaas1-1/+1
2016-10-12PCI: layerscape: Remove unused ls_add_pcie_port() platform_device argBjorn Helgaas1-3/+2
2016-10-12PCI: layerscape: Move struct pcie_port setup to probe functionBjorn Helgaas1-4/+6
2016-10-12PCI: layerscape: Pass device-specific struct to internal functionsBjorn Helgaas1-3/+3
2016-10-12PCI: layerscape: Remove redundant struct ls_pcie.dbiBjorn Helgaas1-13/+11
2016-10-12PCI: layerscape: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-12PCI: layerscape: Add local struct device pointersBjorn Helgaas1-11/+15
2016-08-01PCI: layerscape: Make explicitly non-modularPaul Gortmaker1-8/+2
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-03-01PCI: layerscape: Fix MSG TLP drop settingMinghuan Lian1-8/+13
2016-02-05PCI: layerscape: Add "fsl,ls2085a-pcie" compatible IDYang Shi1-0/+1
2015-11-03PCI: layerscape: Add ls_pcie_msi_host_init()Minghuan Lian1-0/+23
2015-11-03PCI: layerscape: Add support for LS1043a and LS2080aMinghuan Lian1-4/+67
2015-11-03PCI: layerscape: Remove unused fields from struct ls_pcieMinghuan Lian1-3/+0
2015-11-03PCI: layerscape: Update ls_add_pcie_port()Minghuan Lian1-8/+5
2015-11-03PCI: layerscape: Factor out SCFG related functionMinghuan Lian1-26/+46
2015-11-03PCI: layerscape: Ignore PCIe controllers in Endpoint modeMinghuan Lian1-0/+13
2015-11-03PCI: layerscape: Remove ls_pcie_establish_link()Minghuan Lian1-16/+0
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas1-8/+6
2015-06-10PCI: layerscape: Factor out ls_pcie_establish_link()Bjorn Helgaas1-6/+13
2015-06-10PCI: layerscape: Use dw_pcie_link_up() consistentlyBjorn Helgaas1-1/+1
2015-04-09PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas1-6/+3
2014-12-27PCI: layerscape: Fix platform_no_drv_owner.cocci warningsJulia Lawall1-1/+0
2014-11-13PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian1-0/+179