Re: [PATCH] scsi: sr: use block layer runtime PM

2013-09-05 Thread Aaron Lu
On 09/05/2013 10:25 PM, Alan Stern wrote: > On Thu, 5 Sep 2013, Aaron Lu wrote: > >> Migrate SCSI Optical Disk Drive(ODD) driver sr to make use of block >> layer runtime PM. Accordingly, the SCSI bus layer runtime PM callback is >> simplified as all SCSI devices that implement runtime PM are now r

Re: [PATCH] scsi: sr: use block layer runtime PM

2013-09-05 Thread Alan Stern
On Thu, 5 Sep 2013, Aaron Lu wrote: > Migrate SCSI Optical Disk Drive(ODD) driver sr to make use of block > layer runtime PM. Accordingly, the SCSI bus layer runtime PM callback is > simplified as all SCSI devices that implement runtime PM are now request > based. > > Signed-off-by: Aaron Lu > -

[PATCH] scsi: sr: use block layer runtime PM

2013-09-04 Thread Aaron Lu
Migrate SCSI Optical Disk Drive(ODD) driver sr to make use of block layer runtime PM. Accordingly, the SCSI bus layer runtime PM callback is simplified as all SCSI devices that implement runtime PM are now request based. Signed-off-by: Aaron Lu --- Note that due to ODD will be polled every 2 seco