Commit 151f4e2b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Bjorn Helgaas

docs: power: convert docs to ReST and rename to *.rst

Convert the PM documents to ReST, in order to allow them to
build with Sphinx.

The conversion is actually:
  - add blank lines and indentation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarSrivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
parent 9595aee2
...@@ -5,7 +5,7 @@ Contact: linux-pm@vger.kernel.org ...@@ -5,7 +5,7 @@ Contact: linux-pm@vger.kernel.org
Description: Description:
The powercap/ class sub directory belongs to the power cap The powercap/ class sub directory belongs to the power cap
subsystem. Refer to subsystem. Refer to
Documentation/power/powercap/powercap.txt for details. Documentation/power/powercap/powercap.rst for details.
What: /sys/class/powercap/<control type> What: /sys/class/powercap/<control type>
Date: September 2013 Date: September 2013
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
For ARM64, ONLY "acpi=off", "acpi=on" or "acpi=force" For ARM64, ONLY "acpi=off", "acpi=on" or "acpi=force"
are available are available
See also Documentation/power/runtime_pm.txt, pci=noacpi See also Documentation/power/runtime_pm.rst, pci=noacpi
acpi_apic_instance= [ACPI, IOAPIC] acpi_apic_instance= [ACPI, IOAPIC]
Format: <int> Format: <int>
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
acpi_sleep= [HW,ACPI] Sleep options acpi_sleep= [HW,ACPI] Sleep options
Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig,
old_ordering, nonvs, sci_force_enable, nobl } old_ordering, nonvs, sci_force_enable, nobl }
See Documentation/power/video.txt for information on See Documentation/power/video.rst for information on
s3_bios and s3_mode. s3_bios and s3_mode.
s3_beep is for debugging; it makes the PC's speaker beep s3_beep is for debugging; it makes the PC's speaker beep
as soon as the kernel's real-mode entry point is called. as soon as the kernel's real-mode entry point is called.
...@@ -4108,7 +4108,7 @@ ...@@ -4108,7 +4108,7 @@
Specify the offset from the beginning of the partition Specify the offset from the beginning of the partition
given by "resume=" at which the swap header is located, given by "resume=" at which the swap header is located,
in <PAGE_SIZE> units (needed only for swap files). in <PAGE_SIZE> units (needed only for swap files).
See Documentation/power/swsusp-and-swap-files.txt See Documentation/power/swsusp-and-swap-files.rst
resumedelay= [HIBERNATION] Delay (in seconds) to pause before attempting to resumedelay= [HIBERNATION] Delay (in seconds) to pause before attempting to
read the resume files read the resume files
......
...@@ -95,7 +95,7 @@ flags - flags of the cpufreq driver ...@@ -95,7 +95,7 @@ flags - flags of the cpufreq driver
3. CPUFreq Table Generation with Operating Performance Point (OPP) 3. CPUFreq Table Generation with Operating Performance Point (OPP)
================================================================== ==================================================================
For details about OPP, see Documentation/power/opp.txt For details about OPP, see Documentation/power/opp.rst
dev_pm_opp_init_cpufreq_table - dev_pm_opp_init_cpufreq_table -
This function provides a ready to use conversion routine to translate This function provides a ready to use conversion routine to translate
......
...@@ -225,7 +225,7 @@ system-wide transition to a sleep state even though its :c:member:`runtime_auto` ...@@ -225,7 +225,7 @@ system-wide transition to a sleep state even though its :c:member:`runtime_auto`
flag is clear. flag is clear.
For more information about the runtime power management framework, refer to For more information about the runtime power management framework, refer to
:file:`Documentation/power/runtime_pm.txt`. :file:`Documentation/power/runtime_pm.rst`.
Calling Drivers to Enter and Leave System Sleep States Calling Drivers to Enter and Leave System Sleep States
...@@ -728,7 +728,7 @@ it into account in any way. ...@@ -728,7 +728,7 @@ it into account in any way.
Devices may be defined as IRQ-safe which indicates to the PM core that their Devices may be defined as IRQ-safe which indicates to the PM core that their
runtime PM callbacks may be invoked with disabled interrupts (see runtime PM callbacks may be invoked with disabled interrupts (see
:file:`Documentation/power/runtime_pm.txt` for more information). If an :file:`Documentation/power/runtime_pm.rst` for more information). If an
IRQ-safe device belongs to a PM domain, the runtime PM of the domain will be IRQ-safe device belongs to a PM domain, the runtime PM of the domain will be
disallowed, unless the domain itself is defined as IRQ-safe. However, it disallowed, unless the domain itself is defined as IRQ-safe. However, it
makes sense to define a PM domain as IRQ-safe only if all the devices in it makes sense to define a PM domain as IRQ-safe only if all the devices in it
...@@ -795,7 +795,7 @@ so on) and the final state of the device must reflect the "active" runtime PM ...@@ -795,7 +795,7 @@ so on) and the final state of the device must reflect the "active" runtime PM
status in that case. status in that case.
During system-wide resume from a sleep state it's easiest to put devices into During system-wide resume from a sleep state it's easiest to put devices into
the full-power state, as explained in :file:`Documentation/power/runtime_pm.txt`. the full-power state, as explained in :file:`Documentation/power/runtime_pm.rst`.
[Refer to that document for more information regarding this particular issue as [Refer to that document for more information regarding this particular issue as
well as for information on the device runtime power management framework in well as for information on the device runtime power management framework in
general.] general.]
......
...@@ -46,7 +46,7 @@ device is turned off while the system as a whole remains running, we ...@@ -46,7 +46,7 @@ device is turned off while the system as a whole remains running, we
call it a "dynamic suspend" (also known as a "runtime suspend" or call it a "dynamic suspend" (also known as a "runtime suspend" or
"selective suspend"). This document concentrates mostly on how "selective suspend"). This document concentrates mostly on how
dynamic PM is implemented in the USB subsystem, although system PM is dynamic PM is implemented in the USB subsystem, although system PM is
covered to some extent (see ``Documentation/power/*.txt`` for more covered to some extent (see ``Documentation/power/*.rst`` for more
information about system PM). information about system PM).
System PM support is present only if the kernel was built with System PM support is present only if the kernel was built with
......
============
APM or ACPI? APM or ACPI?
------------ ============
If you have a relatively recent x86 mobile, desktop, or server system, If you have a relatively recent x86 mobile, desktop, or server system,
odds are it supports either Advanced Power Management (APM) or odds are it supports either Advanced Power Management (APM) or
Advanced Configuration and Power Interface (ACPI). ACPI is the newer Advanced Configuration and Power Interface (ACPI). ACPI is the newer
...@@ -28,5 +30,7 @@ and be sure that they are started sometime in the system boot process. ...@@ -28,5 +30,7 @@ and be sure that they are started sometime in the system boot process.
Go ahead and start both. If ACPI or APM is not available on your Go ahead and start both. If ACPI or APM is not available on your
system the associated daemon will exit gracefully. system the associated daemon will exit gracefully.
apmd: http://ftp.debian.org/pool/main/a/apmd/ ===== =======================================
acpid: http://acpid.sf.net/ apmd http://ftp.debian.org/pool/main/a/apmd/
acpid http://acpid.sf.net/
===== =======================================
=================================
Debugging hibernation and suspend Debugging hibernation and suspend
=================================
(C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL (C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
1. Testing hibernation (aka suspend to disk or STD) 1. Testing hibernation (aka suspend to disk or STD)
===================================================
To check if hibernation works, you can try to hibernate in the "reboot" mode: To check if hibernation works, you can try to hibernate in the "reboot" mode::
# echo reboot > /sys/power/disk # echo reboot > /sys/power/disk
# echo disk > /sys/power/state # echo disk > /sys/power/state
and the system should create a hibernation image, reboot, resume and get back to and the system should create a hibernation image, reboot, resume and get back to
the command prompt where you have started the transition. If that happens, the command prompt where you have started the transition. If that happens,
...@@ -15,20 +19,21 @@ test at least a couple of times in a row for confidence. [This is necessary, ...@@ -15,20 +19,21 @@ test at least a couple of times in a row for confidence. [This is necessary,
because some problems only show up on a second attempt at suspending and because some problems only show up on a second attempt at suspending and
resuming the system.] Moreover, hibernating in the "reboot" and "shutdown" resuming the system.] Moreover, hibernating in the "reboot" and "shutdown"
modes causes the PM core to skip some platform-related callbacks which on ACPI modes causes the PM core to skip some platform-related callbacks which on ACPI
systems might be necessary to make hibernation work. Thus, if your machine fails systems might be necessary to make hibernation work. Thus, if your machine
to hibernate or resume in the "reboot" mode, you should try the "platform" mode: fails to hibernate or resume in the "reboot" mode, you should try the
"platform" mode::
# echo platform > /sys/power/disk # echo platform > /sys/power/disk
# echo disk > /sys/power/state # echo disk > /sys/power/state
which is the default and recommended mode of hibernation. which is the default and recommended mode of hibernation.
Unfortunately, the "platform" mode of hibernation does not work on some systems Unfortunately, the "platform" mode of hibernation does not work on some systems
with broken BIOSes. In such cases the "shutdown" mode of hibernation might with broken BIOSes. In such cases the "shutdown" mode of hibernation might
work: work::
# echo shutdown > /sys/power/disk # echo shutdown > /sys/power/disk
# echo disk > /sys/power/state # echo disk > /sys/power/state
(it is similar to the "reboot" mode, but it requires you to press the power (it is similar to the "reboot" mode, but it requires you to press the power
button to make the system resume). button to make the system resume).
...@@ -37,6 +42,7 @@ If neither "platform" nor "shutdown" hibernation mode works, you will need to ...@@ -37,6 +42,7 @@ If neither "platform" nor "shutdown" hibernation mode works, you will need to
identify what goes wrong. identify what goes wrong.
a) Test modes of hibernation a) Test modes of hibernation
----------------------------
To find out why hibernation fails on your system, you can use a special testing To find out why hibernation fails on your system, you can use a special testing
facility available if the kernel is compiled with CONFIG_PM_DEBUG set. Then, facility available if the kernel is compiled with CONFIG_PM_DEBUG set. Then,
...@@ -44,36 +50,38 @@ there is the file /sys/power/pm_test that can be used to make the hibernation ...@@ -44,36 +50,38 @@ there is the file /sys/power/pm_test that can be used to make the hibernation
core run in a test mode. There are 5 test modes available: core run in a test mode. There are 5 test modes available:
freezer freezer
- test the freezing of processes - test the freezing of processes
devices devices
- test the freezing of processes and suspending of devices - test the freezing of processes and suspending of devices
platform platform
- test the freezing of processes, suspending of devices and platform - test the freezing of processes, suspending of devices and platform
global control methods(*) global control methods [1]_
processors processors
- test the freezing of processes, suspending of devices, platform - test the freezing of processes, suspending of devices, platform
global control methods(*) and the disabling of nonboot CPUs global control methods [1]_ and the disabling of nonboot CPUs
core core
- test the freezing of processes, suspending of devices, platform global - test the freezing of processes, suspending of devices, platform global
control methods(*), the disabling of nonboot CPUs and suspending of control methods\ [1]_, the disabling of nonboot CPUs and suspending
platform/system devices of platform/system devices
.. [1]
(*) the platform global control methods are only available on ACPI systems the platform global control methods are only available on ACPI systems
and are only tested if the hibernation mode is set to "platform" and are only tested if the hibernation mode is set to "platform"
To use one of them it is necessary to write the corresponding string to To use one of them it is necessary to write the corresponding string to
/sys/power/pm_test (eg. "devices" to test the freezing of processes and /sys/power/pm_test (eg. "devices" to test the freezing of processes and
suspending devices) and issue the standard hibernation commands. For example, suspending devices) and issue the standard hibernation commands. For example,
to use the "devices" test mode along with the "platform" mode of hibernation, to use the "devices" test mode along with the "platform" mode of hibernation,
you should do the following: you should do the following::
# echo devices > /sys/power/pm_test # echo devices > /sys/power/pm_test
# echo platform > /sys/power/disk # echo platform > /sys/power/disk
# echo disk > /sys/power/state # echo disk > /sys/power/state
Then, the kernel will try to freeze processes, suspend devices, wait a few Then, the kernel will try to freeze processes, suspend devices, wait a few
seconds (5 by default, but configurable by the suspend.pm_test_delay module seconds (5 by default, but configurable by the suspend.pm_test_delay module
...@@ -108,11 +116,12 @@ If the "devices" test fails, most likely there is a driver that cannot suspend ...@@ -108,11 +116,12 @@ If the "devices" test fails, most likely there is a driver that cannot suspend
or resume its device (in the latter case the system may hang or become unstable or resume its device (in the latter case the system may hang or become unstable
after the test, so please take that into consideration). To find this driver, after the test, so please take that into consideration). To find this driver,
you can carry out a binary search according to the rules: you can carry out a binary search according to the rules:
- if the test fails, unload a half of the drivers currently loaded and repeat - if the test fails, unload a half of the drivers currently loaded and repeat
(that would probably involve rebooting the system, so always note what drivers (that would probably involve rebooting the system, so always note what drivers
have been loaded before the test), have been loaded before the test),
- if the test succeeds, load a half of the drivers you have unloaded most - if the test succeeds, load a half of the drivers you have unloaded most
recently and repeat. recently and repeat.
Once you have found the failing driver (there can be more than just one of Once you have found the failing driver (there can be more than just one of
them), you have to unload it every time before hibernation. In that case please them), you have to unload it every time before hibernation. In that case please
...@@ -146,6 +155,7 @@ indicates a serious problem that very well may be related to the hardware, but ...@@ -146,6 +155,7 @@ indicates a serious problem that very well may be related to the hardware, but
please report it anyway. please report it anyway.
b) Testing minimal configuration b) Testing minimal configuration
--------------------------------
If all of the hibernation test modes work, you can boot the system with the If all of the hibernation test modes work, you can boot the system with the
"init=/bin/bash" command line parameter and attempt to hibernate in the "init=/bin/bash" command line parameter and attempt to hibernate in the
...@@ -165,14 +175,15 @@ Again, if you find the offending module(s), it(they) must be unloaded every time ...@@ -165,14 +175,15 @@ Again, if you find the offending module(s), it(they) must be unloaded every time
before hibernation, and please report the problem with it(them). before hibernation, and please report the problem with it(them).
c) Using the "test_resume" hibernation option c) Using the "test_resume" hibernation option
---------------------------------------------
/sys/power/disk generally tells the kernel what to do after creating a /sys/power/disk generally tells the kernel what to do after creating a
hibernation image. One of the available options is "test_resume" which hibernation image. One of the available options is "test_resume" which
causes the just created image to be used for immediate restoration. Namely, causes the just created image to be used for immediate restoration. Namely,
after doing: after doing::
# echo test_resume > /sys/power/disk # echo test_resume > /sys/power/disk
# echo disk > /sys/power/state # echo disk > /sys/power/state
a hibernation image will be created and a resume from it will be triggered a hibernation image will be created and a resume from it will be triggered
immediately without involving the platform firmware in any way. immediately without involving the platform firmware in any way.
...@@ -190,6 +201,7 @@ to resume may be related to the differences between the restore and image ...@@ -190,6 +201,7 @@ to resume may be related to the differences between the restore and image
kernels. kernels.
d) Advanced debugging d) Advanced debugging
---------------------
In case that hibernation does not work on your system even in the minimal In case that hibernation does not work on your system even in the minimal
configuration and compiling more drivers as modules is not practical or some configuration and compiling more drivers as modules is not practical or some
...@@ -200,9 +212,10 @@ kernel messages using the serial console. This may provide you with some ...@@ -200,9 +212,10 @@ kernel messages using the serial console. This may provide you with some
information about the reasons of the suspend (resume) failure. Alternatively, information about the reasons of the suspend (resume) failure. Alternatively,
it may be possible to use a FireWire port for debugging with firescope it may be possible to use a FireWire port for debugging with firescope
(http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to (http://v3.sk/~lkundrak/firescope/). On x86 it is also possible to
use the PM_TRACE mechanism documented in Documentation/power/s2ram.txt . use the PM_TRACE mechanism documented in Documentation/power/s2ram.rst .
2. Testing suspend to RAM (STR) 2. Testing suspend to RAM (STR)
===============================
To verify that the STR works, it is generally more convenient to use the s2ram To verify that the STR works, it is generally more convenient to use the s2ram
tool available from http://suspend.sf.net and documented at tool available from http://suspend.sf.net and documented at
...@@ -230,7 +243,8 @@ you will have to unload them every time before an STR transition (ie. before ...@@ -230,7 +243,8 @@ you will have to unload them every time before an STR transition (ie. before
you run s2ram), and please report the problems with them. you run s2ram), and please report the problems with them.
There is a debugfs entry which shows the suspend to RAM statistics. Here is an There is a debugfs entry which shows the suspend to RAM statistics. Here is an
example of its output. example of its output::
# mount -t debugfs none /sys/kernel/debug # mount -t debugfs none /sys/kernel/debug
# cat /sys/kernel/debug/suspend_stats # cat /sys/kernel/debug/suspend_stats
success: 20 success: 20
...@@ -248,6 +262,7 @@ example of its output. ...@@ -248,6 +262,7 @@ example of its output.
-16 -16
last_failed_step: suspend last_failed_step: suspend
suspend suspend
Field success means the success number of suspend to RAM, and field fail means Field success means the success number of suspend to RAM, and field fail means
the failure number. Others are the failure number of different steps of suspend the failure number. Others are the failure number of different steps of suspend
to RAM. suspend_stats just lists the last 2 failed devices, error number and to RAM. suspend_stats just lists the last 2 failed devices, error number and
......
===============
Charger Manager Charger Manager
===============
(C) 2011 MyungJoo Ham <myungjoo.ham@samsung.com>, GPL (C) 2011 MyungJoo Ham <myungjoo.ham@samsung.com>, GPL
Charger Manager provides in-kernel battery charger management that Charger Manager provides in-kernel battery charger management that
...@@ -55,41 +58,39 @@ Charger Manager supports the following: ...@@ -55,41 +58,39 @@ Charger Manager supports the following:
notification to users with UEVENT. notification to users with UEVENT.
2. Global Charger-Manager Data related with suspend_again 2. Global Charger-Manager Data related with suspend_again
======================================================== =========================================================
In order to setup Charger Manager with suspend-again feature In order to setup Charger Manager with suspend-again feature
(in-suspend monitoring), the user should provide charger_global_desc (in-suspend monitoring), the user should provide charger_global_desc
with setup_charger_manager(struct charger_global_desc *). with setup_charger_manager(`struct charger_global_desc *`).
This charger_global_desc data for in-suspend monitoring is global This charger_global_desc data for in-suspend monitoring is global
as the name suggests. Thus, the user needs to provide only once even as the name suggests. Thus, the user needs to provide only once even
if there are multiple batteries. If there are multiple batteries, the if there are multiple batteries. If there are multiple batteries, the
multiple instances of Charger Manager share the same charger_global_desc multiple instances of Charger Manager share the same charger_global_desc
and it will manage in-suspend monitoring for all instances of Charger Manager. and it will manage in-suspend monitoring for all instances of Charger Manager.
The user needs to provide all the three entries properly in order to activate The user needs to provide all the three entries to `struct charger_global_desc`
in-suspend monitoring: properly in order to activate in-suspend monitoring:
struct charger_global_desc {
char *rtc_name; `char *rtc_name;`
: The name of rtc (e.g., "rtc0") used to wakeup the system from The name of rtc (e.g., "rtc0") used to wakeup the system from
suspend for Charger Manager. The alarm interrupt (AIE) of the rtc suspend for Charger Manager. The alarm interrupt (AIE) of the rtc
should be able to wake up the system from suspend. Charger Manager should be able to wake up the system from suspend. Charger Manager
saves and restores the alarm value and use the previously-defined saves and restores the alarm value and use the previously-defined
alarm if it is going to go off earlier than Charger Manager so that alarm if it is going to go off earlier than Charger Manager so that
Charger Manager does not interfere with previously-defined alarms. Charger Manager does not interfere with previously-defined alarms.
bool (*rtc_only_wakeup)(void); `bool (*rtc_only_wakeup)(void);`
: This callback should let CM know whether This callback should let CM know whether
the wakeup-from-suspend is caused only by the alarm of "rtc" in the the wakeup-from-suspend is caused only by the alarm of "rtc" in the
same struct. If there is any other wakeup source triggered the same struct. If there is any other wakeup source triggered the
wakeup, it should return false. If the "rtc" is the only wakeup wakeup, it should return false. If the "rtc" is the only wakeup
reason, it should return true. reason, it should return true.
bool assume_timer_stops_in_suspend; `bool assume_timer_stops_in_suspend;`
: if true, Charger Manager assumes that if true, Charger Manager assumes that
the timer (CM uses jiffies as timer) stops during suspend. Then, CM the timer (CM uses jiffies as timer) stops during suspend. Then, CM
assumes that the suspend-duration is same as the alarm length. assumes that the suspend-duration is same as the alarm length.
};
3. How to setup suspend_again 3. How to setup suspend_again
============================= =============================
...@@ -109,26 +110,28 @@ if the system was woken up by Charger Manager and the polling ...@@ -109,26 +110,28 @@ if the system was woken up by Charger Manager and the polling
============================================= =============================================
For each battery charged independently from other batteries (if a series of For each battery charged independently from other batteries (if a series of
batteries are charged by a single charger, they are counted as one independent batteries are charged by a single charger, they are counted as one independent
battery), an instance of Charger Manager is attached to it. battery), an instance of Charger Manager is attached to it. The following
struct charger_desc { struct charger_desc elements:
char *psy_name; `char *psy_name;`
: The power-supply-class name of the battery. Default is The power-supply-class name of the battery. Default is
"battery" if psy_name is NULL. Users can access the psy entries "battery" if psy_name is NULL. Users can access the psy entries
at "/sys/class/power_supply/[psy_name]/". at "/sys/class/power_supply/[psy_name]/".
enum polling_modes polling_mode; `enum polling_modes polling_mode;`
: CM_POLL_DISABLE: do not poll this battery. CM_POLL_DISABLE:
CM_POLL_ALWAYS: always poll this battery. do not poll this battery.
CM_POLL_EXTERNAL_POWER_ONLY: poll this battery if and only if CM_POLL_ALWAYS:
an external power source is attached. always poll this battery.
CM_POLL_CHARGING_ONLY: poll this battery if and only if the CM_POLL_EXTERNAL_POWER_ONLY:
battery is being charged. poll this battery if and only if an external power
source is attached.
unsigned int fullbatt_vchkdrop_ms; CM_POLL_CHARGING_ONLY:
unsigned int fullbatt_vchkdrop_uV; poll this battery if and only if the battery is being charged.
: If both have non-zero values, Charger Manager will check the
`unsigned int fullbatt_vchkdrop_ms; / unsigned int fullbatt_vchkdrop_uV;`
If both have non-zero values, Charger Manager will check the
battery voltage drop fullbatt_vchkdrop_ms after the battery is fully battery voltage drop fullbatt_vchkdrop_ms after the battery is fully
charged. If the voltage drop is over fullbatt_vchkdrop_uV, Charger charged. If the voltage drop is over fullbatt_vchkdrop_uV, Charger
Manager will try to recharge the battery by disabling and enabling Manager will try to recharge the battery by disabling and enabling
...@@ -136,50 +139,52 @@ unsigned int fullbatt_vchkdrop_uV; ...@@ -136,50 +139,52 @@ unsigned int fullbatt_vchkdrop_uV;
condition) is needed to be implemented with hardware interrupts from condition) is needed to be implemented with hardware interrupts from
fuel gauges or charger devices/chips. fuel gauges or charger devices/chips.
unsigned int fullbatt_uV; `unsigned int fullbatt_uV;`
: If specified with a non-zero value, Charger Manager assumes If specified with a non-zero value, Charger Manager assumes
that the battery is full (capacity = 100) if the battery is not being that the battery is full (capacity = 100) if the battery is not being
charged and the battery voltage is equal to or greater than charged and the battery voltage is equal to or greater than
fullbatt_uV. fullbatt_uV.
unsigned int polling_interval_ms; `unsigned int polling_interval_ms;`
: Required polling interval in ms. Charger Manager will poll Required polling interval in ms. Charger Manager will poll
this battery every polling_interval_ms or more frequently. this battery every polling_interval_ms or more frequently.
enum data_source battery_present; `enum data_source battery_present;`
: CM_BATTERY_PRESENT: assume that the battery exists. CM_BATTERY_PRESENT:
CM_NO_BATTERY: assume that the battery does not exists. assume that the battery exists.
CM_FUEL_GAUGE: get battery presence information from fuel gauge. CM_NO_BATTERY:
CM_CHARGER_STAT: get battery presence from chargers. assume that the battery does not exists.
CM_FUEL_GAUGE:
char **psy_charger_stat; get battery presence information from fuel gauge.
: An array ending with NULL that has power-supply-class names of CM_CHARGER_STAT:
get battery presence from chargers.
`char **psy_charger_stat;`
An array ending with NULL that has power-supply-class names of
chargers. Each power-supply-class should provide "PRESENT" (if chargers. Each power-supply-class should provide "PRESENT" (if
battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an
external power source is attached or not), and "STATUS" (shows whether external power source is attached or not), and "STATUS" (shows whether
the battery is {"FULL" or not FULL} or {"FULL", "Charging", the battery is {"FULL" or not FULL} or {"FULL", "Charging",
"Discharging", "NotCharging"}). "Discharging", "NotCharging"}).
int num_charger_regulators; `int num_charger_regulators; / struct regulator_bulk_data *charger_regulators;`
struct regulator_bulk_data *charger_regulators; Regulators representing the chargers in the form for
: Regulators representing the chargers in the form for
regulator framework's bulk functions. regulator framework's bulk functions.
char *psy_fuel_gauge; `char *psy_fuel_gauge;`
: Power-supply-class name of the fuel gauge. Power-supply-class name of the fuel gauge.
int (*temperature_out_of_range)(int *mC); `int (*temperature_out_of_range)(int *mC); / bool measure_battery_temp;`
bool measure_battery_temp; This callback returns 0 if the temperature is safe for charging,
: This callback returns 0 if the temperature is safe for charging,
a positive number if it is too hot to charge, and a negative number a positive number if it is too hot to charge, and a negative number
if it is too cold to charge. With the variable mC, the callback returns if it is too cold to charge. With the variable mC, the callback returns
the temperature in 1/1000 of centigrade. the temperature in 1/1000 of centigrade.
The source of temperature can be battery or ambient one according to The source of temperature can be battery or ambient one according to
the value of measure_battery_temp. the value of measure_battery_temp.
};
5. Notify Charger-Manager of charger events: cm_notify_event() 5. Notify Charger-Manager of charger events: cm_notify_event()
========================================================= ==============================================================
If there is an charger event is required to notify If there is an charger event is required to notify
Charger Manager, a charger device driver that triggers the event can call Charger Manager, a charger device driver that triggers the event can call
cm_notify_event(psy, type, msg) to notify the corresponding Charger Manager. cm_notify_event(psy, type, msg) to notify the corresponding Charger Manager.
......
====================================================
Testing suspend and resume support in device drivers Testing suspend and resume support in device drivers
====================================================
(C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL (C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
1. Preparing the test system 1. Preparing the test system
============================
Unfortunately, to effectively test the support for the system-wide suspend and Unfortunately, to effectively test the support for the system-wide suspend and
resume transitions in a driver, it is necessary to suspend and resume a fully resume transitions in a driver, it is necessary to suspend and resume a fully
...@@ -14,19 +18,20 @@ the machine's BIOS. ...@@ -14,19 +18,20 @@ the machine's BIOS.
Of course, for this purpose the test system has to be known to suspend and Of course, for this purpose the test system has to be known to suspend and
resume without the driver being tested. Thus, if possible, you should first resume without the driver being tested. Thus, if possible, you should first
resolve all suspend/resume-related problems in the test system before you start resolve all suspend/resume-related problems in the test system before you start
testing the new driver. Please see Documentation/power/basic-pm-debugging.txt testing the new driver. Please see Documentation/power/basic-pm-debugging.rst
for more information about the debugging of suspend/resume functionality. for more information about the debugging of suspend/resume functionality.
2. Testing the driver 2. Testing the driver
=====================
Once you have resolved the suspend/resume-related problems with your test system Once you have resolved the suspend/resume-related problems with your test system
without the new driver, you are ready to test it: without the new driver, you are ready to test it:
a) Build the driver as a module, load it and try the test modes of hibernation a) Build the driver as a module, load it and try the test modes of hibernation
(see: Documentation/power/basic-pm-debugging.txt, 1). (see: Documentation/power/basic-pm-debugging.rst, 1).
b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and
"platform" modes (see: Documentation/power/basic-pm-debugging.txt, 1). "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1).
c) Compile the driver directly into the kernel and try the test modes of c) Compile the driver directly into the kernel and try the test modes of
hibernation. hibernation.
...@@ -34,12 +39,12 @@ c) Compile the driver directly into the kernel and try the test modes of ...@@ -34,12 +39,12 @@ c) Compile the driver directly into the kernel and try the test modes of
d) Attempt to hibernate with the driver compiled directly into the kernel d) Attempt to hibernate with the driver compiled directly into the kernel
in the "reboot", "shutdown" and "platform" modes. in the "reboot", "shutdown" and "platform" modes.
e) Try the test modes of suspend (see: Documentation/power/basic-pm-debugging.txt, e) Try the test modes of suspend (see: Documentation/power/basic-pm-debugging.rst,
2). [As far as the STR tests are concerned, it should not matter whether or 2). [As far as the STR tests are concerned, it should not matter whether or
not the driver is built as a module.] not the driver is built as a module.]
f) Attempt to suspend to RAM using the s2ram tool with the driver loaded f) Attempt to suspend to RAM using the s2ram tool with the driver loaded
(see: Documentation/power/basic-pm-debugging.txt, 2). (see: Documentation/power/basic-pm-debugging.rst, 2).
Each of the above tests should be repeated several times and the STD tests Each of the above tests should be repeated several times and the STD tests
should be mixed with the STR tests. If any of them fails, the driver cannot be should be mixed with the STR tests. If any of them fails, the driver cannot be
......
==================== ====================
Energy Model of CPUs Energy Model of CPUs
==================== ====================
1. Overview 1. Overview
----------- -----------
...@@ -20,7 +20,7 @@ kernel, hence enabling to avoid redundant work. ...@@ -20,7 +20,7 @@ kernel, hence enabling to avoid redundant work.
The figure below depicts an example of drivers (Arm-specific here, but the The figure below depicts an example of drivers (Arm-specific here, but the
approach is applicable to any architecture) providing power costs to the EM approach is applicable to any architecture) providing power costs to the EM
framework, and interested clients reading the data from it. framework, and interested clients reading the data from it::
+---------------+ +-----------------+ +---------------+ +---------------+ +-----------------+ +---------------+
| Thermal (IPA) | | Scheduler (EAS) | | Other | | Thermal (IPA) | | Scheduler (EAS) | | Other |
...@@ -58,15 +58,17 @@ micro-architectures. ...@@ -58,15 +58,17 @@ micro-architectures.
2. Core APIs 2. Core APIs
------------ ------------
2.1 Config options 2.1 Config options
^^^^^^^^^^^^^^^^^^
CONFIG_ENERGY_MODEL must be enabled to use the EM framework. CONFIG_ENERGY_MODEL must be enabled to use the EM framework.
2.2 Registration of performance domains 2.2 Registration of performance domains
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Drivers are expected to register performance domains into the EM framework by Drivers are expected to register performance domains into the EM framework by
calling the following API: calling the following API::
int em_register_perf_domain(cpumask_t *span, unsigned int nr_states, int em_register_perf_domain(cpumask_t *span, unsigned int nr_states,
struct em_data_callback *cb); struct em_data_callback *cb);
...@@ -80,7 +82,8 @@ callback, and kernel/power/energy_model.c for further documentation on this ...@@ -80,7 +82,8 @@ callback, and kernel/power/energy_model.c for further documentation on this
API. API.
2.3 Accessing performance domains 2.3 Accessing performance domains
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Subsystems interested in the energy model of a CPU can retrieve it using the Subsystems interested in the energy model of a CPU can retrieve it using the
em_cpu_get() API. The energy model tables are allocated once upon creation of em_cpu_get() API. The energy model tables are allocated once upon creation of
...@@ -99,46 +102,46 @@ More details about the above APIs can be found in include/linux/energy_model.h. ...@@ -99,46 +102,46 @@ More details about the above APIs can be found in include/linux/energy_model.h.
This section provides a simple example of a CPUFreq driver registering a This section provides a simple example of a CPUFreq driver registering a
performance domain in the Energy Model framework using the (fake) 'foo' performance domain in the Energy Model framework using the (fake) 'foo'
protocol. The driver implements an est_power() function to be provided to the protocol. The driver implements an est_power() function to be provided to the
EM framework. EM framework::
-> drivers/cpufreq/foo_cpufreq.c -> drivers/cpufreq/foo_cpufreq.c
01 static int est_power(unsigned long *mW, unsigned long *KHz, int cpu) 01 static int est_power(unsigned long *mW, unsigned long *KHz, int cpu)
02 { 02 {
03 long freq, power; 03 long freq, power;
04 04
05 /* Use the 'foo' protocol to ceil the frequency */ 05 /* Use the 'foo' protocol to ceil the frequency */
06 freq = foo_get_freq_ceil(cpu, *KHz); 06 freq = foo_get_freq_ceil(cpu, *KHz);
07 if (freq < 0); 07 if (freq < 0);
08 return freq; 08 return freq;
09 09
10 /* Estimate the power cost for the CPU at the relevant freq. */ 10 /* Estimate the power cost for the CPU at the relevant freq. */
11 power = foo_estimate_power(cpu, freq); 11 power = foo_estimate_power(cpu, freq);
12 if (power < 0); 12 if (power < 0);
13 return power; 13 return power;
14 14
15 /* Return the values to the EM framework */ 15 /* Return the values to the EM framework */
16 *mW = power; 16 *mW = power;
17 *KHz = freq; 17 *KHz = freq;
18 18
19 return 0; 19 return 0;
20 } 20 }
21 21
22 static int foo_cpufreq_init(struct cpufreq_policy *policy) 22 static int foo_cpufreq_init(struct cpufreq_policy *policy)
23 { 23 {
24 struct em_data_callback em_cb = EM_DATA_CB(est_power); 24 struct em_data_callback em_cb = EM_DATA_CB(est_power);
25 int nr_opp, ret; 25 int nr_opp, ret;
26 26
27 /* Do the actual CPUFreq init work ... */ 27 /* Do the actual CPUFreq init work ... */
28 ret = do_foo_cpufreq_init(policy); 28 ret = do_foo_cpufreq_init(policy);
29 if (ret) 29 if (ret)
30 return ret; 30 return ret;
31 31
32 /* Find the number of OPPs for this policy */ 32 /* Find the number of OPPs for this policy */
33 nr_opp = foo_get_nr_opp(policy); 33 nr_opp = foo_get_nr_opp(policy);
34 34
35 /* And register the new performance domain */ 35 /* And register the new performance domain */
36 em_register_perf_domain(policy->cpus, nr_opp, &em_cb); 36 em_register_perf_domain(policy->cpus, nr_opp, &em_cb);
37 37
38 return 0; 38 return 0;
39 } 39 }
=================
Freezing of tasks Freezing of tasks
(C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL =================
(C) 2007 Rafael J. Wysocki <rjw@sisk.pl>, GPL
I. What is the freezing of tasks? I. What is the freezing of tasks?
=================================
The freezing of tasks is a mechanism by which user space processes and some The freezing of tasks is a mechanism by which user space processes and some
kernel threads are controlled during hibernation or system-wide suspend (on some kernel threads are controlled during hibernation or system-wide suspend (on some
architectures). architectures).
II. How does it work? II. How does it work?
=====================
There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN
and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have
...@@ -41,7 +46,7 @@ explicitly in suitable places or use the wait_event_freezable() or ...@@ -41,7 +46,7 @@ explicitly in suitable places or use the wait_event_freezable() or
wait_event_freezable_timeout() macros (defined in include/linux/freezer.h) wait_event_freezable_timeout() macros (defined in include/linux/freezer.h)
that combine interruptible sleep with checking if the task is to be frozen and that combine interruptible sleep with checking if the task is to be frozen and
calling try_to_freeze(). The main loop of a freezable kernel thread may look calling try_to_freeze(). The main loop of a freezable kernel thread may look
like the following one: like the following one::
set_freezable(); set_freezable();
do { do {
...@@ -65,7 +70,7 @@ order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that ...@@ -65,7 +70,7 @@ order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that
have been frozen leave __refrigerator() and continue running. have been frozen leave __refrigerator() and continue running.
Rationale behind the functions dealing with freezing and thawing of tasks: Rationale behind the functions dealing with freezing and thawing of tasks
------------------------------------------------------------------------- -------------------------------------------------------------------------
freeze_processes(): freeze_processes():
...@@ -86,6 +91,7 @@ thaw_processes(): ...@@ -86,6 +91,7 @@ thaw_processes():
III. Which kernel threads are freezable? III. Which kernel threads are freezable?
========================================
Kernel threads are not freezable by default. However, a kernel thread may clear Kernel threads are not freezable by default. However, a kernel thread may clear
PF_NOFREEZE for itself by calling set_freezable() (the resetting of PF_NOFREEZE PF_NOFREEZE for itself by calling set_freezable() (the resetting of PF_NOFREEZE
...@@ -93,37 +99,39 @@ directly is not allowed). From this point it is regarded as freezable ...@@ -93,37 +99,39 @@ directly is not allowed). From this point it is regarded as freezable
and must call try_to_freeze() in a suitable place. and must call try_to_freeze() in a suitable place.
IV. Why do we do that? IV. Why do we do that?
======================
Generally speaking, there is a couple of reasons to use the freezing of tasks: Generally speaking, there is a couple of reasons to use the freezing of tasks:
1. The principal reason is to prevent filesystems from being damaged after 1. The principal reason is to prevent filesystems from being damaged after
hibernation. At the moment we have no simple means of checkpointing hibernation. At the moment we have no simple means of checkpointing
filesystems, so if there are any modifications made to filesystem data and/or filesystems, so if there are any modifications made to filesystem data and/or
metadata on disks, we cannot bring them back to the state from before the metadata on disks, we cannot bring them back to the state from before the
modifications. At the same time each hibernation image contains some modifications. At the same time each hibernation image contains some
filesystem-related information that must be consistent with the state of the filesystem-related information that must be consistent with the state of the
on-disk data and metadata after the system memory state has been restored from on-disk data and metadata after the system memory state has been restored
the image (otherwise the filesystems will be damaged in a nasty way, usually from the image (otherwise the filesystems will be damaged in a nasty way,
making them almost impossible to repair). We therefore freeze tasks that might usually making them almost impossible to repair). We therefore freeze
cause the on-disk filesystems' data and metadata to be modified after the tasks that might cause the on-disk filesystems' data and metadata to be
hibernation image has been created and before the system is finally powered off. modified after the hibernation image has been created and before the
The majority of these are user space processes, but if any of the kernel threads system is finally powered off. The majority of these are user space
may cause something like this to happen, they have to be freezable. processes, but if any of the kernel threads may cause something like this
to happen, they have to be freezable.
2. Next, to create the hibernation image we need to free a sufficient amount of 2. Next, to create the hibernation image we need to free a sufficient amount of
memory (approximately 50% of available RAM) and we need to do that before memory (approximately 50% of available RAM) and we need to do that before
devices are deactivated, because we generally need them for swapping out. Then, devices are deactivated, because we generally need them for swapping out.
after the memory for the image has been freed, we don't want tasks to allocate Then, after the memory for the image has been freed, we don't want tasks
additional memory and we prevent them from doing that by freezing them earlier. to allocate additional memory and we prevent them from doing that by
[Of course, this also means that device drivers should not allocate substantial freezing them earlier. [Of course, this also means that device drivers
amounts of memory from their .suspend() callbacks before hibernation, but this should not allocate substantial amounts of memory from their .suspend()
is a separate issue.] callbacks before hibernation, but this is a separate issue.]
3. The third reason is to prevent user space processes and some kernel threads 3. The third reason is to prevent user space processes and some kernel threads
from interfering with the suspending and resuming of devices. A user space from interfering with the suspending and resuming of devices. A user space
process running on a second CPU while we are suspending devices may, for process running on a second CPU while we are suspending devices may, for
example, be troublesome and without the freezing of tasks we would need some example, be troublesome and without the freezing of tasks we would need some
safeguards against race conditions that might occur in such a case. safeguards against race conditions that might occur in such a case.
Although Linus Torvalds doesn't like the freezing of tasks, he said this in one Although Linus Torvalds doesn't like the freezing of tasks, he said this in one
of the discussions on LKML (http://lkml.org/lkml/2007/4/27/608): of the discussions on LKML (http://lkml.org/lkml/2007/4/27/608):
...@@ -132,7 +140,7 @@ of the discussions on LKML (http://lkml.org/lkml/2007/4/27/608): ...@@ -132,7 +140,7 @@ of the discussions on LKML (http://lkml.org/lkml/2007/4/27/608):
Linus: In many ways, 'at all'. Linus: In many ways, 'at all'.
I _do_ realize the IO request queue issues, and that we cannot actually do I **do** realize the IO request queue issues, and that we cannot actually do
s2ram with some devices in the middle of a DMA. So we want to be able to s2ram with some devices in the middle of a DMA. So we want to be able to
avoid *that*, there's no question about that. And I suspect that stopping avoid *that*, there's no question about that. And I suspect that stopping
user threads and then waiting for a sync is practically one of the easier user threads and then waiting for a sync is practically one of the easier
...@@ -150,17 +158,18 @@ thawed after the driver's .resume() callback has run, so it won't be accessing ...@@ -150,17 +158,18 @@ thawed after the driver's .resume() callback has run, so it won't be accessing
the device while it's suspended. the device while it's suspended.
4. Another reason for freezing tasks is to prevent user space processes from 4. Another reason for freezing tasks is to prevent user space processes from
realizing that hibernation (or suspend) operation takes place. Ideally, user realizing that hibernation (or suspend) operation takes place. Ideally, user
space processes should not notice that such a system-wide operation has occurred space processes should not notice that such a system-wide operation has
and should continue running without any problems after the restore (or resume occurred and should continue running without any problems after the restore
from suspend). Unfortunately, in the most general case this is quite difficult (or resume from suspend). Unfortunately, in the most general case this
to achieve without the freezing of tasks. Consider, for example, a process is quite difficult to achieve without the freezing of tasks. Consider,
that depends on all CPUs being online while it's running. Since we need to for example, a process that depends on all CPUs being online while it's
disable nonboot CPUs during the hibernation, if this process is not frozen, it running. Since we need to disable nonboot CPUs during the hibernation,
may notice that the number of CPUs has changed and may start to work incorrectly if this process is not frozen, it may notice that the number of CPUs has
because of that. changed and may start to work incorrectly because of that.
V. Are there any problems related to the freezing of tasks? V. Are there any problems related to the freezing of tasks?
===========================================================
Yes, there are. Yes, there are.
...@@ -172,11 +181,12 @@ may be undesirable. That's why kernel threads are not freezable by default. ...@@ -172,11 +181,12 @@ may be undesirable. That's why kernel threads are not freezable by default.
Second, there are the following two problems related to the freezing of user Second, there are the following two problems related to the freezing of user
space processes: space processes:
1. Putting processes into an uninterruptible sleep distorts the load average. 1. Putting processes into an uninterruptible sleep distorts the load average.
2. Now that we have FUSE, plus the framework for doing device drivers in 2. Now that we have FUSE, plus the framework for doing device drivers in
userspace, it gets even more complicated because some userspace processes are userspace, it gets even more complicated because some userspace processes are
now doing the sorts of things that kernel threads do now doing the sorts of things that kernel threads do
(https://lists.linux-foundation.org/pipermail/linux-pm/2007-May/012309.html). (https://lists.linux-foundation.org/pipermail/linux-pm/2007-May/012309.html).
The problem 1. seems to be fixable, although it hasn't been fixed so far. The The problem 1. seems to be fixable, although it hasn't been fixed so far. The
other one is more serious, but it seems that we can work around it by using other one is more serious, but it seems that we can work around it by using
...@@ -201,6 +211,7 @@ requested early enough using the suspend notifier API described in ...@@ -201,6 +211,7 @@ requested early enough using the suspend notifier API described in
Documentation/driver-api/pm/notifiers.rst. Documentation/driver-api/pm/notifiers.rst.
VI. Are there any precautions to be taken to prevent freezing failures? VI. Are there any precautions to be taken to prevent freezing failures?
=======================================================================
Yes, there are. Yes, there are.
...@@ -226,6 +237,8 @@ So, to summarize, use [un]lock_system_sleep() instead of directly using ...@@ -226,6 +237,8 @@ So, to summarize, use [un]lock_system_sleep() instead of directly using
mutex_[un]lock(&system_transition_mutex). That would prevent freezing failures. mutex_[un]lock(&system_transition_mutex). That would prevent freezing failures.
V. Miscellaneous V. Miscellaneous
================
/sys/power/pm_freeze_timeout controls how long it will cost at most to freeze /sys/power/pm_freeze_timeout controls how long it will cost at most to freeze
all user space processes or all freezable kernel threads, in unit of millisecond. all user space processes or all freezable kernel threads, in unit of millisecond.
The default value is 20000, with range of unsigned integer. The default value is 20000, with range of unsigned integer.
:orphan:
================
Power Management
================
.. toctree::
:maxdepth: 1
apm-acpi
basic-pm-debugging
charger-manager
drivers-testing
energy-model
freezing-of-tasks
interface
opp
pci
pm_qos_interface
power_supply_class
runtime_pm
s2ram
suspend-and-cpuhotplug
suspend-and-interrupts
swsusp-and-swap-files
swsusp-dmcrypt
swsusp
video
tricks
userland-swsusp
powercap/powercap
regulator/consumer
regulator/design
regulator/machine
regulator/overview
regulator/regulator
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
===========================================
Power Management Interface for System Sleep Power Management Interface for System Sleep
===========================================
Copyright (c) 2016 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> Copyright (c) 2016 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com>
...@@ -11,10 +13,10 @@ mounted at /sys). ...@@ -11,10 +13,10 @@ mounted at /sys).
Reading from it returns a list of supported sleep states, encoded as: Reading from it returns a list of supported sleep states, encoded as:
'freeze' (Suspend-to-Idle) - 'freeze' (Suspend-to-Idle)
'standby' (Power-On Suspend) - 'standby' (Power-On Suspend)
'mem' (Suspend-to-RAM) - 'mem' (Suspend-to-RAM)
'disk' (Suspend-to-Disk) - 'disk' (Suspend-to-Disk)
Suspend-to-Idle is always supported. Suspend-to-Disk is always supported Suspend-to-Idle is always supported. Suspend-to-Disk is always supported
too as long the kernel has been configured to support hibernation at all too as long the kernel has been configured to support hibernation at all
...@@ -32,18 +34,18 @@ Specifically, it tells the kernel what to do after creating a hibernation image. ...@@ -32,18 +34,18 @@ Specifically, it tells the kernel what to do after creating a hibernation image.
Reading from it returns a list of supported options encoded as: Reading from it returns a list of supported options encoded as:
'platform' (put the system into sleep using a platform-provided method) - 'platform' (put the system into sleep using a platform-provided method)
'shutdown' (shut the system down) - 'shutdown' (shut the system down)
'reboot' (reboot the system) - 'reboot' (reboot the system)
'suspend' (trigger a Suspend-to-RAM transition) - 'suspend' (trigger a Suspend-to-RAM transition)
'test_resume' (resume-after-hibernation test mode) - 'test_resume' (resume-after-hibernation test mode)
The currently selected option is printed in square brackets. The currently selected option is printed in square brackets.
The 'platform' option is only available if the platform provides a special The 'platform' option is only available if the platform provides a special
mechanism to put the system to sleep after creating a hibernation image (ACPI mechanism to put the system to sleep after creating a hibernation image (ACPI
does that, for example). The 'suspend' option is available if Suspend-to-RAM does that, for example). The 'suspend' option is available if Suspend-to-RAM
is supported. Refer to Documentation/power/basic-pm-debugging.txt for the is supported. Refer to Documentation/power/basic-pm-debugging.rst for the
description of the 'test_resume' option. description of the 'test_resume' option.
To select an option, write the string representing it to /sys/power/disk. To select an option, write the string representing it to /sys/power/disk.
...@@ -71,7 +73,7 @@ If /sys/power/pm_trace contains '1', the fingerprint of each suspend/resume ...@@ -71,7 +73,7 @@ If /sys/power/pm_trace contains '1', the fingerprint of each suspend/resume
event point in turn will be stored in the RTC memory (overwriting the actual event point in turn will be stored in the RTC memory (overwriting the actual
RTC information), so it will survive a system crash if one occurs right after RTC information), so it will survive a system crash if one occurs right after
storing it and it can be used later to identify the driver that caused the crash storing it and it can be used later to identify the driver that caused the crash
to happen (see Documentation/power/s2ram.txt for more information). to happen (see Documentation/power/s2ram.rst for more information).
Initially it contains '0' which may be changed to '1' by writing a string Initially it contains '0' which may be changed to '1' by writing a string
representing a nonzero integer into it. representing a nonzero integer into it.
PM Quality Of Service Interface. ===============================
PM Quality Of Service Interface
===============================
This interface provides a kernel and user mode interface for registering This interface provides a kernel and user mode interface for registering
performance expectations by drivers, subsystems and user space applications on performance expectations by drivers, subsystems and user space applications on
...@@ -11,6 +13,7 @@ memory_bandwidth. ...@@ -11,6 +13,7 @@ memory_bandwidth.
constraints and PM QoS flags. constraints and PM QoS flags.
Each parameters have defined units: Each parameters have defined units:
* latency: usec * latency: usec
* timeout: usec * timeout: usec
* throughput: kbs (kilo bit / sec) * throughput: kbs (kilo bit / sec)
...@@ -18,6 +21,7 @@ Each parameters have defined units: ...@@ -18,6 +21,7 @@ Each parameters have defined units:
1. PM QoS framework 1. PM QoS framework
===================
The infrastructure exposes multiple misc device nodes one per implemented The infrastructure exposes multiple misc device nodes one per implemented
parameter. The set of parameters implement is defined by pm_qos_power_init() parameter. The set of parameters implement is defined by pm_qos_power_init()
...@@ -37,38 +41,39 @@ reading the aggregated value does not require any locking mechanism. ...@@ -37,38 +41,39 @@ reading the aggregated value does not require any locking mechanism.
From kernel mode the use of this interface is simple: From kernel mode the use of this interface is simple:
void pm_qos_add_request(handle, param_class, target_value): void pm_qos_add_request(handle, param_class, target_value):
Will insert an element into the list for that identified PM QoS class with the Will insert an element into the list for that identified PM QoS class with the
target value. Upon change to this list the new target is recomputed and any target value. Upon change to this list the new target is recomputed and any
registered notifiers are called only if the target value is now different. registered notifiers are called only if the target value is now different.
Clients of pm_qos need to save the returned handle for future use in other Clients of pm_qos need to save the returned handle for future use in other
pm_qos API functions. pm_qos API functions.
void pm_qos_update_request(handle, new_target_value): void pm_qos_update_request(handle, new_target_value):
Will update the list element pointed to by the handle with the new target value Will update the list element pointed to by the handle with the new target value
and recompute the new aggregated target, calling the notification tree if the and recompute the new aggregated target, calling the notification tree if the
target is changed. target is changed.
void pm_qos_remove_request(handle): void pm_qos_remove_request(handle):
Will remove the element. After removal it will update the aggregate target and Will remove the element. After removal it will update the aggregate target and
call the notification tree if the target was changed as a result of removing call the notification tree if the target was changed as a result of removing
the request. the request.
int pm_qos_request(param_class): int pm_qos_request(param_class):
Returns the aggregated value for a given PM QoS class. Returns the aggregated value for a given PM QoS class.
int pm_qos_request_active(handle): int pm_qos_request_active(handle):
Returns if the request is still active, i.e. it has not been removed from a Returns if the request is still active, i.e. it has not been removed from a
PM QoS class constraints list. PM QoS class constraints list.
int pm_qos_add_notifier(param_class, notifier): int pm_qos_add_notifier(param_class, notifier):
Adds a notification callback function to the PM QoS class. The callback is Adds a notification callback function to the PM QoS class. The callback is
called when the aggregated value for the PM QoS class is changed. called when the aggregated value for the PM QoS class is changed.
int pm_qos_remove_notifier(int param_class, notifier): int pm_qos_remove_notifier(int param_class, notifier):
Removes the notification callback function for the PM QoS class. Removes the notification callback function for the PM QoS class.
From user mode: From user mode:
Only processes can register a pm_qos request. To provide for automatic Only processes can register a pm_qos request. To provide for automatic
cleanup of a process, the interface requires the process to register its cleanup of a process, the interface requires the process to register its
parameter requests in the following way: parameter requests in the following way:
...@@ -89,6 +94,7 @@ node. ...@@ -89,6 +94,7 @@ node.
2. PM QoS per-device latency and flags framework 2. PM QoS per-device latency and flags framework
================================================
For each device, there are three lists of PM QoS requests. Two of them are For each device, there are three lists of PM QoS requests. Two of them are
maintained along with the aggregated targets of resume latency and active maintained along with the aggregated targets of resume latency and active
...@@ -107,73 +113,80 @@ the aggregated value does not require any locking mechanism. ...@@ -107,73 +113,80 @@ the aggregated value does not require any locking mechanism.
From kernel mode the use of this interface is the following: From kernel mode the use of this interface is the following:
int dev_pm_qos_add_request(device, handle, type, value): int dev_pm_qos_add_request(device, handle, type, value):
Will insert an element into the list for that identified device with the Will insert an element into the list for that identified device with the
target value. Upon change to this list the new target is recomputed and any target value. Upon change to this list the new target is recomputed and any
registered notifiers are called only if the target value is now different. registered notifiers are called only if the target value is now different.
Clients of dev_pm_qos need to save the handle for future use in other Clients of dev_pm_qos need to save the handle for future use in other
dev_pm_qos API functions. dev_pm_qos API functions.
int dev_pm_qos_update_request(handle, new_value): int dev_pm_qos_update_request(handle, new_value):
Will update the list element pointed to by the handle with the new target value Will update the list element pointed to by the handle with the new target
and recompute the new aggregated target, calling the notification trees if the value and recompute the new aggregated target, calling the notification
target is changed. trees if the target is changed.
int dev_pm_qos_remove_request(handle): int dev_pm_qos_remove_request(handle):
Will remove the element. After removal it will update the aggregate target and Will remove the element. After removal it will update the aggregate target
call the notification trees if the target was changed as a result of removing and call the notification trees if the target was changed as a result of
the request. removing the request.
s32 dev_pm_qos_read_value(device): s32 dev_pm_qos_read_value(device):
Returns the aggregated value for a given device's constraints list. Returns the aggregated value for a given device's constraints list.
enum pm_qos_flags_status dev_pm_qos_flags(device, mask) enum pm_qos_flags_status dev_pm_qos_flags(device, mask)
Check PM QoS flags of the given device against the given mask of flags. Check PM QoS flags of the given device against the given mask of flags.
The meaning of the return values is as follows: The meaning of the return values is as follows:
PM_QOS_FLAGS_ALL: All flags from the mask are set
PM_QOS_FLAGS_SOME: Some flags from the mask are set PM_QOS_FLAGS_ALL:
PM_QOS_FLAGS_NONE: No flags from the mask are set All flags from the mask are set
PM_QOS_FLAGS_UNDEFINED: The device's PM QoS structure has not been PM_QOS_FLAGS_SOME:
initialized or the list of requests is empty. Some flags from the mask are set
PM_QOS_FLAGS_NONE:
No flags from the mask are set
PM_QOS_FLAGS_UNDEFINED:
The device's PM QoS structure has not been initialized
or the list of requests is empty.
int dev_pm_qos_add_ancestor_request(dev, handle, type, value) int dev_pm_qos_add_ancestor_request(dev, handle, type, value)
Add a PM QoS request for the first direct ancestor of the given device whose Add a PM QoS request for the first direct ancestor of the given device whose
power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests) power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
or whose power.set_latency_tolerance callback pointer is not NULL (for or whose power.set_latency_tolerance callback pointer is not NULL (for
DEV_PM_QOS_LATENCY_TOLERANCE requests). DEV_PM_QOS_LATENCY_TOLERANCE requests).
int dev_pm_qos_expose_latency_limit(device, value) int dev_pm_qos_expose_latency_limit(device, value)
Add a request to the device's PM QoS list of resume latency constraints and Add a request to the device's PM QoS list of resume latency constraints and
create a sysfs attribute pm_qos_resume_latency_us under the device's power create a sysfs attribute pm_qos_resume_latency_us under the device's power
directory allowing user space to manipulate that request. directory allowing user space to manipulate that request.
void dev_pm_qos_hide_latency_limit(device) void dev_pm_qos_hide_latency_limit(device)
Drop the request added by dev_pm_qos_expose_latency_limit() from the device's Drop the request added by dev_pm_qos_expose_latency_limit() from the device's
PM QoS list of resume latency constraints and remove sysfs attribute PM QoS list of resume latency constraints and remove sysfs attribute
pm_qos_resume_latency_us from the device's power directory. pm_qos_resume_latency_us from the device's power directory.
int dev_pm_qos_expose_flags(device, value) int dev_pm_qos_expose_flags(device, value)
Add a request to the device's PM QoS list of flags and create sysfs attribute Add a request to the device's PM QoS list of flags and create sysfs attribute
pm_qos_no_power_off under the device's power directory allowing user space to pm_qos_no_power_off under the device's power directory allowing user space to
change the value of the PM_QOS_FLAG_NO_POWER_OFF flag. change the value of the PM_QOS_FLAG_NO_POWER_OFF flag.
void dev_pm_qos_hide_flags(device) void dev_pm_qos_hide_flags(device)
Drop the request added by dev_pm_qos_expose_flags() from the device's PM QoS list Drop the request added by dev_pm_qos_expose_flags() from the device's PM QoS list
of flags and remove sysfs attribute pm_qos_no_power_off from the device's power of flags and remove sysfs attribute pm_qos_no_power_off from the device's power
directory. directory.
Notification mechanisms: Notification mechanisms:
The per-device PM QoS framework has a per-device notification tree. The per-device PM QoS framework has a per-device notification tree.
int dev_pm_qos_add_notifier(device, notifier): int dev_pm_qos_add_notifier(device, notifier):
Adds a notification callback function for the device. Adds a notification callback function for the device.
The callback is called when the aggregated value of the device constraints list The callback is called when the aggregated value of the device constraints list
is changed (for resume latency device PM QoS only). is changed (for resume latency device PM QoS only).
int dev_pm_qos_remove_notifier(device, notifier): int dev_pm_qos_remove_notifier(device, notifier):
Removes the notification callback function for the device. Removes the notification callback function for the device.
Active state latency tolerance Active state latency tolerance
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This device PM QoS type is used to support systems in which hardware may switch This device PM QoS type is used to support systems in which hardware may switch
to energy-saving operation modes on the fly. In those systems, if the operation to energy-saving operation modes on the fly. In those systems, if the operation
......
==========================
Regulator API design notes Regulator API design notes
========================== ==========================
...@@ -14,7 +15,9 @@ Safety ...@@ -14,7 +15,9 @@ Safety
have different power requirements, and not all components with power have different power requirements, and not all components with power
requirements are visible to software. requirements are visible to software.
=> The API should make no changes to the hardware state unless it has .. note::
The API should make no changes to the hardware state unless it has
specific knowledge that these changes are safe to perform on this specific knowledge that these changes are safe to perform on this
particular system. particular system.
...@@ -28,6 +31,8 @@ Consumer use cases ...@@ -28,6 +31,8 @@ Consumer use cases
- Many of the power supplies in the system will be shared between many - Many of the power supplies in the system will be shared between many
different consumers. different consumers.
=> The consumer API should be structured so that these use cases are .. note::
The consumer API should be structured so that these use cases are
very easy to handle and so that consumers will work with shared very easy to handle and so that consumers will work with shared
supplies without any additional effort. supplies without any additional effort.
==================================
Regulator Machine Driver Interface Regulator Machine Driver Interface
=================================== ==================================
The regulator machine driver interface is intended for board/machine specific The regulator machine driver interface is intended for board/machine specific
initialisation code to configure the regulator subsystem. initialisation code to configure the regulator subsystem.
Consider the following machine :- Consider the following machine::
Regulator-1 -+-> Regulator-2 --> [Consumer A @ 1.8 - 2.0V] Regulator-1 -+-> Regulator-2 --> [Consumer A @ 1.8 - 2.0V]
| |
...@@ -13,31 +14,31 @@ Consider the following machine :- ...@@ -13,31 +14,31 @@ Consider the following machine :-
The drivers for consumers A & B must be mapped to the correct regulator in The drivers for consumers A & B must be mapped to the correct regulator in
order to control their power supplies. This mapping can be achieved in machine order to control their power supplies. This mapping can be achieved in machine
initialisation code by creating a struct regulator_consumer_supply for initialisation code by creating a struct regulator_consumer_supply for
each regulator. each regulator::
struct regulator_consumer_supply { struct regulator_consumer_supply {
const char *dev_name; /* consumer dev_name() */ const char *dev_name; /* consumer dev_name() */
const char *supply; /* consumer supply - e.g. "vcc" */ const char *supply; /* consumer supply - e.g. "vcc" */
}; };
e.g. for the machine above e.g. for the machine above::
static struct regulator_consumer_supply regulator1_consumers[] = { static struct regulator_consumer_supply regulator1_consumers[] = {
REGULATOR_SUPPLY("Vcc", "consumer B"), REGULATOR_SUPPLY("Vcc", "consumer B"),
}; };
static struct regulator_consumer_supply regulator2_consumers[] = { static struct regulator_consumer_supply regulator2_consumers[] = {
REGULATOR_SUPPLY("Vcc", "consumer A"), REGULATOR_SUPPLY("Vcc", "consumer A"),
}; };
This maps Regulator-1 to the 'Vcc' supply for Consumer B and maps Regulator-2 This maps Regulator-1 to the 'Vcc' supply for Consumer B and maps Regulator-2
to the 'Vcc' supply for Consumer A. to the 'Vcc' supply for Consumer A.
Constraints can now be registered by defining a struct regulator_init_data Constraints can now be registered by defining a struct regulator_init_data
for each regulator power domain. This structure also maps the consumers for each regulator power domain. This structure also maps the consumers
to their supply regulators :- to their supply regulators::
static struct regulator_init_data regulator1_data = { static struct regulator_init_data regulator1_data = {
.constraints = { .constraints = {
.name = "Regulator-1", .name = "Regulator-1",
.min_uV = 3300000, .min_uV = 3300000,
...@@ -46,7 +47,7 @@ static struct regulator_init_data regulator1_data = { ...@@ -46,7 +47,7 @@ static struct regulator_init_data regulator1_data = {
}, },
.num_consumer_supplies = ARRAY_SIZE(regulator1_consumers), .num_consumer_supplies = ARRAY_SIZE(regulator1_consumers),
.consumer_supplies = regulator1_consumers, .consumer_supplies = regulator1_consumers,
}; };
The name field should be set to something that is usefully descriptive The name field should be set to something that is usefully descriptive
for the board for configuration of supplies for other regulators and for the board for configuration of supplies for other regulators and
...@@ -57,9 +58,9 @@ name is provided then the subsystem will choose one. ...@@ -57,9 +58,9 @@ name is provided then the subsystem will choose one.
Regulator-1 supplies power to Regulator-2. This relationship must be registered Regulator-1 supplies power to Regulator-2. This relationship must be registered
with the core so that Regulator-1 is also enabled when Consumer A enables its with the core so that Regulator-1 is also enabled when Consumer A enables its
supply (Regulator-2). The supply regulator is set by the supply_regulator supply (Regulator-2). The supply regulator is set by the supply_regulator
field below and co:- field below and co::
static struct regulator_init_data regulator2_data = { static struct regulator_init_data regulator2_data = {
.supply_regulator = "Regulator-1", .supply_regulator = "Regulator-1",
.constraints = { .constraints = {
.min_uV = 1800000, .min_uV = 1800000,
...@@ -69,11 +70,11 @@ static struct regulator_init_data regulator2_data = { ...@@ -69,11 +70,11 @@ static struct regulator_init_data regulator2_data = {
}, },
.num_consumer_supplies = ARRAY_SIZE(regulator2_consumers), .num_consumer_supplies = ARRAY_SIZE(regulator2_consumers),
.consumer_supplies = regulator2_consumers, .consumer_supplies = regulator2_consumers,
}; };
Finally the regulator devices must be registered in the usual manner. Finally the regulator devices must be registered in the usual manner::
static struct platform_device regulator_devices[] = { static struct platform_device regulator_devices[] = {
{ {
.name = "regulator", .name = "regulator",
.id = DCDC_1, .id = DCDC_1,
...@@ -88,9 +89,9 @@ static struct platform_device regulator_devices[] = { ...@@ -88,9 +89,9 @@ static struct platform_device regulator_devices[] = {
.platform_data = &regulator2_data, .platform_data = &regulator2_data,
}, },
}, },
}; };
/* register regulator 1 device */ /* register regulator 1 device */
platform_device_register(&regulator_devices[0]); platform_device_register(&regulator_devices[0]);
/* register regulator 2 device */ /* register regulator 2 device */
platform_device_register(&regulator_devices[1]); platform_device_register(&regulator_devices[1]);
=============================================
Linux voltage and current regulator framework Linux voltage and current regulator framework
============================================= =============================================
...@@ -13,26 +14,30 @@ regulators (where voltage output is controllable) and current sinks (where ...@@ -13,26 +14,30 @@ regulators (where voltage output is controllable) and current sinks (where
current limit is controllable). current limit is controllable).
(C) 2008 Wolfson Microelectronics PLC. (C) 2008 Wolfson Microelectronics PLC.
Author: Liam Girdwood <lrg@slimlogic.co.uk> Author: Liam Girdwood <lrg@slimlogic.co.uk>
Nomenclature Nomenclature
============ ============
Some terms used in this document:- Some terms used in this document:
o Regulator - Electronic device that supplies power to other devices. - Regulator
- Electronic device that supplies power to other devices.
Most regulators can enable and disable their output while Most regulators can enable and disable their output while
some can control their output voltage and or current. some can control their output voltage and or current.
Input Voltage -> Regulator -> Output Voltage Input Voltage -> Regulator -> Output Voltage
o PMIC - Power Management IC. An IC that contains numerous regulators - PMIC
and often contains other subsystems. - Power Management IC. An IC that contains numerous
regulators and often contains other subsystems.
o Consumer - Electronic device that is supplied power by a regulator. - Consumer
- Electronic device that is supplied power by a regulator.
Consumers can be classified into two types:- Consumers can be classified into two types:-
Static: consumer does not change its supply voltage or Static: consumer does not change its supply voltage or
...@@ -44,46 +49,48 @@ Some terms used in this document:- ...@@ -44,46 +49,48 @@ Some terms used in this document:-
current limit to meet operation demands. current limit to meet operation demands.
o Power Domain - Electronic circuit that is supplied its input power by the - Power Domain
- Electronic circuit that is supplied its input power by the
output power of a regulator, switch or by another power output power of a regulator, switch or by another power
domain. domain.
The supply regulator may be behind a switch(s). i.e. The supply regulator may be behind a switch(s). i.e.::
Regulator -+-> Switch-1 -+-> Switch-2 --> [Consumer A] Regulator -+-> Switch-1 -+-> Switch-2 --> [Consumer A]
| | | |
| +-> [Consumer B], [Consumer C] | +-> [Consumer B], [Consumer C]
| |
+-> [Consumer D], [Consumer E] +-> [Consumer D], [Consumer E]
That is one regulator and three power domains: That is one regulator and three power domains:
Domain 1: Switch-1, Consumers D & E. - Domain 1: Switch-1, Consumers D & E.
Domain 2: Switch-2, Consumers B & C. - Domain 2: Switch-2, Consumers B & C.
Domain 3: Consumer A. - Domain 3: Consumer A.
and this represents a "supplies" relationship: and this represents a "supplies" relationship:
Domain-1 --> Domain-2 --> Domain-3. Domain-1 --> Domain-2 --> Domain-3.
A power domain may have regulators that are supplied power A power domain may have regulators that are supplied power
by other regulators. i.e. by other regulators. i.e.::
Regulator-1 -+-> Regulator-2 -+-> [Consumer A] Regulator-1 -+-> Regulator-2 -+-> [Consumer A]
| |
+-> [Consumer B] +-> [Consumer B]
This gives us two regulators and two power domains: This gives us two regulators and two power domains:
Domain 1: Regulator-2, Consumer B. - Domain 1: Regulator-2, Consumer B.
Domain 2: Consumer A. - Domain 2: Consumer A.
and a "supplies" relationship: and a "supplies" relationship:
Domain-1 --> Domain-2 Domain-1 --> Domain-2
o Constraints - Constraints are used to define power levels for performance - Constraints
- Constraints are used to define power levels for performance
and hardware protection. Constraints exist at three levels: and hardware protection. Constraints exist at three levels:
Regulator Level: This is defined by the regulator hardware Regulator Level: This is defined by the regulator hardware
...@@ -141,7 +148,7 @@ relevant to non SoC devices and is split into the following four interfaces:- ...@@ -141,7 +148,7 @@ relevant to non SoC devices and is split into the following four interfaces:-
limit. This also compiles out if not in use so drivers can be reused in limit. This also compiles out if not in use so drivers can be reused in
systems with no regulator based power control. systems with no regulator based power control.
See Documentation/power/regulator/consumer.txt See Documentation/power/regulator/consumer.rst
2. Regulator driver interface. 2. Regulator driver interface.
...@@ -149,7 +156,7 @@ relevant to non SoC devices and is split into the following four interfaces:- ...@@ -149,7 +156,7 @@ relevant to non SoC devices and is split into the following four interfaces:-
operations to the core. It also has a notifier call chain for propagating operations to the core. It also has a notifier call chain for propagating
regulator events to clients. regulator events to clients.
See Documentation/power/regulator/regulator.txt See Documentation/power/regulator/regulator.rst
3. Machine interface. 3. Machine interface.
...@@ -160,7 +167,7 @@ relevant to non SoC devices and is split into the following four interfaces:- ...@@ -160,7 +167,7 @@ relevant to non SoC devices and is split into the following four interfaces:-
allows the creation of a regulator tree whereby some regulators are allows the creation of a regulator tree whereby some regulators are
supplied by others (similar to a clock tree). supplied by others (similar to a clock tree).
See Documentation/power/regulator/machine.txt See Documentation/power/regulator/machine.rst
4. Userspace ABI. 4. Userspace ABI.
......
==========================
Regulator Driver Interface Regulator Driver Interface
========================== ==========================
...@@ -8,23 +9,24 @@ regulator drivers to register their services with the core framework. ...@@ -8,23 +9,24 @@ regulator drivers to register their services with the core framework.
Registration Registration
============ ============
Drivers can register a regulator by calling :- Drivers can register a regulator by calling::
struct regulator_dev *regulator_register(struct regulator_desc *regulator_desc, struct regulator_dev *regulator_register(struct regulator_desc *regulator_desc,
const struct regulator_config *config); const struct regulator_config *config);
This will register the regulator's capabilities and operations to the regulator This will register the regulator's capabilities and operations to the regulator
core. core.
Regulators can be unregistered by calling :- Regulators can be unregistered by calling::
void regulator_unregister(struct regulator_dev *rdev); void regulator_unregister(struct regulator_dev *rdev);
Regulator Events Regulator Events
================ ================
Regulators can send events (e.g. overtemperature, undervoltage, etc) to Regulators can send events (e.g. overtemperature, undervoltage, etc) to
consumer drivers by calling :- consumer drivers by calling::
int regulator_notifier_call_chain(struct regulator_dev *rdev, int regulator_notifier_call_chain(struct regulator_dev *rdev,
unsigned long event, void *data); unsigned long event, void *data);
How to get s2ram working ========================
~~~~~~~~~~~~~~~~~~~~~~~~ How to get s2ram working
2006 Linus Torvalds ========================
2006 Pavel Machek
2006 Linus Torvalds
2006 Pavel Machek
1) Check suspend.sf.net, program s2ram there has long whitelist of 1) Check suspend.sf.net, program s2ram there has long whitelist of
"known ok" machines, along with tricks to use on each one. "known ok" machines, along with tricks to use on each one.
...@@ -12,8 +14,8 @@ ...@@ -12,8 +14,8 @@
3) You can use Linus' TRACE_RESUME infrastructure, described below. 3) You can use Linus' TRACE_RESUME infrastructure, described below.
Using TRACE_RESUME Using TRACE_RESUME
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
I've been working at making the machines I have able to STR, and almost I've been working at making the machines I have able to STR, and almost
always it's a driver that is buggy. Thank God for the suspend/resume always it's a driver that is buggy. Thank God for the suspend/resume
...@@ -27,7 +29,7 @@ machine that doesn't boot) is: ...@@ -27,7 +29,7 @@ machine that doesn't boot) is:
- enable PM_DEBUG, and PM_TRACE - enable PM_DEBUG, and PM_TRACE
- use a script like this: - use a script like this::
#!/bin/sh #!/bin/sh
sync sync
...@@ -38,7 +40,7 @@ machine that doesn't boot) is: ...@@ -38,7 +40,7 @@ machine that doesn't boot) is:
- if it doesn't come back up (which is usually the problem), reboot by - if it doesn't come back up (which is usually the problem), reboot by
holding the power button down, and look at the dmesg output for things holding the power button down, and look at the dmesg output for things
like like::
Magic number: 4:156:725 Magic number: 4:156:725
hash matches drivers/base/power/resume.c:28 hash matches drivers/base/power/resume.c:28
...@@ -52,7 +54,7 @@ machine that doesn't boot) is: ...@@ -52,7 +54,7 @@ machine that doesn't boot) is:
If no device matches the hash (or any matches appear to be false positives), If no device matches the hash (or any matches appear to be false positives),
the culprit may be a device from a loadable kernel module that is not loaded the culprit may be a device from a loadable kernel module that is not loaded
until after the hash is checked. You can check the hash against the current until after the hash is checked. You can check the hash against the current
devices again after more modules are loaded using sysfs: devices again after more modules are loaded using sysfs::
cat /sys/power/pm_trace_dev_match cat /sys/power/pm_trace_dev_match
......
====================================================================
Interaction of Suspend code (S3) with the CPU hotplug infrastructure Interaction of Suspend code (S3) with the CPU hotplug infrastructure
====================================================================
(C) 2011 - 2014 Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> (C) 2011 - 2014 Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
I. How does the regular CPU hotplug code differ from how the Suspend-to-RAM I. Differences between CPU hotplug and Suspend-to-RAM
infrastructure uses it internally? And where do they share common code? ======================================================
How does the regular CPU hotplug code differ from how the Suspend-to-RAM
infrastructure uses it internally? And where do they share common code?
Well, a picture is worth a thousand words... So ASCII art follows :-) Well, a picture is worth a thousand words... So ASCII art follows :-)
...@@ -16,13 +21,13 @@ of describing where they take different paths and where they share code. ...@@ -16,13 +21,13 @@ of describing where they take different paths and where they share code.
What happens when regular CPU hotplug and Suspend-to-RAM race with each other What happens when regular CPU hotplug and Suspend-to-RAM race with each other
is not depicted here.] is not depicted here.]
On a high level, the suspend-resume cycle goes like this: On a high level, the suspend-resume cycle goes like this::
|Freeze| -> |Disable nonboot| -> |Do suspend| -> |Enable nonboot| -> |Thaw | |Freeze| -> |Disable nonboot| -> |Do suspend| -> |Enable nonboot| -> |Thaw |
|tasks | | cpus | | | | cpus | |tasks| |tasks | | cpus | | | | cpus | |tasks|
More details follow: More details follow::
Suspend call path Suspend call path
----------------- -----------------
...@@ -87,7 +92,9 @@ More details follow: ...@@ -87,7 +92,9 @@ More details follow:
Resuming back is likewise, with the counterparts being (in the order of Resuming back is likewise, with the counterparts being (in the order of
execution during resume): execution during resume):
* enable_nonboot_cpus() which involves:
* enable_nonboot_cpus() which involves::
| Acquire cpu_add_remove_lock | Acquire cpu_add_remove_lock
| Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug | Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug
| Call _cpu_up() [for all those cpus in the frozen_cpus mask, in a loop] | Call _cpu_up() [for all those cpus in the frozen_cpus mask, in a loop]
...@@ -103,6 +110,8 @@ It is to be noted here that the system_transition_mutex lock is acquired at the ...@@ -103,6 +110,8 @@ It is to be noted here that the system_transition_mutex lock is acquired at the
beginning, when we are just starting out to suspend, and then released only beginning, when we are just starting out to suspend, and then released only
after the entire cycle is complete (i.e., suspend + resume). after the entire cycle is complete (i.e., suspend + resume).
::
Regular CPU hotplug call path Regular CPU hotplug call path
...@@ -152,16 +161,16 @@ with the 'tasks_frozen' argument set to 1. ...@@ -152,16 +161,16 @@ with the 'tasks_frozen' argument set to 1.
Important files and functions/entry points: Important files and functions/entry points:
------------------------------------------ -------------------------------------------
kernel/power/process.c : freeze_processes(), thaw_processes() - kernel/power/process.c : freeze_processes(), thaw_processes()
kernel/power/suspend.c : suspend_prepare(), suspend_enter(), suspend_finish() - kernel/power/suspend.c : suspend_prepare(), suspend_enter(), suspend_finish()
kernel/cpu.c: cpu_[up|down](), _cpu_[up|down](), [disable|enable]_nonboot_cpus() - kernel/cpu.c: cpu_[up|down](), _cpu_[up|down](), [disable|enable]_nonboot_cpus()
II. What are the issues involved in CPU hotplug? II. What are the issues involved in CPU hotplug?
------------------------------------------- ------------------------------------------------
There are some interesting situations involving CPU hotplug and microcode There are some interesting situations involving CPU hotplug and microcode
update on the CPUs, as discussed below: update on the CPUs, as discussed below:
...@@ -243,8 +252,11 @@ d. Handling microcode update during suspend/hibernate: ...@@ -243,8 +252,11 @@ d. Handling microcode update during suspend/hibernate:
cycles). cycles).
III. Are there any known problems when regular CPU hotplug and suspend race III. Known problems
with each other? ===================
Are there any known problems when regular CPU hotplug and suspend race
with each other?
Yes, they are listed below: Yes, they are listed below:
......
====================================
System Suspend and Device Interrupts System Suspend and Device Interrupts
====================================
Copyright (C) 2014 Intel Corp. Copyright (C) 2014 Intel Corp.
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
......
===============================================
Using swap files with software suspend (swsusp) Using swap files with software suspend (swsusp)
===============================================
(C) 2006 Rafael J. Wysocki <rjw@sisk.pl> (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
The Linux kernel handles swap files almost in the same way as it handles swap The Linux kernel handles swap files almost in the same way as it handles swap
...@@ -21,20 +24,20 @@ units. ...@@ -21,20 +24,20 @@ units.
In order to use a swap file with swsusp, you need to: In order to use a swap file with swsusp, you need to:
1) Create the swap file and make it active, eg. 1) Create the swap file and make it active, eg.::
# dd if=/dev/zero of=<swap_file_path> bs=1024 count=<swap_file_size_in_k> # dd if=/dev/zero of=<swap_file_path> bs=1024 count=<swap_file_size_in_k>
# mkswap <swap_file_path> # mkswap <swap_file_path>
# swapon <swap_file_path> # swapon <swap_file_path>
2) Use an application that will bmap the swap file with the help of the 2) Use an application that will bmap the swap file with the help of the
FIBMAP ioctl and determine the location of the file's swap header, as the FIBMAP ioctl and determine the location of the file's swap header, as the
offset, in <PAGE_SIZE> units, from the beginning of the partition which offset, in <PAGE_SIZE> units, from the beginning of the partition which
holds the swap file. holds the swap file.
3) Add the following parameters to the kernel command line: 3) Add the following parameters to the kernel command line::
resume=<swap_file_partition> resume_offset=<swap_file_offset> resume=<swap_file_partition> resume_offset=<swap_file_offset>
where <swap_file_partition> is the partition on which the swap file is located where <swap_file_partition> is the partition on which the swap file is located
and <swap_file_offset> is the offset of the swap header determined by the and <swap_file_offset> is the offset of the swap header determined by the
...@@ -46,7 +49,7 @@ OR ...@@ -46,7 +49,7 @@ OR
Use a userland suspend application that will set the partition and offset Use a userland suspend application that will set the partition and offset
with the help of the SNAPSHOT_SET_SWAP_AREA ioctl described in with the help of the SNAPSHOT_SET_SWAP_AREA ioctl described in
Documentation/power/userland-swsusp.txt (this is the only method to suspend Documentation/power/userland-swsusp.rst (this is the only method to suspend
to a swap file allowing the resume to be initiated from an initrd or initramfs to a swap file allowing the resume to be initiated from an initrd or initramfs
image). image).
......
=======================================
How to use dm-crypt and swsusp together
=======================================
Author: Andreas Steinmetz <ast@domdv.de> Author: Andreas Steinmetz <ast@domdv.de>
How to use dm-crypt and swsusp together:
========================================
Some prerequisites: Some prerequisites:
You know how dm-crypt works. If not, visit the following web page: You know how dm-crypt works. If not, visit the following web page:
http://www.saout.de/misc/dm-crypt/ http://www.saout.de/misc/dm-crypt/
You have read Documentation/power/swsusp.txt and understand it. You have read Documentation/power/swsusp.rst and understand it.
You did read Documentation/admin-guide/initrd.rst and know how an initrd works. You did read Documentation/admin-guide/initrd.rst and know how an initrd works.
You know how to create or how to modify an initrd. You know how to create or how to modify an initrd.
...@@ -29,23 +31,23 @@ a way that the swap device you suspend to/resume from has ...@@ -29,23 +31,23 @@ a way that the swap device you suspend to/resume from has
always the same major/minor within the initrd as well as always the same major/minor within the initrd as well as
within your running system. The easiest way to achieve this is within your running system. The easiest way to achieve this is
to always set up this swap device first with dmsetup, so that to always set up this swap device first with dmsetup, so that
it will always look like the following: it will always look like the following::
brw------- 1 root root 254, 0 Jul 28 13:37 /dev/mapper/swap0 brw------- 1 root root 254, 0 Jul 28 13:37 /dev/mapper/swap0
Now set up your kernel to use /dev/mapper/swap0 as the default Now set up your kernel to use /dev/mapper/swap0 as the default
resume partition, so your kernel .config contains: resume partition, so your kernel .config contains::
CONFIG_PM_STD_PARTITION="/dev/mapper/swap0" CONFIG_PM_STD_PARTITION="/dev/mapper/swap0"
Prepare your boot loader to use the initrd you will create or Prepare your boot loader to use the initrd you will create or
modify. For lilo the simplest setup looks like the following modify. For lilo the simplest setup looks like the following
lines: lines::
image=/boot/vmlinuz image=/boot/vmlinuz
initrd=/boot/initrd.gz initrd=/boot/initrd.gz
label=linux label=linux
append="root=/dev/ram0 init=/linuxrc rw" append="root=/dev/ram0 init=/linuxrc rw"
Finally you need to create or modify your initrd. Lets assume Finally you need to create or modify your initrd. Lets assume
you create an initrd that reads the required dm-crypt setup you create an initrd that reads the required dm-crypt setup
...@@ -53,66 +55,66 @@ from a pcmcia flash disk card. The card is formatted with an ext2 ...@@ -53,66 +55,66 @@ from a pcmcia flash disk card. The card is formatted with an ext2
fs which resides on /dev/hde1 when the card is inserted. The fs which resides on /dev/hde1 when the card is inserted. The
card contains at least the encrypted swap setup in a file card contains at least the encrypted swap setup in a file
named "swapkey". /etc/fstab of your initrd contains something named "swapkey". /etc/fstab of your initrd contains something
like the following: like the following::
/dev/hda1 /mnt ext3 ro 0 0 /dev/hda1 /mnt ext3 ro 0 0
none /proc proc defaults,noatime,nodiratime 0 0 none /proc proc defaults,noatime,nodiratime 0 0
none /sys sysfs defaults,noatime,nodiratime 0 0 none /sys sysfs defaults,noatime,nodiratime 0 0
/dev/hda1 contains an unencrypted mini system that sets up all /dev/hda1 contains an unencrypted mini system that sets up all
of your crypto devices, again by reading the setup from the of your crypto devices, again by reading the setup from the
pcmcia flash disk. What follows now is a /linuxrc for your pcmcia flash disk. What follows now is a /linuxrc for your
initrd that allows you to resume from encrypted swap and that initrd that allows you to resume from encrypted swap and that
continues boot with your mini system on /dev/hda1 if resume continues boot with your mini system on /dev/hda1 if resume
does not happen: does not happen::
#!/bin/sh #!/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin PATH=/sbin:/bin:/usr/sbin:/usr/bin
mount /proc mount /proc
mount /sys mount /sys
mapped=0 mapped=0
noresume=`grep -c noresume /proc/cmdline` noresume=`grep -c noresume /proc/cmdline`
if [ "$*" != "" ] if [ "$*" != "" ]
then
noresume=1
fi
dmesg -n 1
/sbin/cardmgr -q
for i in 1 2 3 4 5 6 7 8 9 0
do
if [ -f /proc/ide/hde/media ]
then then
usleep 500000 noresume=1
mount -t ext2 -o ro /dev/hde1 /mnt fi
if [ -f /mnt/swapkey ] dmesg -n 1
/sbin/cardmgr -q
for i in 1 2 3 4 5 6 7 8 9 0
do
if [ -f /proc/ide/hde/media ]
then then
dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1 usleep 500000
mount -t ext2 -o ro /dev/hde1 /mnt
if [ -f /mnt/swapkey ]
then
dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1
fi
umount /mnt
break
fi fi
umount /mnt usleep 500000
break done
fi killproc /sbin/cardmgr
usleep 500000 dmesg -n 6
done if [ $mapped = 1 ]
killproc /sbin/cardmgr
dmesg -n 6
if [ $mapped = 1 ]
then
if [ $noresume != 0 ]
then then
mkswap /dev/mapper/swap0 > /dev/null 2>&1 if [ $noresume != 0 ]
then
mkswap /dev/mapper/swap0 > /dev/null 2>&1
fi
echo 254:0 > /sys/power/resume
dmsetup remove swap0
fi fi
echo 254:0 > /sys/power/resume umount /sys
dmsetup remove swap0 mount /mnt
fi umount /proc
umount /sys cd /mnt
mount /mnt pivot_root . mnt
umount /proc mount /proc
cd /mnt umount -l /mnt
pivot_root . mnt umount /proc
mount /proc exec chroot . /sbin/init $* < dev/console > dev/console 2>&1
umount -l /mnt
umount /proc
exec chroot . /sbin/init $* < dev/console > dev/console 2>&1
Please don't mind the weird loop above, busybox's msh doesn't know Please don't mind the weird loop above, busybox's msh doesn't know
the let statement. Now, what is happening in the script? the let statement. Now, what is happening in the script?
......
This diff is collapsed.
This diff is collapsed.
swsusp/S3 tricks ================
~~~~~~~~~~~~~~~~ swsusp/S3 tricks
================
Pavel Machek <pavel@ucw.cz> Pavel Machek <pavel@ucw.cz>
If you want to trick swsusp/S3 into working, you might want to try: If you want to trick swsusp/S3 into working, you might want to try:
......
...@@ -117,7 +117,7 @@ PM support: ...@@ -117,7 +117,7 @@ PM support:
implemented") error. You should also try to make sure that your implemented") error. You should also try to make sure that your
driver uses as little power as possible when it's not doing driver uses as little power as possible when it's not doing
anything. For the driver testing instructions see anything. For the driver testing instructions see
Documentation/power/drivers-testing.txt and for a relatively Documentation/power/drivers-testing.rst and for a relatively
complete overview of the power management issues related to complete overview of the power management issues related to
drivers see :ref:`Documentation/driver-api/pm/devices.rst <driverapi_pm_devices>`. drivers see :ref:`Documentation/driver-api/pm/devices.rst <driverapi_pm_devices>`.
......
...@@ -22,7 +22,7 @@ the highest. ...@@ -22,7 +22,7 @@ the highest.
The actual EM used by EAS is _not_ maintained by the scheduler, but by a The actual EM used by EAS is _not_ maintained by the scheduler, but by a
dedicated framework. For details about this framework and what it provides, dedicated framework. For details about this framework and what it provides,
please refer to its documentation (see Documentation/power/energy-model.txt). please refer to its documentation (see Documentation/power/energy-model.rst).
2. Background and Terminology 2. Background and Terminology
...@@ -81,7 +81,7 @@ through the arch_scale_cpu_capacity() callback. ...@@ -81,7 +81,7 @@ through the arch_scale_cpu_capacity() callback.
The rest of platform knowledge used by EAS is directly read from the Energy The rest of platform knowledge used by EAS is directly read from the Energy
Model (EM) framework. The EM of a platform is composed of a power cost table Model (EM) framework. The EM of a platform is composed of a power cost table
per 'performance domain' in the system (see Documentation/power/energy-model.txt per 'performance domain' in the system (see Documentation/power/energy-model.rst
for futher details about performance domains). for futher details about performance domains).
The scheduler manages references to the EM objects in the topology code when the The scheduler manages references to the EM objects in the topology code when the
...@@ -352,7 +352,7 @@ could be amended in the future if proven otherwise. ...@@ -352,7 +352,7 @@ could be amended in the future if proven otherwise.
EAS uses the EM of a platform to estimate the impact of scheduling decisions on EAS uses the EM of a platform to estimate the impact of scheduling decisions on
energy. So, your platform must provide power cost tables to the EM framework in energy. So, your platform must provide power cost tables to the EM framework in
order to make EAS start. To do so, please refer to documentation of the order to make EAS start. To do so, please refer to documentation of the
independent EM framework in Documentation/power/energy-model.txt. independent EM framework in Documentation/power/energy-model.rst.
Please also note that the scheduling domains need to be re-built after the Please also note that the scheduling domains need to be re-built after the
EM has been registered in order to start EAS. EM has been registered in order to start EAS.
......
...@@ -151,7 +151,7 @@ At the runtime you can disable idle states with below methods: ...@@ -151,7 +151,7 @@ At the runtime you can disable idle states with below methods:
It is possible to disable CPU idle states by way of the PM QoS It is possible to disable CPU idle states by way of the PM QoS
subsystem, more specifically by using the "/dev/cpu_dma_latency" subsystem, more specifically by using the "/dev/cpu_dma_latency"
interface (see Documentation/power/pm_qos_interface.txt for more interface (see Documentation/power/pm_qos_interface.rst for more
details). As specified in the PM QoS documentation the requested details). As specified in the PM QoS documentation the requested
parameter will stay in effect until the file descriptor is released. parameter will stay in effect until the file descriptor is released.
For example: For example:
......
...@@ -97,7 +97,7 @@ Linux 2.6: ...@@ -97,7 +97,7 @@ Linux 2.6:
函数定义成返回 -ENOSYS(功能未实现)错误。你还应该尝试确 函数定义成返回 -ENOSYS(功能未实现)错误。你还应该尝试确
保你的驱动在什么都不干的情况下将耗电降到最低。要获得驱动 保你的驱动在什么都不干的情况下将耗电降到最低。要获得驱动
程序测试的指导,请参阅 程序测试的指导,请参阅
Documentation/power/drivers-testing.txt。有关驱动程序电 Documentation/power/drivers-testing.rst。有关驱动程序电
源管理问题相对全面的概述,请参阅 源管理问题相对全面的概述,请参阅
Documentation/driver-api/pm/devices.rst。 Documentation/driver-api/pm/devices.rst。
......
...@@ -6446,7 +6446,7 @@ M: "Rafael J. Wysocki" <rjw@rjwysocki.net> ...@@ -6446,7 +6446,7 @@ M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
M: Pavel Machek <pavel@ucw.cz> M: Pavel Machek <pavel@ucw.cz>
L: linux-pm@vger.kernel.org L: linux-pm@vger.kernel.org
S: Supported S: Supported
F: Documentation/power/freezing-of-tasks.txt F: Documentation/power/freezing-of-tasks.rst
F: include/linux/freezer.h F: include/linux/freezer.h
F: kernel/freezer.c F: kernel/freezer.c
...@@ -11764,7 +11764,7 @@ S: Maintained ...@@ -11764,7 +11764,7 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
F: drivers/opp/ F: drivers/opp/
F: include/linux/pm_opp.h F: include/linux/pm_opp.h
F: Documentation/power/opp.txt F: Documentation/power/opp.rst
F: Documentation/devicetree/bindings/opp/ F: Documentation/devicetree/bindings/opp/
OPL4 DRIVER OPL4 DRIVER
......
...@@ -2447,7 +2447,7 @@ menuconfig APM ...@@ -2447,7 +2447,7 @@ menuconfig APM
machines with more than one CPU. machines with more than one CPU.
In order to use APM, you will need supporting software. For location In order to use APM, you will need supporting software. For location
and more information, read <file:Documentation/power/apm-acpi.txt> and more information, read <file:Documentation/power/apm-acpi.rst>
and the Battery Powered Linux mini-HOWTO, available from and the Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>. <http://www.tldp.org/docs.html#howto>.
......
...@@ -1175,7 +1175,7 @@ struct skl_wm_params { ...@@ -1175,7 +1175,7 @@ struct skl_wm_params {
* to be disabled. This shouldn't happen and we'll print some error messages in * to be disabled. This shouldn't happen and we'll print some error messages in
* case it happens. * case it happens.
* *
* For more, read the Documentation/power/runtime_pm.txt. * For more, read the Documentation/power/runtime_pm.rst.
*/ */
struct i915_runtime_pm { struct i915_runtime_pm {
atomic_t wakeref_count; atomic_t wakeref_count;
......
...@@ -10,4 +10,4 @@ config PM_OPP ...@@ -10,4 +10,4 @@ config PM_OPP
OPP layer organizes the data internally using device pointers OPP layer organizes the data internally using device pointers
representing individual voltage domains and provides SOC representing individual voltage domains and provides SOC
implementations a ready to use framework to manage OPPs. implementations a ready to use framework to manage OPPs.
For more information, read <file:Documentation/power/opp.txt> For more information, read <file:Documentation/power/opp.rst>
...@@ -607,7 +607,7 @@ int power_supply_get_battery_info(struct power_supply *psy, ...@@ -607,7 +607,7 @@ int power_supply_get_battery_info(struct power_supply *psy,
/* The property and field names below must correspond to elements /* The property and field names below must correspond to elements
* in enum power_supply_property. For reasoning, see * in enum power_supply_property. For reasoning, see
* Documentation/power/power_supply_class.txt. * Documentation/power/power_supply_class.rst.
*/ */
of_property_read_u32(battery_np, "energy-full-design-microwatt-hours", of_property_read_u32(battery_np, "energy-full-design-microwatt-hours",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment