回信: Re: [PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD

2020-11-19 Thread ycllin
Hi Miquel, > Miquel Raynal wrote on Thu, 19 Nov 2020 > 22:11:33 +0100: > > > On Wed, 2020-11-04 at 11:47:22 UTC, YouChing Lin wrote: > > > The Macronix MX35LF2GE4AD / MX35LF4GE4AD are 3V, 2G / 4Gbit serial > > > SLC NAND flash device (with on-die ECC). > > > > > > Validated by read, erase,

Re: [PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD

2020-11-19 Thread Miquel Raynal
Hello Miquel Raynal wrote on Thu, 19 Nov 2020 22:11:33 +0100: > On Wed, 2020-11-04 at 11:47:22 UTC, YouChing Lin wrote: > > The Macronix MX35LF2GE4AD / MX35LF4GE4AD are 3V, 2G / 4Gbit serial > > SLC NAND flash device (with on-die ECC). > > > > Validated by read, erase, read back, write, read

Re: [PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD

2020-11-19 Thread Miquel Raynal
On Wed, 2020-11-04 at 11:47:22 UTC, YouChing Lin wrote: > The Macronix MX35LF2GE4AD / MX35LF4GE4AD are 3V, 2G / 4Gbit serial > SLC NAND flash device (with on-die ECC). > > Validated by read, erase, read back, write, read back and nandtest > on Xilinx Zynq PicoZed FPGA board which included

Re: [PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD

2020-11-04 Thread Miquel Raynal
Hi YouChing, YouChing Lin wrote on Wed, 4 Nov 2020 19:47:22 +0800: > The Macronix MX35LF2GE4AD / MX35LF4GE4AD are 3V, 2G / 4Gbit serial > SLC NAND flash device (with on-die ECC). > > Validated by read, erase, read back, write, read back and nandtest > on Xilinx Zynq PicoZed FPGA board which

[PATCH] mtd: spinand: macronix: Add support for MX35LFxGE4AD

2020-11-04 Thread YouChing Lin
The Macronix MX35LF2GE4AD / MX35LF4GE4AD are 3V, 2G / 4Gbit serial SLC NAND flash device (with on-die ECC). Validated by read, erase, read back, write, read back and nandtest on Xilinx Zynq PicoZed FPGA board which included Macronix SPI Host (drivers/spi/spi-mxic.c). Signed-off-by: YouChing Lin