Hi Martin, For the UFS driver it is undesired that the SCSI power management core activates runtime suspended devices during system resume. This patch series leaves SCSI devices runtime suspended during system resume if these were runtime suspended before the system was suspended. Please consider this patch series for Linux kernel v5.16. Thanks, Bart. Bart Van Assche (3): scsi: pm: Rely on the device driver core for async power management scsi: sd: Rename sd_resume() into sd_resume_system() scsi: pm: Only runtime resume if necessary drivers/scsi/hosts.c | 1 + drivers/scsi/scsi.c | 8 --- drivers/scsi/scsi_pm.c | 105 +++++--------------------------------- drivers/scsi/scsi_priv.h | 4 +- drivers/scsi/scsi_scan.c | 17 ++++++ drivers/scsi/scsi_sysfs.c | 1 + drivers/scsi/sd.c | 18 +++++-- 7 files changed, 46 insertions(+), 108 deletions(-)