[PATCH fix] mtd: nand: add support for Samsung K9LCG08U0B

Brian Norris computersforpeace at gmail.com
Mon Jan 20 14:27:51 EST 2014


On Fri, Jan 17, 2014 at 02:17:26PM +0800, Huang Shijie wrote:
> Assume that:
>           tmp = ((extid >> 2) & 0x04) | (extid & 0x03));
> 
> From the K9LCG08U0B's datasheet, we know that:
>   the oob size is 640 when tmp is 6;
>   the oob size is 1024 when tmp is 7;
> 
> Signed-off-by: Huang Shijie <b32955 at freescale.com>
> ---
> 
> [1] use the 1024, not the SZ_1k
> [2] add back the default case for case 0.

I was already running a modified version of your previous patch through
some tests, so I have pushed it to l2-mtd.git. It's nearly identical to
this version.

Thanks,
Brian



More information about the linux-mtd mailing list