Re: [PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740

2019-03-04 Thread Miquel Raynal
Hi Paul, Paul Cercueil wrote on Mon, 04 Mar 2019 19:28:49 +0100: > On Mon, Mar 4, 2019 at 11:34 AM, Miquel Raynal > wrote: > > Hi Paul, > > > > Paul Cercueil mailto:p...@crapouillou.net>> > wrote > > on Sat, 9 Feb 2019 16:23:03 > > -0300: > > > >> Add support for probing the ingenic-nan

Re: [PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740

2019-03-04 Thread Paul Cercueil
On Mon, Mar 4, 2019 at 11:34 AM, Miquel Raynal wrote: Hi Paul, Paul Cercueil mailto:p...@crapouillou.net>> wrote on Sat, 9 Feb 2019 16:23:03 -0300: Add support for probing the ingenic-nand driver on the JZ4740 SoC from Ingenic, and the jz4740-ecc driver to support the JZ4740-specific

Re: [PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740

2019-03-04 Thread Miquel Raynal
Hi Paul, Paul Cercueil wrote on Sat, 9 Feb 2019 16:23:03 -0300: > Add support for probing the ingenic-nand driver on the JZ4740 SoC from > Ingenic, and the jz4740-ecc driver to support the JZ4740-specific > ECC hardware. > > Signed-off-by: Paul Cercueil > --- > > Changes: > > v2: New patch

[PATCH v4 7/9] mtd: rawnand: ingenic: Add support for the JZ4740

2019-02-09 Thread Paul Cercueil
Add support for probing the ingenic-nand driver on the JZ4740 SoC from Ingenic, and the jz4740-ecc driver to support the JZ4740-specific ECC hardware. Signed-off-by: Paul Cercueil --- Changes: v2: New patch v3: Also add support for the hardware ECC of the JZ4740 in this patch v4: - Fix format