mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 10:34:55 +08:00
151f4e2bdc
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: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
14 lines
570 B
Plaintext
14 lines
570 B
Plaintext
config PM_OPP
|
|
bool
|
|
select SRCU
|
|
---help---
|
|
SOCs have a standard set of tuples consisting of frequency and
|
|
voltage pairs that the device will support per voltage domain. This
|
|
is called Operating Performance Point or OPP. The actual definitions
|
|
of OPP varies over silicon within the same family of devices.
|
|
|
|
OPP layer organizes the data internally using device pointers
|
|
representing individual voltage domains and provides SOC
|
|
implementations a ready to use framework to manage OPPs.
|
|
For more information, read <file:Documentation/power/opp.rst>
|