docs: fpga: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:52:46 +0000 (14:52 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:21:15 +0000 (14:21 -0600)
commitc220a1fae6c5df52ed3a02f88b86a27830ea0210
treefd7c49ad4276b38b7489300c8ccfb85e96de58bf
parentab42b818954c040fa13639dc031d8541edcecb4b
docs: fpga: convert docs to ReST and rename to *.rst

The dfl.txt file is almost there. It needs just a few
adjustments to be properly parsed.

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: Jonathan Corbet <corbet@lwn.net>
Documentation/fpga/dfl.rst [moved from Documentation/fpga/dfl.txt with 89% similarity]
Documentation/fpga/index.rst [new file with mode: 0644]
MAINTAINERS