提交 fa92dba9 编写于 作者: H Hou Zhiqiang 提交者: Bjorn Helgaas

PCI: layerscape: Refactor ls1021_pcie_host_init()

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: NHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Acked-by: NRoy Zang <tie-fei.zang@freescale.com>
上级 ba95a82e
...@@ -164,16 +164,7 @@ static int ls1021_pcie_host_init(struct pcie_port *pp) ...@@ -164,16 +164,7 @@ static int ls1021_pcie_host_init(struct pcie_port *pp)
} }
pcie->index = index[1]; pcie->index = index[1];
dw_pcie_setup_rc(pp); return ls_pcie_host_init(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;
} }
static int ls_pcie_msi_host_init(struct pcie_port *pp, static int ls_pcie_msi_host_init(struct pcie_port *pp,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册