Skip to content

Commit 12bd112

Browse files
mchehabrafaeljw
authored andcommitted
docs: cpu-freq: convert index.txt to ReST
most of the stuff there can be re-used with ReST format, but we need to add an empty TOC and remove the existing entries, as the following conversion patches will be re-adding them, as they're converted. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent c3419b7 commit 12bd112

File tree

3 files changed

+36
-56
lines changed

3 files changed

+36
-56
lines changed

Documentation/cpu-freq/index.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
==============================================================================
4+
Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
5+
==============================================================================
6+
7+
Author: Dominik Brodowski <[email protected]>
8+
9+
Clock scaling allows you to change the clock speed of the CPUs on the
10+
fly. This is a nice method to save battery power, because the lower
11+
the clock speed, the less power the CPU consumes.
12+
13+
14+
.. toctree::
15+
:maxdepth: 1
16+
17+
Mailing List
18+
------------
19+
There is a CPU frequency changing CVS commit and general list where
20+
you can report bugs, problems or submit patches. To post a message,
21+
send an email to [email protected].
22+
23+
Links
24+
-----
25+
the FTP archives:
26+
* ftp://ftp.linux.org.uk/pub/linux/cpufreq/
27+
28+
how to access the CVS repository:
29+
* http://cvs.arm.linux.org.uk/
30+
31+
the CPUFreq Mailing list:
32+
* http://vger.kernel.org/vger-lists.html#linux-pm
33+
34+
Clock and voltage scaling for the SA-1100:
35+
* http://www.lartmaker.nl/projects/scaling

Documentation/cpu-freq/index.txt

Lines changed: 0 additions & 56 deletions
This file was deleted.

Documentation/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ needed).
9999
accounting/index
100100
block/index
101101
cdrom/index
102+
cpu-freq/index
102103
ide/index
103104
fb/index
104105
fpga/index

0 commit comments

Comments
 (0)