summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-imx6.c
AgeCommit message (Expand)Author
2020-10-21Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-08PCI: dwc/imx6: Use common PCI register definitionsRob Herring
2020-09-08PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROLRob Herring
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring
2020-09-07PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang
2020-09-07PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma
2019-09-23Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2019-09-04PCI: imx6: Propagate errors for optional regulatorsThierry Reding
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner
2019-05-13Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas
2019-05-07PCI: imx6: Allow asynchronous probingLucas Stach
2019-05-01PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov
2019-05-01PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov
2019-05-01PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov
2019-05-01PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov
2019-05-01PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov
2019-05-01PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov
2019-05-01PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov
2019-05-01PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov
2019-05-01PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov
2019-05-01PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov
2019-03-01PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov
2019-02-12PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho
2019-02-04PCI: imx6: Add support for i.MX8MQAndrey Smirnov
2019-02-04PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov
2019-02-04PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov
2019-02-04PCI: imx6: Introduce drvdataAndrey Smirnov
2019-01-31PCI: imx: Fix checking pd_pcie_phy device link additionLeonard Crestez
2019-01-31PCI: imx: Fix probe failure without power domainLeonard Crestez
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-02Merge branch 'pci/imx6'Bjorn Helgaas
2019-01-01PCI: imx: Enable MSI from downstream componentsRichard Zhu
2018-12-18PCI: imx: Add imx6sx suspend/resume supportLeonard Crestez
2018-12-18PCI: imx: Add multi-pd supportLeonard Crestez
2018-11-20PCI: imx6: Fix link training status detection in link up checkTrent Piepho
2018-10-05PCI: imx: Add PME_Turn_Off supportLeonard Crestez
2018-09-18PCI: imx: Initial imx7d pm supportLeonard Crestez
2018-09-18PCI: imx6: Support MPLL reconfiguration for 100MHz and 200MHz refclockLucas Stach
2018-07-13PCI: imx6: Drop unnecessary root_bus_nr settingShawn Guo
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin