From: Bjorn Helgaas <helgaas@kernel.org>
To: linux-pci@vger.kernel.org
Cc: Stefan Roese <sr@denx.de>, Lukas Wunner <lukas@wunner.de>,
Jan Kiszka <jan.kiszka@siemens.com>,
Stuart Hayes <stuart.w.hayes@gmail.com>,
Keith Busch <kbusch@kernel.org>,
linux-kernel@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH 0/3] PCI/portdrv: Squash into portdrv.c
Date: Mon, 24 Oct 2022 15:15:21 -0500 [thread overview]
Message-ID: <20221024201521.GA587383@bhelgaas> (raw)
In-Reply-To: <20221019204127.44463-1-helgaas@kernel.org>
On Wed, Oct 19, 2022 at 03:41:24PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> The PCIe portdrv is split across portdrv_core.c and portdrv_pci.c, but
> neither is very big and it's a hassle to figure out which to look at.
>
> Squash them into a single portdrv.c file. Make functions static and
> non-exported when possible, and move some private things out of portdrv.h.
>
> Please comment.
>
> Bjorn Helgaas (3):
> PCI/portdrv: Squash into portdrv.c
> PCI/portdrv: Move private things to portdrv.c
> PCI/portdrv: Unexport pcie_port_service_register(),
> pcie_port_service_unregister()
>
> drivers/pci/pcie/Makefile | 2 +-
> .../pci/pcie/{portdrv_core.c => portdrv.c} | 263 +++++++++++++++++-
> drivers/pci/pcie/portdrv.h | 19 --
> drivers/pci/pcie/portdrv_pci.c | 252 -----------------
> 4 files changed, 253 insertions(+), 283 deletions(-)
> rename drivers/pci/pcie/{portdrv_core.c => portdrv.c} (69%)
> delete mode 100644 drivers/pci/pcie/portdrv_pci.c
I applied these to pci/portdrv for v6.2 with Reviewed-Bys from
Christoph and Keith. Thanks for taking a look!
Bjorn
prev parent reply other threads:[~2022-10-24 22:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 20:41 [PATCH 0/3] PCI/portdrv: Squash into portdrv.c Bjorn Helgaas
2022-10-19 20:41 ` [PATCH 1/3] " Bjorn Helgaas
2022-10-20 8:33 ` Christoph Hellwig
2022-10-19 20:41 ` [PATCH 2/3] PCI/portdrv: Move private things to portdrv.c Bjorn Helgaas
2022-10-20 8:33 ` Christoph Hellwig
2022-10-19 20:41 ` [PATCH 3/3] PCI/portdrv: Unexport pcie_port_service_register(), pcie_port_service_unregister() Bjorn Helgaas
2022-10-20 8:34 ` Christoph Hellwig
2022-10-19 20:44 ` [PATCH 0/3] PCI/portdrv: Squash into portdrv.c Keith Busch
2022-10-24 20:15 ` Bjorn Helgaas [this message]
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=20221024201521.GA587383@bhelgaas \
--to=helgaas@kernel.org \
--cc=bhelgaas@google.com \
--cc=jan.kiszka@siemens.com \
--cc=kbusch@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=sr@denx.de \
--cc=stuart.w.hayes@gmail.com \
/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