aboutsummaryrefslogtreecommitdiff
path: root/Documentation/power
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Merge tag 'for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 1-7/+24
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoGravatar Rafael J. Wysocki 1-5/+2
2017-06-08power: supply: core: Add power_supply_prop_prechargeGravatar Liam Breck 1-7/+12
2017-06-08power: supply: core: Add power_supply_battery_info and APIGravatar Liam Breck 1-0/+12
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2017-04-19PM / runtime: Document autosuspend-helper side effectsGravatar Johan Hovold 1-3/+11
2017-04-19PM / runtime: Fix autosuspend documentationGravatar Johan Hovold 1-3/+2
2017-04-11docs-rst: fix usb cross-referencesGravatar Mauro Carvalho Chehab 1-1/+1
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-15/+4
2017-03-03Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'Gravatar Rafael J. Wysocki 2-15/+4
2017-02-23PM / QoS: Remove global notifiersGravatar Viresh Kumar 1-12/+1
2017-02-23PM / runtime: Fix some typosGravatar Christophe Jaillet 1-3/+3
2017-02-22Merge tag 'docs-4.11' of git://git.lwn.net/linuxGravatar Linus Torvalds 5-775/+3
2017-02-20Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2017-02-20Merge branch 'pm-opp'Gravatar Rafael J. Wysocki 1-36/+16
2017-02-18PM / Documentation: Spelling s/wrtie/write/Gravatar Geert Uytterhoeven 1-1/+1
2017-02-06PM / sleep / docs: Convert PM notifiers document to reSTGravatar Rafael J. Wysocki 4-59/+3
2017-02-06PM / core / docs: Convert sleep states API document to reSTGravatar Rafael J. Wysocki 1-716/+0
2017-01-30PM / OPP: Update Documentation to remove RCU specific bitsGravatar Viresh Kumar 1-36/+16
2017-01-30Merge back earlier suspend/hibernation changes for v4.11.Gravatar Rafael J. Wysocki 5-9/+21
2017-01-27Merge branches 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-3/+1
2017-01-20Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Gravatar Rafael J. Wysocki 1-3/+1
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-23/+53
2016-12-12Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-22/+40
2016-11-21PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flagGravatar Rafael J. Wysocki 1-1/+3
2016-11-21PM / sleep: System sleep state selection interface reworkGravatar Rafael J. Wysocki 1-22/+38
2016-10-24PM / doc: Update device documentation for devices in IRQ-safe PM domainsGravatar Lina Iyer 1-1/+13
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 4-8/+8
2016-10-06Merge tag 'for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 1-2/+2
2016-08-13PM / sleep: Update some system sleep documentationGravatar Rafael J. Wysocki 2-76/+102
2016-08-11power: move power supply drivers to power/supplyGravatar Sebastian Reichel 1-2/+2
2016-04-05PM / runtime: Document steps for device removalGravatar Krzysztof Kozlowski 1-0/+4
2016-01-12Merge branches 'pm-pci' and 'pm-core'Gravatar Rafael J. Wysocki 2-1/+7
2015-12-21PM / runtime: Add new helper for conditional usage count incrementationGravatar Rafael J. Wysocki 1-0/+6
2015-12-09PCI / PM: Fix small typo in documentationGravatar Jarkko Nikula 1-1/+1
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesGravatar Rafael J. Wysocki 1-13/+38
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+7
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterGravatar Vitaly Kuznetsov 1-3/+3
2015-07-21PM / sleep: Allow devices without runtime PM to do direct-completeGravatar Alan Stern 2-4/+7
2015-07-07PM / hibernate: clarify resume documentationGravatar Uwe Geuder 1-2/+11
2015-05-13PM / runtime: add note about re-calling in during device probe()Gravatar Ben Dooks 1-0/+6
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+6
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Gravatar Mark Brown 1-1/+1
2015-04-10Merge back earlier suspend/hibernate material for v4.1.Gravatar Rafael J. Wysocki 1-4/+6
2015-03-09regulator: Rename regulator_set_optimum_modeGravatar Bjorn Andersson 1-1/+1
2015-03-06genirq / PM: describe IRQF_COND_SUSPENDGravatar Mark Rutland 1-3/+13
2015-02-26PM / sleep: add configurable delay for pm_testGravatar Brian Norris 1-4/+6
2015-02-26genirq / PM: better describe IRQF_NO_SUSPEND semanticsGravatar Mark Rutland 1-2/+4
2015-01-30PM / sleep: Mention async suspend in PM_TRACE documentationGravatar Pavel Machek 1-0/+4
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+4