This patchset introduces some misc bug fixes, improvements, and new features to the HiSilicon SAS driver. The new features include: - ECC and AXI bus fatal error handling for v2 hw - PHY (min and max) linkrate setting John Garry (1): hisi_sas: use atomic64_t for hisi_sas_device.running_req Xiang Chen (10): hisi_sas: add v2 hw support for ECC and AXI bus fatal error hisi_sas: alloc queue id of slot according to device id hisi_sas: only process broadcast change in phy_bcast_v2_hw() hisi_sas: fix port form bug in hisi_sas_port_notify_formed() hisi_sas: replace WARN_ON() with dev_warn() for internal abort hisi_sas: modify return value of hisi_sas_query_task() hisi_sas: delete repeated configuration in free_device_v2_hw() hisi_sas: modify some values in get_ata_protocol() hisi_sas: check SATA FIS when directly attaching SATA device hisi_sas: add PHY set linkrate support for v1 and v2 hw drivers/scsi/hisi_sas/hisi_sas.h | 9 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 37 ++- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 79 +++-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 539 +++++++++++++++++++++++++++++++-- 4 files changed, 599 insertions(+), 65 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html