OSDN Git Service

PCI: layerscape: Refactor ls1021_pcie_host_init()
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Mon, 28 Aug 2017 10:52:57 +0000 (18:52 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2017 21:15:09 +0000 (16:15 -0500)
ls1021_pcie_host_init() duplicated the code in the generic
ls_pcie_host_init().  Call ls_pcie_host_init() instead of duplicating the
code.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Roy Zang <tie-fei.zang@freescale.com>
drivers/pci/dwc/pci-layerscape.c

index 160035e..27234da 100644 (file)
@@ -164,16 +164,7 @@ static int ls1021_pcie_host_init(struct pcie_port *pp)
        }
        pcie->index = index[1];
 
-       dw_pcie_setup_rc(pp);
-
-       iowrite32(1, pci->dbi_base + PCIE_DBI_RO_WR_EN);
-       ls_pcie_fix_class(pcie);
-       ls_pcie_clear_multifunction(pcie);
-       iowrite32(0, pci->dbi_base + PCIE_DBI_RO_WR_EN);
-
-       ls_pcie_drop_msg_tlp(pcie);
-
-       return 0;
+       return ls_pcie_host_init(pp);
 }
 
 static int ls_pcie_msi_host_init(struct pcie_port *pp,