mbox series

[0/3] small pm80xx driver fixes

Message ID 20240607170639.3973949-1-tadamsjr@google.com (mailing list archive)
Headers show
Series small pm80xx driver fixes | expand

Message

TJ Adams June 7, 2024, 5:06 p.m. UTC
These are 3 small patches to prevent a kernel crash, prevent ncq from
being turned off accidentally, and change some logs' levels.

Igor Pylypiv (2):
  scsi: pm80xx: Set phy->enable_completion only when we wait for it
  scsi: pm80xx: Do not issue hard reset before NCQ EH

Terrence Adams (1):
  scsi: pm8001: Update log level when reading config table

 drivers/scsi/pm8001/pm8001_hwi.c | 11 +++++++++++
 drivers/scsi/pm8001/pm8001_sas.c |  4 +++-
 drivers/scsi/pm8001/pm80xx_hwi.c |  6 +++---
 3 files changed, 17 insertions(+), 4 deletions(-)