linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c
@ 2018-03-13 22:26 Bjorn Helgaas
  2018-03-13 22:26 ` [PATCH v1 1/4] PCI/VPD: Move VPD access code to vpd.c Bjorn Helgaas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bjorn Helgaas @ 2018-03-13 22:26 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-kernel

This is strictly cleanup, not intended to change or fix anything.

Move all the VPD-related code and structures to drivers/pci/vpd.c.

---

Bjorn Helgaas (4):
      PCI/VPD: Move VPD access code to vpd.c
      PCI/VPD: Move VPD sysfs code to vpd.c
      PCI/VPD: Move VPD quirks to vpd.c
      PCI/VPD: Move VPD structures to vpd.c


 drivers/pci/access.c    |  368 ------------------------------
 drivers/pci/pci-sysfs.c |   67 -----
 drivers/pci/pci.h       |   19 --
 drivers/pci/quirks.c    |  121 ----------
 drivers/pci/vpd.c       |  573 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 578 insertions(+), 570 deletions(-)

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

end of thread, other threads:[~2018-03-19 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 22:26 [PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c Bjorn Helgaas
2018-03-13 22:26 ` [PATCH v1 1/4] PCI/VPD: Move VPD access code to vpd.c Bjorn Helgaas
2018-03-13 22:26 ` [PATCH v1 2/4] PCI/VPD: Move VPD sysfs " Bjorn Helgaas
2018-03-13 22:26 ` [PATCH v1 3/4] PCI/VPD: Move VPD quirks " Bjorn Helgaas
2018-03-13 22:27 ` [PATCH v1 4/4] PCI/VPD: Move VPD structures " Bjorn Helgaas
2018-03-19 18:50 ` [PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c Bjorn Helgaas

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