Re: [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

2019-03-13 Thread Paul Cercueil
Hi Miquel, Le lun. 4 mars 2019 à 16:09, Miquel Raynal a écrit : Hi Paul, Paul Cercueil wrote on Mon, 04 Mar 2019 19:30:04 +0100: On Mon, Mar 4, 2019 at 11:35 AM, Miquel Raynal wrote: > Hi Paul, > > Paul Cercueil > > wrote on Sat, 9 Feb 2019 16:23:04

Re: [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

2019-03-04 Thread Miquel Raynal
Hi Paul, Paul Cercueil wrote on Mon, 04 Mar 2019 19:30:04 +0100: > On Mon, Mar 4, 2019 at 11:35 AM, Miquel Raynal > wrote: > > Hi Paul, > > > > Paul Cercueil mailto:p...@crapouillou.net>> > wrote > > on Sat, 9 Feb 2019 16:23:04 > > -0300: > > > >> The boot ROM of the JZ4725B SoC expects

Re: [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

2019-03-04 Thread Paul Cercueil
On Mon, Mar 4, 2019 at 11:35 AM, Miquel Raynal wrote: Hi Paul, Paul Cercueil mailto:p...@crapouillou.net>> wrote on Sat, 9 Feb 2019 16:23:04 -0300: The boot ROM of the JZ4725B SoC expects a specific OOB layout on the NAND, so we use it unconditionally in the ingenic-nand driver. Als

Re: [PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

2019-03-04 Thread Miquel Raynal
Hi Paul, Paul Cercueil wrote on Sat, 9 Feb 2019 16:23:04 -0300: > The boot ROM of the JZ4725B SoC expects a specific OOB layout on the > NAND, so we use it unconditionally in the ingenic-nand driver. > > Also add the jz4725b-bch driver to support the JZ4725B-specific BCH > hardware. > > Signe

[PATCH v4 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B

2019-02-09 Thread Paul Cercueil
The boot ROM of the JZ4725B SoC expects a specific OOB layout on the NAND, so we use it unconditionally in the ingenic-nand driver. Also add the jz4725b-bch driver to support the JZ4725B-specific BCH hardware. Signed-off-by: Paul Cercueil --- Changes: v2: Instead of forcing the OOB layout, lea