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