On Mon, Nov 13, 2017 at 04:40:36PM -0600, Bjorn Helgaas wrote: > All native host bridge driver probe functions are called *_pci_probe() or > *_pcie_probe() *except* X-Gene's. All "is the link up?" functions are > called *_pcie_link_up() *except* Altera's and Xilinx's. Rename them to be > consistent. > > I plan to include these for v4.15 unless there are objections. > > --- > > Bjorn Helgaas (3): > PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe() > PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up() > PCI: xilinx: Rename xilinx_pcie_link_is_up() to xilinx_pcie_link_up() > > > drivers/pci/host/pci-xgene.c | 4 ++-- > drivers/pci/host/pcie-altera.c | 8 ++++---- > drivers/pci/host/pcie-xilinx.c | 6 +++--- > 3 files changed, 9 insertions(+), 9 deletions(-) On the series: Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>