summaryrefslogtreecommitdiffstats
path: root/Documentation/sparc/console.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: move sparc documentation under Documentation/arch/Jonathan Corbet2023-03-301-9/+0
| | | | | | | | | | Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Move Documentation/sparc into arch/ and fix all in-tree references. Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: sparc: convert to ReSTMauro Carvalho Chehab2019-05-091-0/+9
Rename the sparc documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. There is an except from a document under oradax dir. It doesn't seem to make much sense to convert this one to ReST, so let's add it as an included document. 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: David S. Miller <davem@davemloft.net>