aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-imx6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and 'pci/host-rcar' into nextBjorn Helgaas1-1/+2
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko1-1/+2
2015-12-04PCI: imx6: Add support for active-low reset GPIOPetr Štetiar1-14/+6
2015-11-25PCI: imx6: Use gpio_set_value_cansleep()Fabio Estevam1-2/+2
2015-09-24PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definitionFabio Estevam1-1/+2
2015-09-24PCI: imx6: Return real error code from imx6_add_pcie_port()Fabio Estevam1-1/+1
2015-08-20PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam1-10/+2
2015-06-16Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-xgene' into nextBjorn Helgaas1-39/+49
2015-06-16PCI: imx6: Add #define PCIE_RC_LCSRBjorn Helgaas1-1/+3
2015-06-16PCI: imx6: Use "u32", not "uint32_t"Bjorn Helgaas1-10/+10
2015-06-12PCI: imx6: Add speed change timeout messageTroy Kisky1-17/+27
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas1-11/+9
2015-06-02PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()Bjorn Helgaas1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
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-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-29PCI: imx6: Wait for clocks to stabilize after ref_enRichard Zhu1-3/+10
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
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