diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-07 06:35:44 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-08 10:09:24 -0600 |
commit | 18bcaa4e617c04043e46e70c54753d42cf6728f4 (patch) | |
tree | dd607437275ca632b0ec80e8cfaca742c18d5d74 /Documentation/driver-api/index.rst | |
parent | d8a121e3d5a503152206bfa1d16d88074b121b2a (diff) | |
download | linux-18bcaa4e617c04043e46e70c54753d42cf6728f4.tar.bz2 |
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>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 3ac51c94f97b..5d04296f5ce0 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -17,6 +17,7 @@ available subsections can be seen below. basics infrastructure pm/index + clk device-io device_connection dma-buf |