summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/s390-drivers.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-09 04:27:16 +0200
committerHeiko Carstens2019-06-11 09:48:14 +0200
commit8b4a503d659b32cae8266aeb306f7fd6717e6a53 (patch)
tree4d16b79021d75c7dfe5db7fe13811e1031517a1d /Documentation/driver-api/s390-drivers.rst
parentdocs: Debugging390.txt: convert table to ascii artwork (diff)
downloadkernel-qcow2-linux-8b4a503d659b32cae8266aeb306f7fd6717e6a53.tar.gz
kernel-qcow2-linux-8b4a503d659b32cae8266aeb306f7fd6717e6a53.tar.xz
kernel-qcow2-linux-8b4a503d659b32cae8266aeb306f7fd6717e6a53.zip
docs: s390: convert docs to ReST and rename to *.rst
Convert all text files with s390 documentation to ReST format. Tried to preserve as much as possible the original document format. Still, some of the files required some work in order for it to be visible on both plain text and after converted to html. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'Documentation/driver-api/s390-drivers.rst')
-rw-r--r--Documentation/driver-api/s390-drivers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/s390-drivers.rst b/Documentation/driver-api/s390-drivers.rst
index 30e6aa7e160b..5158577bc29b 100644
--- a/Documentation/driver-api/s390-drivers.rst
+++ b/Documentation/driver-api/s390-drivers.rst
@@ -27,7 +27,7 @@ not strictly considered I/O devices. They are considered here as well,
although they are not the focus of this document.
Some additional information can also be found in the kernel source under
-Documentation/s390/driver-model.txt.
+Documentation/s390/driver-model.rst.
The css bus
===========
@@ -38,7 +38,7 @@ into several categories:
* Standard I/O subchannels, for use by the system. They have a child
device on the ccw bus and are described below.
* I/O subchannels bound to the vfio-ccw driver. See
- Documentation/s390/vfio-ccw.txt.
+ Documentation/s390/vfio-ccw.rst.
* Message subchannels. No Linux driver currently exists.
* CHSC subchannels (at most one). The chsc subchannel driver can be used
to send asynchronous chsc commands.