Loading
!13809 scsi: hisi_sas: Some fixes for hisi_sas
Merge Pull Request from: @xia-bing1
hisi_sas:
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
libsas:
This series is to solve the problem of a BUG() when adding phy with zero
address to a new port.
scsi: libsas: Add helper for port add ex_phy
scsi: libsas: Move sas_add_parent_port() to sas_expander.c
scsi: libsas: Set port when ex_phy is added or deleted
scsi: libsas: Fix the failure of adding phy with zero-address to port
scsi:
Make the SCSI core retry the START STOP UNIT command if the device
reports that it has been powered on or that it has been reset.
scsi: sd: Retry START STOP UNIT commands
scsi: core: Allow passthrough to request midlayer retries
Link:https://gitee.com/openeuler/kernel/pulls/13809
Reviewed-by:
Yihang Li <liyihang9@huawei.com>
Reviewed-by:
Zhang Peng <zhangpeng362@huawei.com>
Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>