aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12scsi: core: remove dummy q->dev checkStanley Chu1-2/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+1
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche1-5/+1
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-08scsi: core: Synchronize request queue PM status only on successful resumeStanley Chu1-11/+15
2018-09-26block: Move power management code into a new source fileBart Van Assche1-0/+1
2016-02-19scsi: Set request queue runtime PM status back to active on resumeMika Westerberg1-0/+10
2015-12-10Revert "SCSI: Fix NULL pointer dereference in runtime PM"Ken Xue1-10/+10
2015-08-18SCSI: Fix NULL pointer dereference in runtime PMAlan Stern1-11/+11
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-10/+0
2014-04-10scsi: async sd resumeDan Williams1-29/+99
2013-12-16[SCSI] sr: use block layer runtime PMAaron Lu1-46/+16
2013-10-25[SCSI] sd: Add error handling during flushing cachesOliver Neukum1-1/+2
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-8/+3
2013-05-06[SCSI] sd: change to auto suspend modeLin Ming1-13/+71
2012-11-30[SCSI] scsi_pm: use callbacks from dev_pm_ops for scsi devicesAaron Lu1-33/+53
2012-11-30[SCSI] Revert "[SCSI] runtime resume parent for child's system-resume"Aaron Lu1-10/+1
2012-11-30[SCSI] Revert "[SCSI] scsi_pm: set device runtime state before parent suspended"Aaron Lu1-12/+11
2012-07-20[SCSI] scsi_pm: set device runtime state before parent suspendedLin Ming1-11/+12
2012-05-22[SCSI] scsi_pm: resume device if suspend failedAaron Lu1-1/+4
2012-05-17[SCSI] sd: limit the scope of the async probe domainDan Williams1-1/+1
2012-02-18[SCSI] scsi_pm: Fix bug in the SCSI power management handlerAlan Stern1-0/+16
2012-01-08[SCSI] runtime resume parent for child's system-resumeLin Ming1-1/+10
2012-01-08[SCSI] check runtime PM status in system PMLin Ming1-1/+15
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-4/+4
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-0/+110
2010-07-28[SCSI] convert to the new PM frameworkAlan Stern1-0/+96