Re: [PATCH 0/8] hisi_sas: Misc patches

2020-09-08 Thread Martin K. Petersen
On Tue, 1 Sep 2020 19:13:02 +0800, John Garry wrote:

> This series contains some minor feature updates and general tidying:
> - Some new BIST features
> - Stop modifying previously unused fields in programmable link rate reg
> - Stop accessing some SSP task fields for SMP tasks
> - General minor tidying
> 
> Thanks!
> 
> [...]

Applied to 5.10/scsi-queue, thanks!

[1/8] scsi: hisi_sas: Avoid accessing to SSP task for SMP I/Os
  https://git.kernel.org/mkp/scsi/c/847e83552945
[2/8] scsi: hisi_sas: Modify macro name for OOB phy linkrate
  https://git.kernel.org/mkp/scsi/c/4b3a1f1feda6
[3/8] scsi: hisi_sas: Do not modify upper fields of PROG_PHY_LINK_RATE reg
  https://git.kernel.org/mkp/scsi/c/caeddc0453b9
[4/8] scsi: hisi_sas: Make phy index variable name consistent
  https://git.kernel.org/mkp/scsi/c/ca06f2cd01d0
[5/8] scsi: hisi_sas: Add BIST support for phy FFE
  https://git.kernel.org/mkp/scsi/c/2c4d582322ff
[6/8] scsi: hisi_sas: Add BIST support for fixed code pattern
  https://git.kernel.org/mkp/scsi/c/981cc23e741a
[7/8] scsi: hisi_sas: Add missing newlines
  https://git.kernel.org/mkp/scsi/c/b601577df68a
[8/8] scsi: hisi_sas: Code style cleanup
  https://git.kernel.org/mkp/scsi/c/26f84f9bc3ba

-- 
Martin K. Petersen  Oracle Linux Engineering


[PATCH 0/8] hisi_sas: Misc patches

2020-09-01 Thread John Garry
This series contains some minor feature updates and general tidying:
- Some new BIST features
- Stop modifying previously unused fields in programmable link rate reg
- Stop accessing some SSP task fields for SMP tasks
- General minor tidying

Thanks!

Luo Jiaxing (6):
  scsi: hisi_sas: Modify macro name for OOB phy linkrate
  scsi: hisi_sas: Do not modify upper fields of PROG_PHY_LINK_RATE reg
  scsi: hisi_sas: Make phy index variable name consistent
  scsi: hisi_sas: Add BIST support for phy FFE
  scsi: hisi_sas: Add BIST support for fixed code pattern
  scsi: hisi_sas: Some very minor tidying

Xiang Chen (2):
  scsi: hisi_sas: Avoid accessing to SSP task for SMP IOs
  scsi: hisi_sas: Add carriage returns to some prints

 drivers/scsi/hisi_sas/hisi_sas.h   |  35 ++
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 113 +++
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  24 ++--
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |   4 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 146 +++--
 5 files changed, 229 insertions(+), 93 deletions(-)

-- 
2.26.2