diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-02 17:16:44 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-02 17:16:44 -0400 |
| commit | fd5da2081b070fea6ba355f78cf79bac6e926369 (patch) | |
| tree | c6c6572c102f17bd22a0939d9d7d02465419cdf1 /drivers/pci | |
| parent | 5ebe6afaf0057ac3eaeb98defd5456894b446d22 (diff) | |
PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()
Rename imx6_pcie_start_link() to imx6_pcie_establish_link() to follow the
convention of other DesignWare-based host drivers. No functional change.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Pratyush Anand <pratyush.anand@gmail.com>
Diffstat (limited to 'drivers/pci')
| -rw-r--r-- | drivers/pci/host/pci-imx6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index fdb95367721e..8cc012371ca7 100644 --- a/drivers/pci/host/pci-imx6.c +++ b/drivers/pci/host/pci-imx6.c | |||
| @@ -359,7 +359,7 @@ static irqreturn_t imx6_pcie_msi_handler(int irq, void *arg) | |||
| 359 | return dw_handle_msi_irq(pp); | 359 | return dw_handle_msi_irq(pp); |
| 360 | } | 360 | } |
| 361 | 361 | ||
| 362 | static int imx6_pcie_start_link(struct pcie_port *pp) | 362 | static int imx6_pcie_establish_link(struct pcie_port *pp) |
| 363 | { | 363 | { |
| 364 | struct imx6_pcie *imx6_pcie = to_imx6_pcie(pp); | 364 | struct imx6_pcie *imx6_pcie = to_imx6_pcie(pp); |
| 365 | uint32_t tmp; | 365 | uint32_t tmp; |
| @@ -432,7 +432,7 @@ static void imx6_pcie_host_init(struct pcie_port *pp) | |||
| 432 | 432 | ||
| 433 | dw_pcie_setup_rc(pp); | 433 | dw_pcie_setup_rc(pp); |
| 434 | 434 | ||
| 435 | imx6_pcie_start_link(pp); | 435 | imx6_pcie_establish_link(pp); |
| 436 | 436 | ||
| 437 | if (IS_ENABLED(CONFIG_PCI_MSI)) | 437 | if (IS_ENABLED(CONFIG_PCI_MSI)) |
| 438 | dw_pcie_msi_init(pp); | 438 | dw_pcie_msi_init(pp); |
