mbox series

[0/9] hisi_sas: some misc changes

Message ID 1527771050-200916-1-git-send-email-john.garry@huawei.com
Headers show
Series hisi_sas: some misc changes | expand

Message

John Garry May 31, 2018, 12:50 p.m. UTC
This patchset introduces some more minor misc changes to the driver.
Patches of note include:
- Pre-allocate slot DMA buffers
- some fixes for host reset handling

John Garry (2):
  scsi: hisi_sas: Add missing PHY spinlock init
  scsi: hisi_sas: Update a couple of register settings for v3 hw

Xiang Chen (2):
  scsi: hisi_sas: Use dmam_alloc_coherent()
  scsi: hisi_sas: Pre-allocate slot DMA buffers

Xiaofei Tan (5):
  scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
  scsi: hisi_sas: Fix the conflict between dev gone and host reset
  scsi: hisi_sas: Adjust task reject period during host reset
  scsi: hisi_sas: Add a flag to filter PHY events during reset
  scsi: hisi_sas: Release all remaining resources in clear nexus ha

 drivers/scsi/hisi_sas/hisi_sas.h       |  10 +-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 214 +++++++++++++++------------------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |   3 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |   3 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c |  16 ++-
 5 files changed, 122 insertions(+), 124 deletions(-)

-- 
1.9.1

Comments

Martin K. Petersen June 8, 2018, 1:42 a.m. UTC | #1
John,

> This patchset introduces some more minor misc changes to the driver.


Applied to 4.19/scsi-queue. Thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering