mbox series

[v2,0/2] Reduce ATA disk resume time

Message ID 20220629235606.2787919-1-bvanassche@acm.org
Headers show
Series Reduce ATA disk resume time | expand

Message

Bart Van Assche June 29, 2022, 11:56 p.m. UTC
Hi Martin,

Recently it was reported that patch "scsi: core: pm: Rely on the device driver
core for async power management" causes resuming to take longer if an ATA disk
is present. This patch series fixes that regression. Please consider this
patch series for kernel v5.20.

Thanks,

Bart.

Changes compared to v1:
- Dropped patch "Retry after a delay if the device is becoming ready".

Bart Van Assche (2):
  scsi: core: Move the definition of SCSI_QUEUE_DELAY
  scsi: sd: Rework asynchronous resume support

 drivers/scsi/scsi_lib.c | 14 ++++----
 drivers/scsi/sd.c       | 79 +++++++++++++++++++++++++++++++----------
 drivers/scsi/sd.h       |  5 +++
 3 files changed, 73 insertions(+), 25 deletions(-)