Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
18bcaa4e d8a121e3

+2 -3
-2
Documentation/00-INDEX
··· 82 82 - cgroups v1 features, including cpusets and memory controller. 83 83 cgroup-v2.txt 84 84 - cgroups v2 features, including cpusets and memory controller. 85 - clk.txt 86 - - info on the common clock framework 87 85 cma/ 88 86 - Continuous Memory Area (CMA) debugfs interface. 89 87 conf.py
+1 -1
Documentation/admin-guide/kernel-parameters.txt
··· 518 518 those clocks in any way. This parameter is useful for 519 519 debug and development, but should not be needed on a 520 520 platform with proper driver support. For more 521 - information, see Documentation/clk.txt. 521 + information, see Documentation/driver-api/clk.rst. 522 522 523 523 clock= [BUGS=X86-32, HW] gettimeofday clocksource override. 524 524 [Deprecated]
Documentation/clk.txt Documentation/driver-api/clk.rst
+1
Documentation/driver-api/index.rst
··· 17 17 basics 18 18 infrastructure 19 19 pm/index 20 + clk 20 21 device-io 21 22 device_connection 22 23 dma-buf