aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-imx6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2014-11-13PCI: imx6: Use tabs for indentationJingoo Han1-2/+2
2014-10-29PCI: imx6: Wait for clocks to stabilize after ref_enRichard Zhu1-3/+10
2014-09-05PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey1-5/+6
2014-09-05PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach1-1/+1
2014-09-04PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach1-0/+38
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into nextBjorn Helgaas1-1/+0
2014-05-30PCI: imx6: Add support for MSILucas Stach1-0/+27
2014-05-30PCI: imx6: Remove optional (and unused) IRQsLucas Stach1-42/+0
2014-05-30PCI: imx6: Drop old IRQ mappingLucas Stach1-6/+0
2014-05-30PCI: imx6: Use new clock namesLucas Stach1-45/+29
2014-05-30PCI: imx6: Fix imx6_add_pcie_port() section mismatch warningSachin Kamat1-1/+1
2014-04-16PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray1-1/+0
2014-02-19PCI: imx6: Wait for retrainingMarek Vasut1-13/+34
2013-12-19PCI: imx6: Fix bugs in PCIe startup codeRichard Zhu1-9/+6
2013-12-19PCI: imx6: Start link in Gen1 before negotiating for Gen2 modeMarek Vasut1-6/+72
2013-12-19PCI: imx6: Factor out link up wait loopMarek Vasut1-14/+20
2013-12-19PCI: imx6: Factor out PHY resetMarek Vasut1-16/+19
2013-12-19PCI: imx6: Report "link up" only after link training completesMarek Vasut1-4/+13
2013-12-19PCI: imx6: Make reset-gpio optionalMarek Vasut1-14/+13
2013-12-09PCI: imx6: Remove unneeded 'goto err'Fabio Estevam1-22/+12
2013-12-09PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam1-5/+0
2013-10-31PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut1-1/+1
2013-10-30PCI: imx6: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-29PCI: imx6: Increase link startup timeoutMarek Vasut1-1/+1
2013-10-29PCI: imx6: Fix imprecise abort handlerTim Harvey1-6/+0
2013-10-29PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun1-1/+0
2013-09-27PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross1-0/+575