aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-designware.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-86/+0
2016-10-11PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()Bjorn Helgaas1-0/+2
2016-10-11PCI: designware: Swap order of dw_pcie_writel_rc() reg/val argumentsBjorn Helgaas1-1/+1
2016-10-11PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfacesBjorn Helgaas1-3/+2
2016-08-22PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2Pratyush Anand1-0/+1
2016-08-17PCI: designware: Add iATU Unroll featureJoao Pinto1-0/+1
2016-08-17PCI: designware: Move link wait definitions to .c fileJoao Pinto1-5/+0
2016-08-17PCI: designware: Return data directly from dw_pcie_readl_rc()Bjorn Helgaas1-2/+1
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto1-0/+6
2015-11-02PCI: designware: Make driver arch-agnosticZhou Wang1-1/+0
2015-11-02PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang1-6/+6
2015-11-02Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang1-4/+1
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni1-2/+2
2015-09-18PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach1-1/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-1/+1
2014-09-24PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian1-0/+1
2014-09-24PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian1-1/+1
2014-09-05PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand1-10/+6
2014-09-04PCI: designware: Parse bus-range property from devicetreeLucas Stach1-0/+1
2014-09-02PCI: designware: Add support for v3.65 hardwareMurali Karicheri1-0/+2
2014-07-22PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri1-0/+3
2014-07-22PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri1-0/+4
2014-07-22PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I1-0/+4
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into nextBjorn Helgaas1-1/+0
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach1-1/+1
2014-04-16PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray1-1/+0
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand1-2/+2
2013-10-09PCI: designware: Add irq_create_mapping()Pratyush Anand1-1/+1
2013-10-09PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas1-7/+0
2013-10-09PCI: designware: Add header guardsSeungwon Jeon1-0/+5
2013-09-25PCI: exynos: Add support for MSIJingoo Han1-0/+14
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han1-0/+65