Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-20 | mtd: rawnand: rename SET/GET FEATURES related functions | Miquel Raynal | |
SET/GET FEATURES are flagged ONFI-compliant because of their name. This is not accurate as non-ONFI NAND chips support it and use it. Rename the hooks and helpers to remove the "onfi" prefix. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> | |||
2018-02-16 | mtd: nand: move raw NAND related code to the raw/ subdir | Boris Brezillon | |
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> |