Commit 18bcaa4e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

docs: driver-api: add clk documentation

The clk.rst is already in ReST format. So, move it to the
driver-api guide, where it belongs.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent d8a121e3
...@@ -82,8 +82,6 @@ cgroup-v1/ ...@@ -82,8 +82,6 @@ cgroup-v1/
- cgroups v1 features, including cpusets and memory controller. - cgroups v1 features, including cpusets and memory controller.
cgroup-v2.txt cgroup-v2.txt
- cgroups v2 features, including cpusets and memory controller. - cgroups v2 features, including cpusets and memory controller.
clk.txt
- info on the common clock framework
cma/ cma/
- Continuous Memory Area (CMA) debugfs interface. - Continuous Memory Area (CMA) debugfs interface.
conf.py conf.py
......
...@@ -518,7 +518,7 @@ ...@@ -518,7 +518,7 @@
those clocks in any way. This parameter is useful for those clocks in any way. This parameter is useful for
debug and development, but should not be needed on a debug and development, but should not be needed on a
platform with proper driver support. For more platform with proper driver support. For more
information, see Documentation/clk.txt. information, see Documentation/driver-api/clk.rst.
clock= [BUGS=X86-32, HW] gettimeofday clocksource override. clock= [BUGS=X86-32, HW] gettimeofday clocksource override.
[Deprecated] [Deprecated]
......
...@@ -17,6 +17,7 @@ available subsections can be seen below. ...@@ -17,6 +17,7 @@ available subsections can be seen below.
basics basics
infrastructure infrastructure
pm/index pm/index
clk
device-io device-io
device_connection device_connection
dma-buf dma-buf
......
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