[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <152097990638.37832.15000151673990461303.stgit@bhelgaas-glaptop.roam.corp.google.com>
Date: Tue, 13 Mar 2018 17:26:14 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: linux-pci@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c
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(-)
Powered by blists - more mailing lists