All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] scsi: use DEVICE_ATTR_*() macros to simplify code
@ 2021-06-16  3:44 Zhen Lei
  2021-06-16  3:44 ` [PATCH v2 1/4] scsi: qedi: use DEVICE_ATTR_RO macro Zhen Lei
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Zhen Lei @ 2021-06-16  3:44 UTC (permalink / raw)
  To: Nilesh Javali, Manish Rangankar, Saurav Kashyap, Javed Hasan,
	Kashyap Desai, Sumit Saxena, Shivasharan S,
	GR-QLogic-Storage-Upstream, megaraidlinux . pdl,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi
  Cc: Zhen Lei

v1 --> v2:
Combine these individual patches into a series.

Zhen Lei (4):
  scsi: qedi: use DEVICE_ATTR_RO macro
  scsi: qedf: use DEVICE_ATTR_RO macro
  scsi: megaraid_mbox: use DEVICE_ATTR_ADMIN_RO macro
  scsi: mvsas: use DEVICE_ATTR_RO/RW macro

 drivers/scsi/megaraid/megaraid_mbox.c | 18 ++++++++----------
 drivers/scsi/mvsas/mv_init.c          | 26 +++++++++-----------------
 drivers/scsi/qedf/qedf_attr.c         | 14 ++++++--------
 drivers/scsi/qedi/qedi_sysfs.c        | 14 +++++++-------
 4 files changed, 30 insertions(+), 42 deletions(-)

-- 
2.26.0.106.g9fadedd



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

end of thread, other threads:[~2021-06-23  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  3:44 [PATCH v2 0/4] scsi: use DEVICE_ATTR_*() macros to simplify code Zhen Lei
2021-06-16  3:44 ` [PATCH v2 1/4] scsi: qedi: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-22  6:40   ` Manish Rangankar
2021-06-16  3:44 ` [PATCH v2 2/4] scsi: qedf: " Zhen Lei
2021-06-16  3:44 ` [PATCH v2 3/4] scsi: megaraid_mbox: use DEVICE_ATTR_ADMIN_RO macro Zhen Lei
2021-06-16  3:44 ` [PATCH v2 4/4] scsi: mvsas: use DEVICE_ATTR_RO/RW macro Zhen Lei
2021-06-23  2:42 ` [PATCH v2 0/4] scsi: use DEVICE_ATTR_*() macros to simplify code Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.