linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/9] PCI/portdrv: Squash into one file
@ 2018-06-08 20:12 Bjorn Helgaas
  2018-06-08 20:12 ` [PATCH v1 1/9] PCI/portdrv: Rename resume_iter() to prevent name collision Bjorn Helgaas
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Bjorn Helgaas @ 2018-06-08 20:12 UTC (permalink / raw)
  To: linux-pci; +Cc: Oza Pawandeep, linux-kernel

The portdrv code is scattered across several files, which makes it a bit of
a hassle to browse.  Consolidate it all in a single file.

This is all pure code moves; no functional changes intended.  Well, there
is a function rename, but it shouldn't change any behavior.

---

Bjorn Helgaas (9):
      PCI/portdrv: Rename resume_iter() to prevent name collision
      PCI/portdrv: Squash pieces of portdrv_core.c into portdrv_pci.c
      PCI/portdrv: Squash PM-related code into portdrv_pci.c
      PCI/portdrv: Squash device removal code into portdrv_pci.c
      PCI/portdrv: Squash lookup interfaces into portdrv_pci.c
      PCI/portdrv: Squash service driver registration into portdrv_pci.c
      PCI/portdrv: Move private definitions to portdrv_pci.c
      PCI/portdrv: Clean up whitespace
      PCI/portdrv: Rename portdrv_pci.c to portdrv.c


 drivers/pci/pcie/Makefile       |    6 
 drivers/pci/pcie/portdrv.c      |  822 +++++++++++++++++++++++++++++++++++++++
 drivers/pci/pcie/portdrv.h      |   15 -
 drivers/pci/pcie/portdrv_core.c |  578 ---------------------------
 drivers/pci/pcie/portdrv_pci.c  |  261 ------------
 5 files changed, 824 insertions(+), 858 deletions(-)
 create mode 100644 drivers/pci/pcie/portdrv.c
 delete mode 100644 drivers/pci/pcie/portdrv_core.c
 delete mode 100644 drivers/pci/pcie/portdrv_pci.c

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

end of thread, other threads:[~2018-06-11 13:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 20:12 [RFC PATCH v1 0/9] PCI/portdrv: Squash into one file Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 1/9] PCI/portdrv: Rename resume_iter() to prevent name collision Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 2/9] PCI/portdrv: Squash pieces of portdrv_core.c into portdrv_pci.c Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 3/9] PCI/portdrv: Squash PM-related code " Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 4/9] PCI/portdrv: Squash device removal " Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 5/9] PCI/portdrv: Squash lookup interfaces " Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 6/9] PCI/portdrv: Squash service driver registration " Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 7/9] PCI/portdrv: Move private definitions to portdrv_pci.c Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 8/9] PCI/portdrv: Clean up whitespace Bjorn Helgaas
2018-06-08 20:12 ` [PATCH v1 9/9] PCI/portdrv: Rename portdrv_pci.c to portdrv.c Bjorn Helgaas
     [not found] ` <20180608203810.GA19717@wunner.de>
     [not found]   ` <CAErSpo68YimHfzyLC6CqukPGb=5di6oMFth1rG3Ub3ZwVha7=g@mail.gmail.com>
2018-06-10 16:23     ` [RFC PATCH v1 0/9] PCI/portdrv: Squash into one file Lukas Wunner
2018-06-11 13:24       ` Bjorn Helgaas
2018-06-11  8:17 ` poza

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).