This patch series enhances debug logs for pm80xx HW events, and provides a minor fix in the case of a hard reset. The log enhancement involves changing the log severity level to enable logging for HW events which consequently help debug disk discovery issues. 1. Changed log severity level from MSG to EVENT for HW events. Enhanced the HW event logs by adding the phyid. 2. Enabled INIT logging. 3. Log portid along with the PHY_UP event. 4. Print phyid and portid sent as part of device registration request. 5. Log port state during HW events. 6. Update phy_state and phy_attached to correct values after a hard reset. Akshat Jain (5): scsi: pm80xx: Enable init logging scsi: pm80xx: Print port_id in hardware events scsi: pm80xx: Log phyid and portid device register request scsi: pm80xx: Log port state during HW event scsi: pm80xx: Log some HW events by default Changyuan Lyu (1): scsi: pm80xx: Update PHY state after hard reset drivers/scsi/pm8001/pm8001_init.c | 3 +- drivers/scsi/pm8001/pm8001_sas.h | 1 + drivers/scsi/pm8001/pm80xx_hwi.c | 126 +++++++++++++++++++----------- 3 files changed, 85 insertions(+), 45 deletions(-) -- 2.40.0.634.g4ca3ef3211-goog