[PATCH v2 0/3] PCI: pci-sysfs.c cleanup

From: Kelsey Skunberg
Date: Tue Aug 13 2019 - 16:57:49 EST


This series is designed to clean up device attributes and permissions in
pci-sysfs.c. Then move the sysfs SR-IOV functions from pci-sysfs.c to
iov.c for better organization. Patches build off of each other.

Patch 1: Define device attributes with DEVICE_ATTR*() instead of __ATTR*().

Patch 2: Change permissions from symbolic to the preferred octal.

Patch 3: Move sysfs SR-IOV functions to iov.c to keep the feature's code
together.

Changes since v1:
Add patch 1 and 2 to fix the way device attributes are defined
and change permissions from symbolic to octal. Patch 3 which moves
sysfs SR-IOV functions to iov.c will then apply cleaner.


Kelsey Skunberg (3):
PCI: sysfs: Define device attributes with DEVICE_ATTR*()
PCI: sysfs: Change permissions from symbolic to octal
PCI/IOV: Move sysfs SR-IOV functions to iov.c

drivers/pci/iov.c | 168 +++++++++++++++++++++++++++++++
drivers/pci/pci-sysfs.c | 217 ++++------------------------------------
drivers/pci/pci.h | 2 +-
3 files changed, 188 insertions(+), 199 deletions(-)

--
2.20.1