All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()
@ 2015-06-04 22:01 Bjorn Helgaas
  2015-06-04 22:01 ` [PATCH 2/5] PCI: dra7xx: Use dw_pcie_link_up() consistently Bjorn Helgaas
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bjorn Helgaas @ 2015-06-04 22:01 UTC (permalink / raw)
  To: linux-pci
  Cc: Pratyush Anand, Jingoo Han, Richard Zhu, Kishon Vijay Abraham I,
	Minghuan Lian, Murali Karicheri, Mingkai Hu, Roy Zang,
	Lucas Stach

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>
---
 drivers/pci/host/pci-imx6.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
index fdb9536..8cc0123 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)
 	return dw_handle_msi_irq(pp);
 }
 
-static int imx6_pcie_start_link(struct pcie_port *pp)
+static int imx6_pcie_establish_link(struct pcie_port *pp)
 {
 	struct imx6_pcie *imx6_pcie = to_imx6_pcie(pp);
 	uint32_t tmp;
@@ -432,7 +432,7 @@ static void imx6_pcie_host_init(struct pcie_port *pp)
 
 	dw_pcie_setup_rc(pp);
 
-	imx6_pcie_start_link(pp);
+	imx6_pcie_establish_link(pp);
 
 	if (IS_ENABLED(CONFIG_PCI_MSI))
 		dw_pcie_msi_init(pp);


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-07  5:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 22:01 [PATCH 1/5] PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link() Bjorn Helgaas
2015-06-04 22:01 ` [PATCH 2/5] PCI: dra7xx: Use dw_pcie_link_up() consistently Bjorn Helgaas
2015-06-07  5:37   ` Kishon Vijay Abraham I
2015-06-04 22:01 ` [PATCH 3/5] PCI: layerscape: " Bjorn Helgaas
2015-06-04 22:02 ` [PATCH 4/5] PCI: layerscape: Factor out ls_pcie_establish_link() Bjorn Helgaas
2015-06-04 22:02 ` [PATCH 5/5] PCI: designware: Wait for link to come up with consistent style Bjorn Helgaas
2015-06-04 22:06 ` [PATCH 1/5] PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link() Bjorn Helgaas
2015-06-06 12:28   ` Pratyush Anand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.