- c046406 PCI: dwc: Fix crashes seen due to missing assignments by Guenter Roeck · 8 years ago
- e34e38b Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
- 442ec4c PCI: dwc: all: Split struct pcie_port into host-only and core structures by Kishon Vijay Abraham I · 8 years ago
- 9bcf0a6 PCI: dwc: all: Use platform_set_drvdata() to save private data by Kishon Vijay Abraham I · 8 years ago
- 950bf63 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory by Kishon Vijay Abraham I · 8 years ago[Renamed from drivers/pci/host/pci-imx6.c]
- 21b7245 PCI: imx6: Fix a typo in error message by Andrey Smirnov · 8 years ago
- 9ab021b PCI: imx6: Remove unused return values by Bjorn Helgaas · 8 years ago
- 916bf1c PCI: imx6: Reorder struct imx6_pcie by Bjorn Helgaas · 8 years ago
- 2a6a85d PCI: imx6: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
- e7d7705 PCI: imx6: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
- 8bad7f2 PCI: imx6: Pass struct imx6_pcie to PHY accessors by Bjorn Helgaas · 8 years ago
- 51c8470 PCI: imx6: Removed unused struct imx6_pcie.mem_base by Bjorn Helgaas · 8 years ago
- c5af407 PCI: imx6: Remove redundant of_node pointer by Bjorn Helgaas · 8 years ago
- 1395765 PCI: imx6: Add local struct device pointers by Bjorn Helgaas · 8 years ago
- f90d8e8 PCI: imx6: Make explicitly non-modular by Paul Gortmaker · 8 years ago
- 4d31c61 PCI: imx6: Implement reset sequence for i.MX6+ by Andrey Smirnov · 9 years ago
- e6f1fef PCI: imx6: Use enum instead of bool for variant indicator by Andrey Smirnov · 9 years ago
- a5fcec4 PCI: imx6: Add DT property for link gen, default to Gen1 by Tim Harvey · 9 years ago
- 3ea8529a PCI: imx6: Add reset-gpio-active-high boolean property to DT by Petr Štetiar · 9 years ago
- e3c06cd PCI: imx6: Add initial imx6sx support by Christoph Fritz · 9 years ago
- 4d1821e PCI: imx6: Factor out ref clock enable by Bjorn Helgaas · 9 years ago
- b2d7a9c Revert "PCI: imx6: Add support for active-low reset GPIO" by Fabio Estevam · 9 years ago
- 562df5c Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 9 years ago
- 886bc5c PCI: designware: Add generic dw_pcie_wait_for_link() by Joao Pinto · 9 years ago
- 28e3abe PCI: imx6: Add DT bindings to configure PHY Tx driver settings by Justin Waters · 9 years ago
- 4d107d3 PCI: imx6: Move link up check into imx6_pcie_wait_for_link() by Lucas Stach · 9 years ago
- a77c542 PCI: imx6: Remove broken Gen2 workaround by Lucas Stach · 9 years ago
- 54a47a8 PCI: imx6: Move PHY reset into imx6_pcie_establish_link() by Lucas Stach · 9 years ago
- 53eeb48 PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions by Lucas Stach · 9 years ago
- 9662e32 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 9 years ago
- c111e8b Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and 'pci/host-rcar' into next by Bjorn Helgaas · 9 years ago
- ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
- 8ff0ef9 PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD by Grygorii Strashko · 9 years ago
- 5c5fb40 PCI: imx6: Add support for active-low reset GPIO by Petr Štetiar · 9 years ago
- bd534e6 PCI: imx6: Use gpio_set_value_cansleep() by Fabio Estevam · 9 years ago
- 111feb7 PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definition by Fabio Estevam · 9 years ago
- 89b2d4f PCI: imx6: Return real error code from imx6_add_pcie_port() by Fabio Estevam · 9 years ago
- 8d1ceb5 PCI: imx6: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
- bf933db Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
- 2393f79 PCI: imx6: Add #define PCIE_RC_LCSR by Bjorn Helgaas · 10 years ago
- 1c7fae1 PCI: imx6: Use "u32", not "uint32_t" by Bjorn Helgaas · 10 years ago
- a042746 PCI: imx6: Add speed change timeout message by Troy Kisky · 10 years ago
- 6cbb247 PCI: designware: Wait for link to come up with consistent style by Bjorn Helgaas · 10 years ago
- fd5da20 PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link() by Bjorn Helgaas · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
- d88a7ef PCI: imx6: Use tabs for indentation by Jingoo Han · 10 years ago
- a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
- a2fa6f6 PCI: imx6: Wait for clocks to stabilize after ref_en by Richard Zhu · 10 years ago
- e27a513 pci: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 3fce0e8 PCI: imx6: Delay enabling reference clock for SS until it stabilizes by Tim Harvey · 10 years ago
- 61da50d PCI: imx6: Probe in module_init(), not fs_initcall() by Lucas Stach · 10 years ago
- 3e3e406 PCI: imx6: Put LTSSM in "Detect" state before disabling it by Lucas Stach · 10 years ago
- 843a85c Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into next by Bjorn Helgaas · 11 years ago
- d1dc974 PCI: imx6: Add support for MSI by Lucas Stach · 11 years ago
- 5c40eea PCI: imx6: Remove optional (and unused) IRQs by Lucas Stach · 11 years ago
- e521519 PCI: imx6: Drop old IRQ mapping by Lucas Stach · 11 years ago
- 5752613 PCI: imx6: Use new clock names by Lucas Stach · 11 years ago
- 44cb5e9 PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning by Sachin Kamat · 11 years ago
- 11c6fbd PCI: designware: Remove unnecessary use of 'conf_lock' spinlock by Andrew Murray · 11 years ago
- f95d3ae PCI: imx6: Wait for retraining by Marek Vasut · 11 years ago
- bc9ef77 PCI: imx6: Fix bugs in PCIe startup code by Richard Zhu · 11 years ago
- fa33a6d PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode by Marek Vasut · 11 years ago
- 66a60f9 PCI: imx6: Factor out link up wait loop by Marek Vasut · 11 years ago
- 982aa23 PCI: imx6: Factor out PHY reset by Marek Vasut · 11 years ago
- 7f9f40c PCI: imx6: Report "link up" only after link training completes by Marek Vasut · 11 years ago
- c28f8a1 PCI: imx6: Make reset-gpio optional by Marek Vasut · 11 years ago
- b391bf3 PCI: imx6: Remove unneeded 'goto err' by Fabio Estevam · 11 years ago
- ebb034a PCI: imx6: Remove unneeded check of platform_get_resource() by Fabio Estevam · 11 years ago
- f216f57 PCI: imx6: Probe the PCIe in fs_initcall() by Marek Vasut · 11 years ago
- 8bcadbe PCI: imx6: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
- 017f10e PCI: imx6: Increase link startup timeout by Marek Vasut · 11 years ago
- 4ec3ed7 PCI: imx6: Fix imprecise abort handler by Tim Harvey · 11 years ago
- 9b5cd09 PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe() by Wei Yongjun · 11 years ago
- bb38919 PCI: imx6: Add support for i.MX6 PCIe controller by Sean Cross · 11 years ago