[PATCH 0/5] hisi_sas/libsas: Some misc patches

John Garry posted 5 patches 3 years, 9 months ago
drivers/scsi/hisi_sas/hisi_sas_main.c  | 49 ++++++++++++--------------
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  2 --
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  2 --
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 16 +++++----
drivers/scsi/libsas/sas_init.c         |  4 +++
5 files changed, 36 insertions(+), 37 deletions(-)
[PATCH 0/5] hisi_sas/libsas: Some misc patches
Posted by John Garry 3 years, 9 months ago
Hi Martin,

This is just some random patches which I have collected for the hisi_sas
driver and libsas over the last cycle, described briefly as follows:
- Remove some duplication in slave_configure_v3_hw()
- Some DMA mapping API usage tidying
- v3 HW SATA completion error processing improvement
- For libsas, resume host when changing phy settings via sysfs - our test
  guys seem to find it useful.

Thanks in advance, John

John Garry (1):
  scsi: hisi_sas: Call hisi_sas_slave_configure() from
    slave_configure_v3_hw()

Xiang Chen (3):
  scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements
  scsi: hisi_sas: Relocate DMA unmap of SMP task
  scsi: libsas: Resume SAS host for phy reset or enable via sysfs

Xingui Yang (1):
  scsi: hisi_sas: Modify v3 HW SATA completion error processing

 drivers/scsi/hisi_sas/hisi_sas_main.c  | 49 ++++++++++++--------------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  2 --
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  2 --
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 16 +++++----
 drivers/scsi/libsas/sas_init.c         |  4 +++
 5 files changed, 36 insertions(+), 37 deletions(-)

-- 
2.35.3
Re: [PATCH 0/5] hisi_sas/libsas: Some misc patches
Posted by Martin K. Petersen 3 years, 8 months ago
On Fri, 15 Jul 2022 02:23:17 +0800, John Garry wrote:

> This is just some random patches which I have collected for the hisi_sas
> driver and libsas over the last cycle, described briefly as follows:
> - Remove some duplication in slave_configure_v3_hw()
> - Some DMA mapping API usage tidying
> - v3 HW SATA completion error processing improvement
> - For libsas, resume host when changing phy settings via sysfs - our test
>   guys seem to find it useful.
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[1/5] scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()
      https://git.kernel.org/mkp/scsi/c/eed9f513bf7f
[2/5] scsi: hisi_sas: Remove unnecessary variable to hold DMA map elements
      https://git.kernel.org/mkp/scsi/c/bc22f9c06c25
[3/5] scsi: hisi_sas: Relocate DMA unmap of SMP task
      https://git.kernel.org/mkp/scsi/c/f0902095a773
[4/5] scsi: hisi_sas: Modify v3 HW SATA completion error processing
      https://git.kernel.org/mkp/scsi/c/7e15334f5d25
[5/5] scsi: libsas: Resume SAS host for phy reset or enable via sysfs
      https://git.kernel.org/mkp/scsi/c/1e82e4627a79

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH 0/5] hisi_sas/libsas: Some misc patches
Posted by Martin K. Petersen 3 years, 9 months ago
John,

> This is just some random patches which I have collected for the hisi_sas
> driver and libsas over the last cycle, described briefly as follows:

Applied to 5.20/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering