mbox series

[v2,0/8] pm80xx updates.

Message ID 20210109123849.17098-1-Viswas.G@microchip.com
Headers show
Series pm80xx updates. | expand

Message

Viswas G Jan. 9, 2021, 12:38 p.m. UTC
This patch set include some bug fixes and enhancements for pm80xx driver.

Changes from v1:
	Corrected email id.

Bhavesh Jashnani (1):
  pm80xx: Simultaneous poll for all FW readiness.

Vishakha Channapattan (2):
  pm80xx: Log SATA IOMB completion status on failure.
  pm80xx: Add sysfs attribute for ioc health

Viswas G (1):
  pm80xx: fix driver fatal dump failure.

akshatzen (4):
  pm80xx: No busywait in MPI init check
  pm80xx: check fatal error
  pm80xx: check main config table address
  pm80xx: fix missing tag_free in NVMD DATA req

 drivers/scsi/pm8001/pm8001_ctl.c  |  42 ++++++++
 drivers/scsi/pm8001/pm8001_hwi.c  |  15 ++-
 drivers/scsi/pm8001/pm8001_init.c |  11 ++-
 drivers/scsi/pm8001/pm8001_sas.c  |   9 ++
 drivers/scsi/pm8001/pm8001_sas.h  |   2 +
 drivers/scsi/pm8001/pm80xx_hwi.c  | 202 ++++++++++++++++++++++++--------------
 drivers/scsi/pm8001/pm80xx_hwi.h  |  17 +++-
 7 files changed, 216 insertions(+), 82 deletions(-)

Comments

Martin K. Petersen Jan. 13, 2021, 5:06 a.m. UTC | #1
Viswas,

> This patch set include some bug fixes and enhancements for pm80xx

> driver.


Applied #1-#7 to 5.12/scsi-staging.

The health monitoring patch needs a rework. We only print one value per
file in sysfs. I.e. you'll need to create separate sysfs files for each
of the fields you want to monitor.

Thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen Jan. 15, 2021, 4:08 a.m. UTC | #2
On Sat, 9 Jan 2021 18:08:41 +0530, Viswas G wrote:

> This patch set include some bug fixes and enhancements for pm80xx driver.

> 

> Changes from v1:

> 	Corrected email id.

> 

> Bhavesh Jashnani (1):

>   pm80xx: Simultaneous poll for all FW readiness.

> 

> [...]


Applied to 5.12/scsi-queue, thanks!

[1/8] pm80xx: No busywait in MPI init check
      https://git.kernel.org/mkp/scsi/c/d71023af4bec
[2/8] pm80xx: check fatal error
      https://git.kernel.org/mkp/scsi/c/a961ea0afd63
[3/8] pm80xx: check main config table address
      https://git.kernel.org/mkp/scsi/c/95652f98b1da
[4/8] pm80xx: fix missing tag_free in NVMD DATA req
      https://git.kernel.org/mkp/scsi/c/5d28026891c7
[5/8] pm80xx: fix driver fatal dump failure.
      https://git.kernel.org/mkp/scsi/c/ec2e7e1afff5
[6/8] pm80xx: Simultaneous poll for all FW readiness.
      https://git.kernel.org/mkp/scsi/c/6b2f2d05b581
[7/8] pm80xx: Log SATA IOMB completion status on failure.
      https://git.kernel.org/mkp/scsi/c/4f608fbce54b

-- 
Martin K. Petersen	Oracle Linux Engineering