Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure | YueHaibing | 2019-10-29 | 1 | -3/+1 |
| | | | | | | | | | platform_get_irq() will call dev_err() itself on failure, so there is no need for the driver to also do this. This is detected by coccinelle. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> | ||||
* | mtd: rawnand: Add Macronix raw NAND controller driver | Mason Yang | 2019-08-26 | 1 | -0/+582 |
Add a driver for Macronix raw NAND controller. Signed-off-by: Mason Yang <masonccyang@mxic.com.tw> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> |