mbox series

[v2,0/2] mpi3mr: Add shost & device sysfs attributes

Message ID 20220517115310.13062-1-sreekanth.reddy@broadcom.com (mailing list archive)
Headers show
Series mpi3mr: Add shost & device sysfs attributes | expand

Message

Sreekanth Reddy May 17, 2022, 11:53 a.m. UTC
Added shost & device related sysfs attributes

Changes from v1:
Used sysfs_emit() instead of snprintf() api.

Sreekanth Reddy (2):
  mpi3mr: Add shost related sysfs attributes
  mpi3mr: Add target device related sysfs attributes

 drivers/scsi/mpi3mr/mpi3mr.h     |   1 +
 drivers/scsi/mpi3mr/mpi3mr_app.c | 263 ++++++++++++++++++++++++++++++-
 drivers/scsi/mpi3mr/mpi3mr_os.c  |   1 +
 3 files changed, 263 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen May 18, 2022, 1:11 a.m. UTC | #1
Sreekanth,

> Added shost & device related sysfs attributes

Applied to 5.19/scsi-staging, thanks!
Martin K. Petersen May 20, 2022, 1:09 a.m. UTC | #2
On Tue, 17 May 2022 17:23:08 +0530, Sreekanth Reddy wrote:

> Added shost & device related sysfs attributes
> 
> Changes from v1:
> Used sysfs_emit() instead of snprintf() api.
> 
> Sreekanth Reddy (2):
>   mpi3mr: Add shost related sysfs attributes
>   mpi3mr: Add target device related sysfs attributes
> 
> [...]

Applied to 5.19/scsi-queue, thanks!

[1/2] mpi3mr: Add shost related sysfs attributes
      https://git.kernel.org/mkp/scsi/c/e51e76edddb1
[2/2] mpi3mr: Add target device related sysfs attributes
      https://git.kernel.org/mkp/scsi/c/9feb5c4c3f95