Message ID | 1544973463-59523-1-git-send-email-jianxin.pan@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | mtd: rawnand: meson: add Amlogic NAND driver support | expand |
Hi Jianxin, Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 16 Dec 2018 23:17:41 +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 V6 at [8] > - fix bitflips checking for blank pages > - trace the latest commit with nand/next branch > - checking the return of meson_nand_op_get_dma_safe_*input/output*_buf > - add .detach_chip for free meson_nand.data_buf/info_buf > Can you send a v9 with the build failre (object_is_on_stack pb) fixed and the Kconfig entry updated (the Meson common clock thing) as suggested by Martin? Thanks, Miquèl
Hi Miquel, On 2019/1/15 16:49, Miquel Raynal wrote: > Hi Jianxin, > > Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 16 Dec 2018 > 23:17:41 +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 V6 at [8] >> - fix bitflips checking for blank pages >> - trace the latest commit with nand/next branch >> - checking the return of meson_nand_op_get_dma_safe_*input/output*_buf >> - add .detach_chip for free meson_nand.data_buf/info_buf >> > > Can you send a v9 with the build failre (object_is_on_stack pb) fixed > and the Kconfig entry updated (the Meson common clock thing) as > suggested by Martin? I sent v9 just now, object_is_on_stack build fail is fixed and Kconfig is updated as Martin suggested. Thank you for your time. > > > Thanks, > Miquèl > > . >