public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] hisi_sas: Misc fixes and other more minor patches
@ 2019-01-25 14:22 John Garry
  2019-01-25 14:22 ` [PATCH 01/13] scsi: hisi_sas: No need to check return value of debugfs_create functions John Garry
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: John Garry @ 2019-01-25 14:22 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linux-scsi, linuxarm, linux-kernel, John Garry

This series includes a misc assortment of fixes found during testing.

Also includes is some debugfs tidy-up and a patch missed from original
upstreaming.

John Garry (5):
  scsi: hisi_sas: No need to check return value of debugfs_create
    functions
  scsi: hisi_sas: Fix type casting and missing static qualifier in
    debugfs code
  scsi: hisi_sas: Some misc tidy-up
  scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL
    scsi_cmnd
  scsi: hisi_sas: Add missing seq_printf() call in
    hisi_sas_show_row_32()

Luo Jiaxing (3):
  scsi: hisi_sas: Add debugfs ITCT file and add file operations
  scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
  scsi: hisi_sas: Correct memory allocation size for DQ debugfs

Xiang Chen (4):
  scsi: hisi_sas: send primitive NOTIFY to SSP situation only
  scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
  scsi: hisi_sas: remove the check of sas_dev status in
    hisi_sas_I_T_nexus_reset()
  scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()

Xiaofei Tan (1):
  scsi: hisi_sas: Fix losing directly attached disk when hot-plug

 drivers/scsi/hisi_sas/hisi_sas.h       |  19 ++--
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 199 ++++++++++++++++++++-------------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |   4 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  13 ++-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c |  48 +++++---
 5 files changed, 179 insertions(+), 104 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2019-01-29  6:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25 14:22 [PATCH 00/13] hisi_sas: Misc fixes and other more minor patches John Garry
2019-01-25 14:22 ` [PATCH 01/13] scsi: hisi_sas: No need to check return value of debugfs_create functions John Garry
2019-01-25 14:22 ` [PATCH 02/13] scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs code John Garry
2019-01-25 14:22 ` [PATCH 03/13] scsi: hisi_sas: Add debugfs ITCT file and add file operations John Garry
2019-01-25 14:22 ` [PATCH 04/13] scsi: hisi_sas: send primitive NOTIFY to SSP situation only John Garry
2019-01-25 14:22 ` [PATCH 05/13] scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned John Garry
2019-01-25 14:22 ` [PATCH 06/13] scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset() John Garry
2019-01-25 14:22 ` [PATCH 07/13] scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc() John Garry
2019-01-25 14:22 ` [PATCH 08/13] scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G John Garry
2019-01-25 14:22 ` [PATCH 09/13] scsi: hisi_sas: Fix losing directly attached disk when hot-plug John Garry
2019-01-25 14:22 ` [PATCH 10/13] scsi: hisi_sas: Correct memory allocation size for DQ debugfs John Garry
2019-01-25 14:22 ` [PATCH 11/13] scsi: hisi_sas: Some misc tidy-up John Garry
2019-01-25 14:22 ` [PATCH 12/13] scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd John Garry
2019-01-25 14:22 ` [PATCH 13/13] scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() John Garry
2019-01-29  6:43 ` [PATCH 00/13] hisi_sas: Misc fixes and other more minor patches Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox