Re: [PATCH 4/8] mtd: rawnand: jz4780: Add support for the JZ4725B

2019-01-18 Thread Boris Brezillon
On Thu, 17 Jan 2019 22:06:30 -0300 Paul Cercueil wrote: > Add support for probing the jz4780-nand driver on the JZ4725B SoC from > Ingenic. > > Signed-off-by: Paul Cercueil Reviewed-by: Boris Brezillon BTW, if you have some time, maybe you could convert this driver to ->exec_op() ;-). > ---

[PATCH 4/8] mtd: rawnand: jz4780: Add support for the JZ4725B

2019-01-17 Thread Paul Cercueil
Add support for probing the jz4780-nand driver on the JZ4725B SoC from Ingenic. Signed-off-by: Paul Cercueil --- drivers/mtd/nand/raw/jz4780_nand.c | 39 +- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/nand/raw/jz4780_nand.c b/dr