[PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count

Huang Shijie shijie8 at gmail.com
Sun Nov 3 17:36:50 EST 2013


On Fri, Oct 18, 2013 at 08:02:36PM -0300, Ezequiel Garcia wrote:
>  
> -	switch (host->page_size) {
> +	switch (info->fifo_size) {
>  	case 2048:
	
there is a item in the builtin_flash_types:
{ "4GiB 8-bit",    0xd7ec, 128, 4096,  8,  8, 8192, &timing[1] },

The original host->page_size could be 4096, how can the old code support
this nand with page-size is 4096?

thanks
Huang Shijie




More information about the linux-mtd mailing list