| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: block: pm: Always set request queue runtime active in blk_post_runtime_... | Alan Stern | 2021-12-22 | 1 | -1/+1 |
* | scsi: Remove superfluous #include <linux/async.h> directives | Bart Van Assche | 2021-11-29 | 1 | -1/+0 |
* | scsi: core: pm: Only runtime resume if necessary | Bart Van Assche | 2021-10-16 | 1 | -55/+14 |
* | scsi: core: pm: Rely on the device driver core for async power management | Bart Van Assche | 2021-10-16 | 1 | -42/+2 |
* | scsi: block: pm: Simplify resume handling | Alan Stern | 2020-07-24 | 1 | -8/+2 |
* | scsi: pm: Balance pm_only counter of request queue during system resume | Can Guo | 2020-05-11 | 1 | -2/+8 |
* | scsi: core: remove dummy q->dev check | Stanley Chu | 2019-09-12 | 1 | -2/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-07-11 | 1 | -5/+1 |
|\ |
|
| * | scsi: sd: Rely on the driver core for asynchronous probing | Bart Van Assche | 2019-06-18 | 1 | -5/+1 |
| * | scsi: core: add SPDX tags to scsi midlayer files missing licensing information | Christoph Hellwig | 2019-05-21 | 1 | -0/+1 |
* | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | scsi: core: Synchronize request queue PM status only on successful resume | Stanley Chu | 2019-01-08 | 1 | -11/+15 |
* | block: Move power management code into a new source file | Bart Van Assche | 2018-09-26 | 1 | -0/+1 |
* | scsi: Set request queue runtime PM status back to active on resume | Mika Westerberg | 2016-02-19 | 1 | -0/+10 |
* | Revert "SCSI: Fix NULL pointer dereference in runtime PM" | Ken Xue | 2015-12-10 | 1 | -10/+10 |
* | SCSI: Fix NULL pointer dereference in runtime PM | Alan Stern | 2015-08-18 | 1 | -11/+11 |
* | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-15 | 1 | -10/+0 |
* | scsi: async sd resume | Dan Williams | 2014-04-10 | 1 | -29/+99 |
* | [SCSI] sr: use block layer runtime PM | Aaron Lu | 2013-12-16 | 1 | -46/+16 |
* | [SCSI] sd: Add error handling during flushing caches | Oliver Neukum | 2013-10-25 | 1 | -1/+2 |
* | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 2013-06-03 | 1 | -8/+3 |
* | [SCSI] sd: change to auto suspend mode | Lin Ming | 2013-05-06 | 1 | -13/+71 |
* | [SCSI] scsi_pm: use callbacks from dev_pm_ops for scsi devices | Aaron Lu | 2012-11-30 | 1 | -33/+53 |
* | [SCSI] Revert "[SCSI] runtime resume parent for child's system-resume" | Aaron Lu | 2012-11-30 | 1 | -10/+1 |
* | [SCSI] Revert "[SCSI] scsi_pm: set device runtime state before parent suspended" | Aaron Lu | 2012-11-30 | 1 | -12/+11 |
* | [SCSI] scsi_pm: set device runtime state before parent suspended | Lin Ming | 2012-07-20 | 1 | -11/+12 |
* | [SCSI] scsi_pm: resume device if suspend failed | Aaron Lu | 2012-05-22 | 1 | -1/+4 |
* | [SCSI] sd: limit the scope of the async probe domain | Dan Williams | 2012-05-17 | 1 | -1/+1 |
* | [SCSI] scsi_pm: Fix bug in the SCSI power management handler | Alan Stern | 2012-02-18 | 1 | -0/+16 |
* | [SCSI] runtime resume parent for child's system-resume | Lin Ming | 2012-01-08 | 1 | -1/+10 |
* | [SCSI] check runtime PM status in system PM | Lin Ming | 2012-01-08 | 1 | -1/+15 |
* | scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | PM / Runtime: Return special error code if runtime PM is disabled | Rafael J. Wysocki | 2011-07-02 | 1 | -4/+4 |
* | [SCSI] implement runtime Power Management | Alan Stern | 2010-07-28 | 1 | -0/+110 |
* | [SCSI] convert to the new PM framework | Alan Stern | 2010-07-28 | 1 | -0/+96 |