summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pci-imx6.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu1-8/+73
2021-10-05PCI: imx6: Remove unused assignment to variable retKrzysztof Wilczyński1-1/+1
2021-06-24PCI: imx6: Enable PHY internal regulator when supplied >3VRichard Zhu1-0/+20
2021-06-24PCI: imx6: Limit DBI register length for imx6qp PCIeRichard Zhu1-0/+1
2021-06-24PCI: imx6: Remove imx6_pcie_probe() redundant error messageZhen Lei1-3/+1
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring1-20/+2
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-1/+0
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-1/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-5/+4
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-6/+0
2020-10-21Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-23/+18
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-6/+3
2020-09-08PCI: dwc/imx6: Use common PCI register definitionsRob Herring1-23/+14
2020-09-08PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROLRob Herring1-2/+0
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring1-3/+1
2020-09-07PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang1-20/+15
2020-09-07PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas1-3/+1
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-1/+1
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-3/+1
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring1-1/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma1-2/+2
2019-09-23Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-2/+2
2019-09-04PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner1-0/+33
2019-05-13Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas1-87/+56
2019-05-07PCI: imx6: Allow asynchronous probingLucas Stach1-0/+1
2019-05-01PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov1-1/+1
2019-05-01PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov1-9/+6
2019-05-01PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov1-7/+6
2019-05-01PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov1-13/+13
2019-05-01PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov1-14/+14
2019-05-01PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov1-4/+4
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov1-4/+2
2019-05-01PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov1-3/+0
2019-05-01PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov1-1/+1
2019-05-01PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov1-17/+2
2019-05-01PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov1-14/+7
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+202
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov1-1/+0
2019-03-01PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov1-1/+17
2019-02-12PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho1-0/+57
2019-02-04PCI: imx6: Add support for i.MX8MQAndrey Smirnov1-2/+75
2019-02-04PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov1-4/+9
2019-02-04PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov1-0/+12
2019-02-04PCI: imx6: Introduce drvdataAndrey Smirnov1-19/+37
2019-01-31PCI: imx: Fix checking pd_pcie_phy device link additionLeonard Crestez1-4/+4
2019-01-31PCI: imx: Fix probe failure without power domainLeonard Crestez1-0/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+97