Re: [PATCH] scsi: ufs-bsg: Wake the device before sending raw upiu commands

2019-10-18 Thread Martin K. Petersen
Avri, > The scsi async probe process is calling blk_pm_runtime_init for each > lun, and then those request queues are monitored by the block layer pm > engine (blk-pm.c). This is however, not the case for scsi-passthrough > queues, created by bsg_setup_queue(). > > So the ufs-bsg driver might s

[PATCH] scsi: ufs-bsg: Wake the device before sending raw upiu commands

2019-10-10 Thread Avri Altman
The scsi async probe process is calling blk_pm_runtime_init for each lun, and then those request queues are monitored by the block layer pm engine (blk-pm.c). This is however, not the case for scsi-passthrough queues, created by bsg_setup_queue(). So the ufs-bsg driver might send various commands