| Commit message (Expand) | Author | Age | Files | Lines |
* | PM: Move disabling/enabling runtime PM to late suspend/early resume | Rafael J. Wysocki | 2013-01-06 | 1 | -4/+5 |
* | PM: Run the driver callback directly if the subsystem one is not there | Rafael J. Wysocki | 2011-12-21 | 1 | -62/+68 |
* | PM / Runtime: Make documentation follow the new behavior of irq_safe | Rafael J. Wysocki | 2011-11-28 | 1 | -5/+6 |
* | PM / Domains: Document how PM domains are used by the PM core | Rafael J. Wysocki | 2011-11-28 | 1 | -11/+18 |
* | PM / Runtime: Automatically retry failed autosuspends | Alan Stern | 2011-11-04 | 1 | -0/+10 |
* | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-16 | 1 | -7/+12 |
|\ |
|
| * | PM / Runtime: Update document about callbacks | Ming Lei | 2011-10-10 | 1 | -7/+12 |
* | | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | PM / Runtime: pm_runtime_idle() can be called in atomic context | Ming Lei | 2011-09-21 | 1 | -0/+1 |
| * | PM / Runtime: Add might_sleep() to runtime PM functions | Colin Cross | 2011-08-14 | 1 | -0/+1 |
* | | PM / Runtime: Correct documentation of pm_runtime_irq_safe() | Rafael J. Wysocki | 2011-08-25 | 1 | -2/+1 |
|/ |
|
* | PM / Runtime: Allow _put_sync() from interrupts-disabled context | Kevin Hilman | 2011-08-05 | 1 | -5/+5 |
* | PM / Runtime: Add new helper function: pm_runtime_status_suspended() | Kevin Hilman | 2011-07-12 | 1 | -0/+3 |
* | PM / Runtime: Replace "run-time" with "runtime" in documentation | Rafael J. Wysocki | 2011-07-06 | 1 | -65/+65 |
* | PM / Runtime: Improve documentation of enable, disable and barrier | Rafael J. Wysocki | 2011-07-06 | 1 | -4/+14 |
* | PM: Limit race conditions between runtime PM and system sleep (v2) | Rafael J. Wysocki | 2011-07-06 | 1 | -0/+21 |
* | PM / Runtime: Return special error code if runtime PM is disabled | Rafael J. Wysocki | 2011-07-02 | 1 | -2/+4 |
* | PM / Runtime: Update documentation of interactions with system sleep | Rafael J. Wysocki | 2011-07-02 | 1 | -8/+19 |
* | PM: Introduce generic "noirq" callback routines for subsystems (v2) | Rafael J. Wysocki | 2011-07-02 | 1 | -2/+30 |
* | PM / Runtime: Update documentation regarding driver removal | Rafael J. Wysocki | 2011-07-02 | 1 | -5/+21 |
* | PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist. | Kevin Hilman | 2011-07-02 | 1 | -1/+1 |
* | PM / Runtime: Update doc: usage count no longer incremented across system PM | Kevin Hilman | 2011-06-21 | 1 | -5/+0 |
* | PM: Make system-wide PM and runtime PM treat subsystems consistently | Rafael J. Wysocki | 2011-03-15 | 1 | -6/+7 |
* | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3) | Alan Stern | 2010-12-24 | 1 | -0/+31 |
* | PM / Runtime: Fix pm_runtime_suspended() | Rafael J. Wysocki | 2010-12-16 | 1 | -2/+2 |
* | PM / Runtime: Implement autosuspend support | Alan Stern | 2010-10-17 | 1 | -7/+183 |
* | PM / Runtime: Add no_callbacks flag | Alan Stern | 2010-10-17 | 1 | -0/+37 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ |
|
| * | doc: fix leve -> level typo in pm-runtime doc | Thadeu Lima de Souza Cascardo | 2010-02-05 | 1 | -1/+1 |
* | | PM: Provide generic subsystem-level callbacks | Rafael J. Wysocki | 2010-03-06 | 1 | -0/+65 |
* | | PM / Runtime: Document power.runtime_auto and related functions | Rafael J. Wysocki | 2010-03-06 | 1 | -0/+28 |
|/ |
|
* | PM: Runtime PM documentation update | Alan Stern | 2009-12-22 | 1 | -0/+50 |
* | PM / Runtime: Use device type and device class callbacks | Rafael J. Wysocki | 2009-12-22 | 1 | -86/+87 |
* | PM: Add flag for devices capable of generating run-time wake-up events | Rafael J. Wysocki | 2009-12-06 | 1 | -2/+5 |
* | PM / Runtime: Make documentation of runtime_idle() agree with the code | Rafael J. Wysocki | 2009-12-06 | 1 | -2/+3 |
* | PM: Introduce core framework for run-time PM of I/O devices (rev. 17) | Rafael J. Wysocki | 2009-08-23 | 1 | -0/+378 |