]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs: mtd: move it to the driver-api book
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 18 Jun 2019 19:40:16 +0000 (16:40 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 12:20:28 +0000 (09:20 -0300)
While I was tempted to move it to admin-guide, as some docs
there are more userspace-faced, there are some very technical
discussions about memory error correction code from the Kernel
implementer's PoV. So, let's place it inside the driver-api
book.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/driver-api/index.rst
Documentation/driver-api/mtd/index.rst [moved from Documentation/mtd/index.rst with 94% similarity]
Documentation/driver-api/mtd/intel-spi.rst [moved from Documentation/mtd/intel-spi.rst with 100% similarity]
Documentation/driver-api/mtd/nand_ecc.rst [moved from Documentation/mtd/nand_ecc.rst with 100% similarity]
Documentation/driver-api/mtd/spi-nor.rst [moved from Documentation/mtd/spi-nor.rst with 100% similarity]
drivers/mtd/nand/raw/nand_ecc.c

index 410dd71107726ff8b7d04a5c29b451bf8a06dcd9..7ecc65093493f86340155af2c4b61eeb7754d944 100644 (file)
@@ -44,6 +44,7 @@ available subsections can be seen below.
    mtdnand
    miscellaneous
    mei/index
+   mtd/index
    nvdimm/index
    w1
    rapidio/index
similarity index 94%
rename from Documentation/mtd/index.rst
rename to Documentation/driver-api/mtd/index.rst
index 4fdae418ac979957850a8fdf7dd088d329d9feea..2e0e7cc4055e38069b8adbb85dff90e9bf8aec35 100644 (file)
@@ -1,5 +1,3 @@
-:orphan:
-
 ==============================
 Memory Technology Device (MTD)
 ==============================
index f6a7808db81823db386c14da7a2372b8bb72eba4..09fdced659f5d28b27ac987915b4e6d6c20c2248 100644 (file)
@@ -11,7 +11,7 @@
  *   Thomas Gleixner (tglx@linutronix.de)
  *
  * Information on how this algorithm works and how it was developed
- * can be found in Documentation/mtd/nand_ecc.rst
+ * can be found in Documentation/driver-api/mtd/nand_ecc.rst
  */
 
 #include <linux/types.h>