mbox series

[0/6] Unify controller structure name

Message ID cover.1638021831.git.ffclaire1224@gmail.com (mailing list archive)
Headers show
Series Unify controller structure name | expand

Message

Fan Fei Nov. 27, 2021, 2:04 p.m. UTC
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(-)