summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/mtd/nand_ecc.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-12-11docs: mtd: Avoid htmldocs warningsMiquel Raynal1-1/+1
Moving files around produced the following warnings: Error: Cannot open file drivers/mtd/nand/raw/nand_ecc.c Error: Cannot open file drivers/mtd/nand/raw/nand_ecc.c Fix one by just dropping the reference because it is not relevant, the other by using a better noun instead of a file name. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20201113123831.32429-1-miquel.raynal@bootlin.com
2019-07-15docs: mtd: move it to the driver-api bookMauro Carvalho Chehab1-0/+763
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>