All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Unify controller structure name
@ 2021-11-27 14:04 Fan Fei
  2021-11-27 14:04 ` [PATCH 1/6] PCI: xgene: Rename struct xgene_pcie_port to xgene_pcie Fan Fei
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Fan Fei @ 2021-11-27 14:04 UTC (permalink / raw)
  To: bjorn; +Cc: Fan Fei, linux-pci

Controllrt structure name of some PCI drivers does not match the convention
struct of other PCI driver, namely <driver>_pcie, e.g. xgene_pcie_port,
intel_pcie_port, xilinx_pcie_port, uniphier_pcie_priv, tegra_pcie_dw,
mk_pcie_dw. Unify them to the convetion. Some instantiation name of the
struct name, e.g. port, priv,  are also unified to 'pcie'.


Fan Fei (6):
  PCI: xgene: Rename struct xgene_pcie_port to xgene_pcie
  PCI: intel-gw: Rename struct intel_pcie_port to intel_pcie
  PCI: uniphier: Rename struct uniphier_pcie_priv to uniphier_pcie
  PCI: tegra194: Rename struct tegra_pcie_dw to tegra194_pcie
  PCI: xilinx: Rename struct xilinx_pcie_port to xilinx_pcie
  PCI: mediatek-gen3: Rename struct mtk_pcie_port to mtk_gen_pcie

 drivers/pci/controller/dwc/pcie-intel-gw.c  | 204 +++++------
 drivers/pci/controller/dwc/pcie-tegra194.c  | 120 +++----
 drivers/pci/controller/dwc/pcie-uniphier.c  | 159 +++++----
 drivers/pci/controller/pci-xgene.c          |  46 +--
 drivers/pci/controller/pcie-mediatek-gen3.c | 370 ++++++++++----------
 drivers/pci/controller/pcie-xilinx.c        | 154 ++++----
 6 files changed, 534 insertions(+), 519 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-11-27 14:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-27 14:04 [PATCH 0/6] Unify controller structure name Fan Fei
2021-11-27 14:04 ` [PATCH 1/6] PCI: xgene: Rename struct xgene_pcie_port to xgene_pcie Fan Fei
2021-11-27 14:04 ` [PATCH 2/6] PCI: intel-gw: Rename struct intel_pcie_port to intel_pcie Fan Fei
2021-11-27 14:04 ` [PATCH 3/6] PCI: uniphier: Rename struct uniphier_pcie_priv to uniphier_pcie Fan Fei
2021-11-27 14:04 ` [PATCH 4/6] PCI: tegra194: Rename struct tegra_pcie_dw to tegra194_pcie Fan Fei
2021-11-27 14:04 ` [PATCH 5/6] PCI: xilinx: Rename struct xilinx_pcie_port to xilinx_pcie Fan Fei
2021-11-27 14:04 ` [PATCH 6/6] PCI: mediatek-gen3: Rename struct mtk_pcie_port to mtk_gen_pcie Fan Fei

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.