aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-exynos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-629/+0
2016-10-11PCI: exynos: Reorder struct exynos_pcieBjorn Helgaas1-4/+4
2016-10-11PCI: exynos: Pass device-specific struct to internal functionsBjorn Helgaas1-74/+58
2016-10-11PCI: exynos: Name private struct pointer "exynos_pcie" consistentlyBjorn Helgaas1-12/+12
2016-10-11PCI: exynos: Uninline register accessorsBjorn Helgaas1-8/+8
2016-10-11PCI: exynos: Add local struct device pointersBjorn Helgaas1-22/+24
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-6/+4
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas1-3/+6
2016-08-23PCI: exynos: Make explicitly non-modularPaul Gortmaker1-6/+1
2016-08-17PCI: designware: Return data directly from dw_pcie_readl_rc()Bjorn Helgaas1-3/+6
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto1-10/+3
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko1-1/+2
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni1-3/+2
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas1-19/+15
2015-04-08PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-13PCI: exynos: Remove unnecessary return statementJingoo Han1-8/+0
2014-10-23PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()Jingoo Han1-5/+5
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-03Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and 'pci/host-tegra' into nextBjorn Helgaas1-1/+0
2014-05-30Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/misc' into nextBjorn Helgaas1-4/+3
2014-05-30PCI: designware: Make MSI ISR shared IRQ awareLucas Stach1-3/+1
2014-05-29PCI: exynos: Fix add_pcie_port() section mismatch warningSachin Kamat1-1/+2
2014-05-27PCI: exynos: Remove unnecessary OOM messagesJingoo Han1-3/+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/+3
2013-10-29PCI: exynos: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-04PCI: exynos: Add missing clk_disable_unprepare() on error pathWei Yongjun1-6/+12
2013-09-25PCI: exynos: Turn off power of phy block when link failedJingoo Han1-0/+68
2013-09-25PCI: exynos: Add support for MSIJingoo Han1-0/+44
2013-08-29PCI: exynos: Add I/O access wrappersSeungwon Jeon1-69/+91
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han1-0/+530