aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power
AgeCommit message (Expand)AuthorFilesLines
2012-02-09PM / Freezer / Docs: Document the beauty of freeze/thaw semanticsSrivatsa S. Bhat1-0/+21
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-32/+61
2012-01-19PM / Documentation: Fix minor issue in freezing_of_tasks.txtViresh Kumar1-4/+4
2012-01-19PM / Documentation: Fix spelling mistake in basic-pm-debugging.txtViresh Kumar1-1/+1
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+163
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+1
2012-01-04Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne...Anton Vorontsov9-29/+435
2012-01-04power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim1-0/+14
2012-01-04power_supply: Add initial Charger-Manager driverDonggeun Kim1-0/+149
2011-12-21PM: Run the driver callback directly if the subsystem one is not thereRafael J. Wysocki2-78/+89
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki2-58/+93
2011-12-08PM / Sleep: Recommend [un]lock_system_sleep() over using pm_mutex directlySrivatsa S. Bhat1-0/+25
2011-12-05regulator: Fix regulator_register() API signature in DocumentationRajendra Nayak1-1/+1
2011-11-28PM / Sleep: Update documentation related to system wakeupRafael J. Wysocki1-22/+38
2011-11-28PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki1-5/+6
2011-11-28PM / Sleep: Correct inaccurate information in devices.txtRafael J. Wysocki1-4/+3
2011-11-28PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki2-26/+45
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-6/+6
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo1-1/+1
2011-11-04PM / Runtime: Automatically retry failed autosuspendsAlan Stern1-0/+10
2011-11-04PM / Sleep: Update freezer documentationSrivatsa S. Bhat1-4/+4
2011-11-01Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulatorLinus Torvalds1-6/+13
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+405
2011-10-22PM / Documentation: Update docs about suspend and CPU hotplugSrivatsa S. Bhat2-0/+277
2011-10-16PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki1-4/+0
2011-10-16PM: Update the policy on default wakeup settingsAlan Stern1-1/+3
2011-10-16PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu1-0/+24
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-7/+12
2011-10-10PM / Runtime: Update document about callbacksMing Lei1-7/+12
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki1-5/+87
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-0/+2
2011-10-07regulator: Clarify documentation for regulator-regulator suppliesMark Brown1-2/+9
2011-10-07regulator: Fix some bitrot in the machine driver documentationMark Brown1-4/+4
2011-10-04PM / QoS: Update Documentation for the pm_qos and dev_pm_qos frameworksJean Pihet1-5/+87
2011-09-27doc: fix broken referencesPaul Bolle2-2/+3
2011-09-21PM / Runtime: pm_runtime_idle() can be called in atomic contextMing Lei1-0/+1
2011-08-25PM / Runtime: Correct documentation of pm_runtime_irq_safe()Rafael J. Wysocki1-2/+1
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-0/+1
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-5/+5
2011-07-15Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2-78/+125
2011-07-15Merge branch 'pm-domains' into for-linusRafael J. Wysocki2-6/+34
2011-07-15PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+2
2011-07-12PM / Runtime: Add new helper function: pm_runtime_status_suspended()Kevin Hilman1-0/+3
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-65/+65
2011-07-06PM / Runtime: Improve documentation of enable, disable and barrierRafael J. Wysocki1-4/+14
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki1-0/+21
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-2/+4
2011-07-02PM / Runtime: Update documentation of interactions with system sleepRafael J. Wysocki2-11/+22
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki1-2/+30
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-4/+4
2011-07-02PM / Runtime: Update documentation regarding driver removalRafael J. Wysocki1-5/+21
2011-07-02PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.Kevin Hilman1-1/+1
2011-06-21PM / Domains: Update documentationRafael J. Wysocki1-27/+14
2011-06-21PM: Update documentation regarding sysdevsRafael J. Wysocki1-26/+0
2011-06-21PM / Runtime: Update doc: usage count no longer incremented across system PMKevin Hilman1-5/+0
2011-05-27regulator: Remove supply_regulator_dev from machine configurationMark Brown1-2/+2
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2-33/+32
2011-03-31Fix common misspellingsLucas De Marchi5-9/+9
2011-03-15PM: Documentation/power/states.txt: fix repetitionAlexandre Courbot1-6/+6
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2-23/+19
2011-03-15PM: Add support for device power domainsRafael J. Wysocki1-1/+44
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki1-10/+10
2010-12-24PM: Fix references to basic-pm-debugging.txt in drivers-testing.txtJon Mason1-4/+4
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern1-0/+31
2010-12-16PM / Runtime: Fix pm_runtime_suspended()Rafael J. Wysocki1-2/+2
2010-11-11PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown1-0/+3
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2-0/+377
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+7
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern1-7/+183
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern1-0/+37
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki1-1/+1
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-1/+2
2010-09-01regulator: Update e-mail address for Liam GirdwoodMark Brown1-1/+1
2010-08-04Documentation: update broken web addresses.Justin P. Mattock3-9/+8
2010-07-19update email addressPavel Machek1-1/+1
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-266/+992
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-9/+9
2010-05-18PM/PCI: Update PCI power management documentationRafael J. Wysocki1-266/+992
2010-05-10PM QOS updateMark Gross1-23/+25
2010-05-10PM / Hibernate: document open(/dev/snapshot) side effectsPavel Machek1-0/+4
2010-05-10PM: Improve device power management documentAlan Stern1-428/+383
2010-05-10PM: Update device power management documentRafael J. Wysocki1-267/+431
2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue3-9/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki1-0/+65
2010-03-06PM / Runtime: Document power.runtime_auto and related functionsRafael J. Wysocki1-0/+28
2010-02-05doc: fix leve -> level typo in pm-runtime docThadeu Lima de Souza Cascardo1-1/+1
2009-12-22PM: Runtime PM documentation updateAlan Stern1-0/+50
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-86/+87
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-06PM: Add flag for devices capable of generating run-time wake-up eventsRafael J. Wysocki1-2/+5
2009-12-06PM / Runtime: Make documentation of runtime_idle() agree with the codeRafael J. Wysocki1-2/+3
2009-12-04doc: fix regulator docs cut-and-pasteismDr. David Alan Gilbert1-1/+1
2009-09-23Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+7
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov1-0/+378
2009-09-22regulator: Add some brief design documentationMark Brown1-0/+33
2009-09-22regulator: fix typosWolfram Sang1-2/+2
2009-09-22regulator: update a filename in documentationWolfram Sang1-1/+1
2009-09-22Fix some regulator documentationLinus Walleij2-3/+4
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki1-0/+378
2009-07-02power_supply: Add a charge_type property, and use it for olpc driverAndres Salomon1-0/+5
2009-07-01Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"Andres Salomon1-0/+2
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-29/+5
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante4-4/+4
2008-10-16pm: document use of RTC in pm_traceFrans Pop1-0/+18
2008-10-13regulator: core - Rework machine API to remove string based functions.Liam Girdwood2-78/+70
2008-08-05pm_qos: spelling fixesRichard Hughes1-1/+6
2008-08-01Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+484
2008-07-30regulator: documentation - machineLiam Girdwood1-0/+101
2008-07-30regulator: documentation - regulator driverLiam Girdwood1-0/+30
2008-07-30regulator: documentation - consumer interfaceLiam Girdwood1-0/+182
2008-07-30regulator: documentation - overviewLiam Girdwood1-0/+171
2008-07-30Merge branch 'master' of /home/cbou/linux-2.6Anton Vorontsov3-259/+34
2008-07-24pm: remove obsolete piece of PM documentationRafael J. Wysocki3-259/+34
2008-05-13power_supply: add CHARGE_COUNTER property and olpc_battery support for itAndres Salomon1-0/+4
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki1-0/+5
2008-03-12documentation: Move power-related files to Documentation/power/Randy Dunlap4-0/+491
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-5/+8
2008-02-07PM: documentation cleanupsPavel Machek1-0/+5
2008-02-01PM: Remove obsolete /sys/devices/.../power/state docsDavid Brownell1-49/+0
2008-02-01PM: Suspend/hibernation debug documentation update (rev. 2)Rafael J. Wysocki2-72/+174
2008-02-01Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern1-0/+8
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki1-5/+5
2008-02-01Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki1-13/+13
2008-02-01Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki1-12/+2
2008-02-01Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki1-18/+6
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki1-7/+5
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon1-2/+2
2007-10-18freezer: do not send signals to kernel threadsRafael J. Wysocki1-12/+19
2007-10-18freezer: document relationship with memory shrinkingRafael J. Wysocki1-2/+11
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-1/+1
2007-10-17Add Documentation/power/00-INDEXRob Landley1-0/+34
2007-10-17Fix wrong filename reference in drivers-testing.txtRalf Baechle1-2/+2
2007-07-21Documentation:reference notifiers.txt in freezing-of-tasks.txtOliver Neukum1-3/+5
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki1-0/+50
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki3-54/+164
2007-07-12USB: add USB-Persist facilityAlan Stern1-0/+3
2007-07-11PCI: remove useless pci driver methodDavid Brownell1-37/+0
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-12/+14
2007-05-09documentation: convert the Documentation directory to UTF-8John Anthony Kazos Jr1-1/+1
2007-05-08Documentation: Ask driver writers to provide PM supportRafael J. Wysocki2-0/+148
2007-05-07power management: change /sys/power/disk displayJohannes Berg1-2/+6
2007-05-02PCI Documentation: power/pci.txt fix copy/paste errorRandy Dunlap1-1/+1
2007-04-30power management: remove firmware disk modeJohannes Berg3-31/+17
2007-03-26PCI: Fix up PCI power management docJonathan Corbet1-10/+7
2006-12-07[PATCH] s2ram debugging documentationPavel Machek1-0/+56
2006-12-07[PATCH] swsusp: update userland interface documentationRafael J. Wysocki2-19/+63
2006-12-07[PATCH] swsusp: document support for swap filesRafael J. Wysocki2-13/+59
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-11-30Fix typos in /Documentation : MiscMatt LaPlante2-3/+3
2006-11-03[PATCH] swsusp: debuggingRafael J. Wysocki1-0/+13
2006-10-03Documentation: remove duplicated wordsPaolo Ornati1-1/+1
2006-10-03Fix typos in Documentation/: 'S'Matt LaPlante1-1/+1
2006-10-03Fix typos in Documentation/: 'N'-'P'Matt LaPlante2-2/+2
2006-10-03Fix typos in Documentation/: 'H'-'M'Matt LaPlante1-3/+3
2006-10-03Fix typos in Documentation/: 'D'-'E'Matt LaPlante1-1/+1
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-190/+535
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-0/+15
2006-09-25updated Documentation/power/devices.txtDavid Brownell1-190/+535
2006-06-23[PATCH] swsusp: documentation updatesPavel Machek2-3/+46
2006-06-21[PATCH] USB: correct the USB info in Documentation/power/swsusp.txtDavid Brownell1-14/+23
2006-06-21[PATCH] remove duplication from Documentation/power/devices.txtDavid Brownell1-90/+0
2006-04-28[PATCH] suspend: Documentation update for IBM Thinkpad X30Antonino A. Daplas1-1/+1
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki1-0/+149
2006-03-23[PATCH] swsusp: documentation updatesPavel Machek2-48/+77
2006-02-01[PATCH] swsusp: use bytes as image size unitsRafael J. Wysocki2-2/+2
2006-01-10spelling: s/usefull/useful/Adrian Bunk1-2/+2
2006-01-06[PATCH] swsusp: make image size limit tunableRafael J. Wysocki2-0/+16
2005-11-22[PATCH] kernel Doc/ URL correctionsRandy Dunlap1-1/+1
2005-11-07[PATCH] suspend-to-ram: update docsPavel Machek1-5/+12
2005-09-07[PATCH] swsusp: update documentationPavel Machek2-45/+57
2005-09-05[PATCH] swsusup with dm-crypt mini howtoAndreas Steinmetz1-0/+138
2005-09-05[PATCH] suspend: update documentationPavel Machek2-1/+15
2005-07-07[PATCH] video doc: one more system where video works with S3Pavel Machek1-0/+1
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds2-3/+2
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter2-4/+2
2005-06-25[PATCH] Update video-after-suspend documentationPavel Machek1-0/+3
2005-06-25[PATCH] suspend: PCI power managment reference implementationpavel@ucw.cz1-0/+38
2005-06-25[PATCH] acpi: fix video docsPavel Machek1-8/+11
2005-06-25[PATCH] swsusp: documentation updatesPavel Machek1-3/+81
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell1-21/+0
2005-05-03[PATCH] PCI: fix stale PCI pm docsPavel Machek1-33/+2
2005-04-16[PATCH] power/video.txt: update documentation with more systemsPavel Machek1-7/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds9-0/+1279