summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pci-imx6.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: imx: Add the imx8mm pcie supportRichard Zhu2021-12-261-8/+73
* PCI: imx6: Remove unused assignment to variable retKrzysztof Wilczyński2021-10-051-1/+1
* PCI: imx6: Enable PHY internal regulator when supplied >3VRichard Zhu2021-06-241-0/+20
* PCI: imx6: Limit DBI register length for imx6qp PCIeRichard Zhu2021-06-241-0/+1
* PCI: imx6: Remove imx6_pcie_probe() redundant error messageZhen Lei2021-06-241-3/+1
* PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring2020-11-191-20/+2
* PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-191-1/+0
* PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-191-1/+0
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-5/+4
* PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-191-6/+0
* Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2020-10-211-23/+18
|\
| * PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang2020-09-071-20/+15
| * PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-071-3/+3
* | PCI: dwc: Centralize link gen settingRob Herring2020-09-101-6/+3
* | PCI: dwc/imx6: Use common PCI register definitionsRob Herring2020-09-081-23/+14
* | PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROLRob Herring2020-09-081-2/+0
* | PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring2020-09-081-3/+1
|/
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-051-3/+1
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-031-3/+1
* | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-1/+1
|\ \
| * | PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-1/+1
| |/
* / PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
|/
* PCI: Check for platform_get_irq() failure consistentlyAman Sharma2020-05-121-2/+2
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-09-231-2/+2
|\
| * PCI: imx6: Propagate errors for optional regulatorsThierry Reding2019-09-041-2/+2
* | PCI: imx6: Limit DBI register lengthStefan Agner2019-08-151-0/+33
|/
* Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas2019-05-131-87/+56
|\
| * PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov2019-05-011-1/+1
| * PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov2019-05-011-9/+6
| * PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov2019-05-011-7/+6
| * PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov2019-05-011-13/+13
| * PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov2019-05-011-14/+14
| * PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov2019-05-011-4/+4
| * PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov2019-05-011-4/+2
| * PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov2019-05-011-3/+0
| * PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov2019-05-011-1/+1
| * PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov2019-05-011-17/+2
| * PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov2019-05-011-14/+7
* | PCI: imx6: Allow asynchronous probingLucas Stach2019-05-071-0/+1
|/
* Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-22/+202
|\
| * PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov2019-03-011-1/+0
| * PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-03-011-1/+17
| * PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho2019-02-121-0/+57
| * PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-041-2/+75
| * PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov2019-02-041-4/+9
| * PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov2019-02-041-0/+12
| * PCI: imx6: Introduce drvdataAndrey Smirnov2019-02-041-19/+37
* | PCI: imx: Fix checking pd_pcie_phy device link additionLeonard Crestez2019-01-311-4/+4
* | PCI: imx: Fix probe failure without power domainLeonard Crestez2019-01-311-0/+3
|/
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-051-5/+97
|\