linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fan Fei <ffclaire1224@gmail.com>
To: bjorn@helgaas.com
Cc: Fan Fei <ffclaire1224@gmail.com>, linux-pci@vger.kernel.org
Subject: [PATCH 0/6] Unify controller structure name
Date: Sat, 27 Nov 2021 15:04:37 +0100	[thread overview]
Message-ID: <cover.1638021831.git.ffclaire1224@gmail.com> (raw)

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


             reply	other threads:[~2021-11-27 14:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 14:04 Fan Fei [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1638021831.git.ffclaire1224@gmail.com \
    --to=ffclaire1224@gmail.com \
    --cc=bjorn@helgaas.com \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).