Commit 8e2a46a4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs: move remaining stuff under Documentation/*.txt to Documentation/staging



There are several files that I was unable to find a proper place
for them, and 3 ones that are still in plain old text format.

Let's place those stuff behind the carpet, as we'd like to keep the
root directory clean.

We can later discuss and move those into better places.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/11bd0d75e65a874f7c276a0aeab0fe13f3376f5f.1592203650.git.mchehab+huawei@kernel.org


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 781885fd
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -182,6 +182,19 @@ subprojects.

   filesystems/ext4/index

Other documentation
-------------------

There are several unsorted documents that don't seem to fit on other parts
of the documentation body, or may require some adjustments and/or conversion
to ReStructured Text format, or are simply too old.

.. toctree::
   :maxdepth: 2

   staging/index


Translations
------------

+32 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

Unsorted Documentation
======================

.. toctree::
   :maxdepth: 2

   crc32
   kprobes
   lzo
   remoteproc
   rpmsg
   speculation
   static-keys
   tee
   xz

Atomic Types
============

.. literalinclude:: ../atomic_t.txt

Atomic bitops
=============

.. literalinclude:: ../atomic_bitops.txt

Memory Barriers
===============

.. literalinclude:: ../memory-barriers.txt
+0 −0

File moved.

Loading