Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-15 | mtd: rawnand: Replace printk() with appropriate pr_*() macro | Shreeya Patel | |
Using pr_<loglevel>() is more concise than printk(KERN_<LOGLEVEL>). Replace printks having a log level with the appropriate pr_*() macros. Define pr_fmt() and remove other additional macros from the replaced printks. Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.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> |