summaryrefslogtreecommitdiffstats
path: root/drivers/opp
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-13 06:10:36 -0400
committerBjorn Helgaas <bhelgaas@google.com>2019-06-14 17:08:36 -0400
commit151f4e2bdc7a04020ae5c533896fb91a16e1f501 (patch)
tree20c8504f4fea46bf421107074f511fd51acf44fc /drivers/opp
parent9595aee2a389be5dfa9a0121a14e8fba70f17278 (diff)
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: 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>
Diffstat (limited to 'drivers/opp')
-rw-r--r--drivers/opp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opp/Kconfig b/drivers/opp/Kconfig
index a7fbb93f302c..1f64a3d46c8a 100644
--- a/drivers/opp/Kconfig
+++ b/drivers/opp/Kconfig
@@ -10,4 +10,4 @@ config PM_OPP
10 OPP layer organizes the data internally using device pointers 10 OPP layer organizes the data internally using device pointers
11 representing individual voltage domains and provides SOC 11 representing individual voltage domains and provides SOC
12 implementations a ready to use framework to manage OPPs. 12 implementations a ready to use framework to manage OPPs.
13 For more information, read <file:Documentation/power/opp.txt> 13 For more information, read <file:Documentation/power/opp.rst>