[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190813204513.4790-1-skunberg.kelsey@gmail.com>
Date: Tue, 13 Aug 2019 14:45:10 -0600
From: Kelsey Skunberg <skunberg.kelsey@...il.com>
To: bhelgaas@...gle.com, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
skunberg.kelsey@...il.com
Subject: [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
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
Powered by blists - more mailing lists