public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] scsi: hisi_sas: Some fixes for hisi_sas
@ 2024-09-26  1:43 Yihang Li
  2024-09-26  1:43 ` [PATCH 01/13] scsi: hisi_sas: Adjust priority of registering and exiting debugfs for security Yihang Li
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Yihang Li @ 2024-09-26  1:43 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen; +Cc: linux-scsi, linuxarm, liyihang9

This series contains some fixes including:
- Adjust priority of registering and exiting debugfs for security;
- Create trigger_dump at the end of the debugfs initialization;
- Add firmware information check;
- Enable all PHYs that are not disabled by user during controller reset;
- Reset PHY again if phyup timeout;
- Check usage count only when the runtime PM status is RPM_SUSPENDING;
- Add cond_resched() for no forced preemption model;
- Default enable interrupt coalescing;
- Update disk locked timeout to 7 seconds;
- Add time interval between two H2D FIS following soft reset spec;
- Update v3 hw STP_LINK_TIMER setting;
- Create all dump files during debugfs initialization;
- Add latest_dump for the debugfs dump;

Xingui Yang (3):
  scsi: hisi_sas: Update disk locked timeout to 7 seconds
  scsi: hisi_sas: Add time interval between two H2D FIS following soft
    reset spec
  scsi: hisi_sas: Update v3 hw STP_LINK_TIMER setting

Yihang Li (10):
  scsi: hisi_sas: Adjust priority of registering and exiting debugfs for
    security
  scsi: hisi_sas: Create trigger_dump at the end of the debugfs
    initialization
  scsi: hisi_sas: Add firmware information check
  scsi: hisi_sas: Enable all PHYs that are not disabled by user during
    controller reset
  scsi: hisi_sas: Reset PHY again if phyup timeout
  scsi: hisi_sas: Check usage count only when the runtime PM status is
    RPM_SUSPENDING
  scsi: hisi_sas: Add cond_resched() for no forced preemption model
  scsi: hisi_sas: Default enable interrupt coalescing
  scsi: hisi_sas: Create all dump files during debugfs initialization
  scsi: hisi_sas: Add latest_dump for the debugfs dump

 drivers/scsi/hisi_sas/hisi_sas.h       |   1 +
 drivers/scsi/hisi_sas/hisi_sas_main.c  |  33 ++++-
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  18 +++
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  18 +++
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 187 ++++++++++++++++++-------
 5 files changed, 206 insertions(+), 51 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2024-09-29 17:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26  1:43 [PATCH 00/13] scsi: hisi_sas: Some fixes for hisi_sas Yihang Li
2024-09-26  1:43 ` [PATCH 01/13] scsi: hisi_sas: Adjust priority of registering and exiting debugfs for security Yihang Li
2024-09-26  1:43 ` [PATCH 02/13] scsi: hisi_sas: Create trigger_dump at the end of the debugfs initialization Yihang Li
2024-09-26  1:43 ` [PATCH 03/13] scsi: hisi_sas: Add firmware information check Yihang Li
2024-09-26 12:20   ` kernel test robot
2024-09-26 12:30   ` kernel test robot
2024-09-26 14:12   ` kernel test robot
2024-09-29 17:03   ` kernel test robot
2024-09-26  1:43 ` [PATCH 04/13] scsi: hisi_sas: Enable all PHYs that are not disabled by user during controller reset Yihang Li
2024-09-26  1:43 ` [PATCH 05/13] scsi: hisi_sas: Reset PHY again if phyup timeout Yihang Li
2024-09-26  1:43 ` [PATCH 06/13] scsi: hisi_sas: Check usage count only when the runtime PM status is RPM_SUSPENDING Yihang Li
2024-09-26  1:43 ` [PATCH 07/13] scsi: hisi_sas: Add cond_resched() for no forced preemption model Yihang Li
2024-09-26  1:43 ` [PATCH 08/13] scsi: hisi_sas: Default enable interrupt coalescing Yihang Li
2024-09-26  1:43 ` [PATCH 09/13] scsi: hisi_sas: Update disk locked timeout to 7 seconds Yihang Li
2024-09-26  1:43 ` [PATCH 10/13] scsi: hisi_sas: Add time interval between two H2D FIS following soft reset spec Yihang Li
2024-09-26  1:43 ` [PATCH 11/13] scsi: hisi_sas: Update v3 hw STP_LINK_TIMER setting Yihang Li
2024-09-26  1:43 ` [PATCH 12/13] scsi: hisi_sas: Create all dump files during debugfs initialization Yihang Li
2024-09-26  1:43 ` [PATCH 13/13] scsi: hisi_sas: Add latest_dump for the debugfs dump Yihang Li

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