]> asedeno.scripts.mit.edu Git - linux.git/commit
docs: gpio: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 22 Apr 2019 13:27:04 +0000 (10:27 -0300)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Apr 2019 21:30:07 +0000 (23:30 +0200)
commit7358a821f0b571e824fa531c4f764000eeee320a
tree7b36e6643848a26fac739381c44f43d131664138
parent4a4b119b176e992912941a1e9dfa9d138b1c2faa
docs: gpio: convert docs to ReST and rename to *.rst

The API described at sysfs.txt is deprecated.

Still, as it is still part of the Kernel (and will likely be
there for some time, as we don't simply remove APIs). So,
it makes sense to keep it there.

The conversion of this file is trivial:
  - add blank lines and identation in order to identify paragraphs;
  - mark a literal block as such.

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: Linus Walleij <linus.walleij@linaro.org>
Documentation/gpio/index.rst [new file with mode: 0644]
Documentation/gpio/sysfs.rst [moved from Documentation/gpio/sysfs.txt with 86% similarity]