summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_ecc.c
Commit message (Collapse)AuthorAgeFilesLines
* mtd: rawnand: remove STANDALONE compile mode of nand_eccMasahiro Yamada2018-03-151-20/+0
| | | | | | | | | | | This file can not be built independently any more. We would have to bring in more to resolve mtd_to_nand(mtd)->ecc.size, for example. It is difficult to notice a breakage since nobody compiles this mode. It is not worth fixing or maintaining in my opinion. Remove. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+531
As part of the process of sharing more code between different NAND based devices, we need to move all raw NAND related code to the raw/ subdirectory. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>