mbox series

[v2,0/2] Some small fixes for hisi_sas

Message ID 20240402035513.2024241-1-chenxiang66@hisilicon.com (mailing list archive)
Headers show
Series Some small fixes for hisi_sas | expand

Message

chenxiang April 2, 2024, 3:55 a.m. UTC
From: Xiang Chen <chenxiang66@hisilicon.com>

This series contain two small fixes including:
- Handle the NCQ error returned by D2H frame;
- Correct the deadline value for ata_wait_after_reset() in
function hisi_sas_debug_I_T_nexus_reset();

Chang Log v1 -> v2:
- Add one blank line after declaration;
- Keep the line which fits in 80 chars in one line;
- Directly use jiffies + HISI_SAS_WAIT_PHYUP_TIMEOUT in stead
of using ata_deadline();

Xiang Chen (2):
  scsi: hisi_sas: Handle the NCQ error returned by D2H frame
  scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()

 drivers/scsi/hisi_sas/hisi_sas_main.c  |  2 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen April 6, 2024, 1:58 a.m. UTC | #1
On Tue, 02 Apr 2024 11:55:11 +0800, chenxiang wrote:

> This series contain two small fixes including:
> - Handle the NCQ error returned by D2H frame;
> - Correct the deadline value for ata_wait_after_reset() in
> function hisi_sas_debug_I_T_nexus_reset();
> 
> Chang Log v1 -> v2:
> - Add one blank line after declaration;
> - Keep the line which fits in 80 chars in one line;
> - Directly use jiffies + HISI_SAS_WAIT_PHYUP_TIMEOUT in stead
> of using ata_deadline();
> 
> [...]

Applied to 6.9/scsi-fixes, thanks!

[1/2] scsi: hisi_sas: Handle the NCQ error returned by D2H frame
      https://git.kernel.org/mkp/scsi/c/358e919a351f
[2/2] scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()
      https://git.kernel.org/mkp/scsi/c/0098c55e0881