Message ID | 20201102165528.26510-1-Viswas.G@microchip.com.com |
---|---|
Headers | show |
Series | pm80xx updates | expand |
Viswas,
> This patch set include some bug fixes for pm80xx driver.
Applied to 5.11/scsi-staging, thanks!
On Mon, 2 Nov 2020 22:25:24 +0530, Viswas G wrote: > This patch set include some bug fixes for pm80xx driver. > > Changes from v2: > - Corrected commit message for make pm8001_mpi_get_nvmd_resp > free of race condition.patch. > > Changes from v1: > - Improved commit message for "make mpi_build_cmd locking > consistent.patch" > > [...] Applied to 5.11/scsi-queue, thanks! [1/4] scsi: pm80xx: Make mpi_build_cmd locking consistent https://git.kernel.org/mkp/scsi/c/7640e1eb8c5d [2/4] scsi: pm80xx: Make running_req atomic https://git.kernel.org/mkp/scsi/c/4a2efd4b89fc [3/4] scsi: pm80xx: Avoid busywait in FW ready check https://git.kernel.org/mkp/scsi/c/48cd6b38eb4f [4/4] scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race condition https://git.kernel.org/mkp/scsi/c/1f889b58716a -- Martin K. Petersen Oracle Linux Engineering
From: Viswas G <Viswas.G@microchip.com> This patch set include some bug fixes for pm80xx driver. Changes from v2: - Corrected commit message for make pm8001_mpi_get_nvmd_resp free of race condition.patch. Changes from v1: - Improved commit message for "make mpi_build_cmd locking consistent.patch" Viswas G (1): pm80xx: make running_req atomic. akshatzen (1): pm80xx: Avoid busywait in FW ready check. peter chang (1): pm80xx: make mpi_build_cmd locking consistent yuuzheng (1): pm80xx: make pm8001_mpi_get_nvmd_resp free of race condition. drivers/scsi/pm8001/pm8001_hwi.c | 86 +++++++++++++++++++------ drivers/scsi/pm8001/pm8001_init.c | 2 +- drivers/scsi/pm8001/pm8001_sas.c | 11 ++-- drivers/scsi/pm8001/pm8001_sas.h | 2 +- drivers/scsi/pm8001/pm80xx_hwi.c | 130 ++++++++++++++++++++++++++++++-------- drivers/scsi/pm8001/pm80xx_hwi.h | 6 ++ 6 files changed, 185 insertions(+), 52 deletions(-)