Message ID | 1542386439-30166-1-git-send-email-jianxin.pan@amlogic.com (mailing list archive) |
---|---|
Headers | show |
Series | mtd: rawnand: meson: add Amlogic NAND driver support | expand |
Hi Boris and Miquel, How about the v7 patch? On 2018/11/17 0:40, Jianxin Pan wrote: > 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 [7] > - use timings->tBERS_max as the maximum time out, delete NFC_CMD_RB_TIMEOUT > - fix nand_rw_cmd and support small block flash and which row address less than 3 > - fix coding style > - replace readl/writel_* with readl/writel_relaxed* > - delete ECC_SET_PROTECTED_OOB_BYTE and ECC_GET_PROTECTED_OOB_BYTE > - implement dma access for read_buf and write_buf, more efficient. > - delete waiting dma finish in write process and let NAND_CMD_PAGEPROG and > RB command go on queuing > - add waiting the completed flag of last ecc page be set, for more strict >