aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)Author
2020-09-17PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith
2020-09-17PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith
2020-07-13PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier
2020-07-13PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier
2020-06-01PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson
2020-05-04PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I
2020-05-04PCI: keystone: Fix link training retries initiationYurii Monakov
2020-05-04PCI: keystone: Fix outbound region mappingYurii Monakov
2020-03-30PCI: dwc: Fix find_next_bit() usageNiklas Cassel
2020-03-30PCI: amlogic: Fix probed clock namesNeil Armstrong
2019-10-07PCI: exynos: Propagate errors for optional PHYsThierry Reding
2019-10-07PCI: imx6: Propagate errors for optional regulatorsThierry Reding
2019-10-07PCI: histb: Propagate errors for optional regulatorsThierry Reding
2019-10-07PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao
2019-07-31PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing
2019-07-26PCI: qcom: Ensure that PERST is asserted for at least 100 msNiklas Cassel
2019-05-13Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas
2019-05-13Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas
2019-05-13Merge branch 'pci/dwc'Bjorn Helgaas
2019-05-07PCI: imx6: Allow asynchronous probingLucas Stach
2019-05-07PCI: dwc: Save root bus for driver remove hooksJisheng Zhang
2019-05-07PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang
2019-05-07PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang
2019-05-07PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang
2019-05-07PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang
2019-05-07PCI: qcom: Use default config space read functionMarc Gonzalez
2019-05-01PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I
2019-05-01PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I
2019-05-01PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I
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-04-25PCI: al: Add Amazon Annapurna Labs PCIe host controller driverJonathan Chocron
2019-04-16PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I
2019-04-16PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I
2019-04-15PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I
2019-04-15PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I
2019-04-15PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I
2019-04-15PCI: keystone: Add support for PCIe RC in AM654x PlatformsKishon Vijay Abraham I
2019-04-15PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I
2019-04-15PCI: dwc: Fix ATU identification for designware version >= 4.80Kishon Vijay Abraham I