Message ID | 20230921180758.955317-1-dlemoal@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix libata suspend/resume handling and code cleanup | expand |
Damien, > The first 9 patches of this series fix several issues with > suspend/resume power management operations in scsi and libata. The > most significant changes introduced are in patch 4 and 5, where the > manage_start_stop flag of scsi devices is split into the > manage_system_start_stop and manage_runtime_start_stop flags to allow > keeping scsi runtime power operations for spining up/down ATA devices > but have libata do its own system suspend/resume device power state > management using EH. Cosmetic nits aside, no objections from me. Glad to finally see the ATA-SCSI binding established! Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>