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

2018-11-13 Thread Jianxin Pan
Hi Miquel, I sorry to miss you in the CC list before, I will CC you in the next version. Thank you very much. On 2018/11/12 4:57, Miquel Raynal wrote: > Hi Jianxin, > > Jianxin Pan wrote on Fri, 2 Nov 2018 00:42:19 > +0800: > >> These two patches try to add initial NAND driver support for

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

2018-11-13 Thread Jianxin Pan
Hi Miquel, I sorry to miss you in the CC list before, I will CC you in the next version. Thank you very much. On 2018/11/12 4:57, Miquel Raynal wrote: > Hi Jianxin, > > Jianxin Pan wrote on Fri, 2 Nov 2018 00:42:19 > +0800: > >> These two patches try to add initial NAND driver support for

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

2018-11-11 Thread Miquel Raynal
Hi Jianxin, Jianxin Pan wrote on Fri, 2 Nov 2018 00:42:19 +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. > Would you mind Cc:'ing me when you send NAND related patches? Otherwise there

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

2018-11-11 Thread Miquel Raynal
Hi Jianxin, Jianxin Pan wrote on Fri, 2 Nov 2018 00:42:19 +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. > Would you mind Cc:'ing me when you send NAND related patches? Otherwise there

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

2018-11-01 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 v5 at [6]: - use instr->delay_ns in exec_op() to caculate the delay cycle - delete struct meson_nfc_info_format and use macros instead

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

2018-11-01 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 v5 at [6]: - use instr->delay_ns in exec_op() to caculate the delay cycle - delete struct meson_nfc_info_format and use macros instead