Re: [PATCH v9 0/2] mtd: rawnand: meson: add Amlogic NAND driver support

2019-01-25 Thread Miquel Raynal
Hi Jianxin, Jianxin Pan wrote on Tue, 15 Jan 2019 23:38:02 +0800: > These two patches try to add initial NAND driver support for Amlogic Meson > SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. > Applied to nand/next. Thanks, Miquèl

Re: [PATCH v9 0/2] mtd: rawnand: meson: add Amlogic NAND driver support

2019-01-18 Thread Jianxin Pan
Hi Miquel, On 2019/1/16 0:52, Miquel Raynal wrote: > Hi Jianxin, > > Jianxin Pan wrote on Tue, 15 Jan 2019 > 23:38:02 +0800: > >> These two patches try to add initial NAND driver support for Amlogic Meson >> SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. >> >> Changes sin

Re: [PATCH v9 0/2] mtd: rawnand: meson: add Amlogic NAND driver support

2019-01-15 Thread Miquel Raynal
Miquel Raynal wrote on Tue, 15 Jan 2019 17:52:32 +0100: > Hi Jianxin, > > Jianxin Pan wrote on Tue, 15 Jan 2019 > 23:38:02 +0800: > > > These two patches try to add initial NAND driver support for Amlogic Meson > > SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. > > >

Re: [PATCH v9 0/2] mtd: rawnand: meson: add Amlogic NAND driver support

2019-01-15 Thread Miquel Raynal
Hi Jianxin, Jianxin Pan wrote on Tue, 15 Jan 2019 23:38:02 +0800: > These two patches try to add initial NAND driver support for Amlogic Meson > SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. > > Changes since V8 at [9] > - fix build failre at object_is_on_stack > - upd

[PATCH v9 0/2] mtd: rawnand: meson: add Amlogic NAND driver support

2019-01-15 Thread Jianxin Pan
These two patches try to add initial NAND driver support for Amlogic Meson SoCs, current it has been tested on GXL(p212) and AXG(s400) platform. Changes since V8 at [9] - fix build failre at object_is_on_stack - update Kconfig as Martin's suggested Changes since V7 at [8] - fix bitflips checki