diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-09-06 07:15:24 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-06 09:14:52 -0600 |
commit | 5e995786850e78b7950f6979a6bdd3990abc89cd (patch) | |
tree | e95ff5fb0ee816885b92206fdff70aa1bfe4a027 /Documentation/driver-api/index.rst | |
parent | 70fc1f547a91c137913a23a0f7a4a89c33930c6a (diff) | |
download | linux-stable-5e995786850e78b7950f6979a6bdd3990abc89cd.tar.gz linux-stable-5e995786850e78b7950f6979a6bdd3990abc89cd.tar.bz2 linux-stable-5e995786850e78b7950f6979a6bdd3990abc89cd.zip |
docs: split up serial-interfaces.rst
It never made sense to keep these documents together; move each into its
own file.
Drop the section numbering on hsi.txt on its way to its own file.
Suggested-by: Sebastian Reichel <sre@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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index b50c41011e47..8e259c5d0322 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -20,5 +20,7 @@ available subsections can be seen below. sound frame-buffer input - serial-interfaces + spi + i2c + hsi miscellaneous |