Re: [PATCH] mtd: rawnand: Add Macronix raw NAND controller driver

2021-10-13 Thread Tom Rini
On Tue, Sep 14, 2021 at 01:43:51PM +0800, Zhengxun Li wrote: > Add a driver for Macronix raw NAND controller. > > This patch referred from linux mxic_nand.c. The difference from the > linux version is described here. > > 1. In order to adapt to the uboot nand framework, add function >binding

[PATCH] mtd: rawnand: Add Macronix raw NAND controller driver

2021-09-14 Thread Zhengxun Li
Add a driver for Macronix raw NAND controller. This patch referred from linux mxic_nand.c. The difference from the linux version is described here. 1. In order to adapt to the uboot nand framework, add function binding (cmdfunc, read_byte, read_buf, write_buf). 2. Added parsing command format