lkml.org 
[lkml]   [2011]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH 3/3] mtd/nand : workaround for Freescale FCM to support large-page Nand chip
Date
> Subject: Re: [PATCH 3/3] mtd/nand : workaround for Freescale FCM to support
> large-page Nand chip
>
> On Thu, 2011-11-24 at 08:41 +0800, b35362@freescale.com wrote:
> > + /*
> > + * Freescale FCM controller has a 2K size limitation of buffer
> > + * RAM, so elbc_fcm_ctrl->buffer have to be used if writesize
> > + * of chip is greater than 2048.
> > + * We malloc a large enough buffer (maximum page size is
> 16K).
> > + */
> > + elbc_fcm_ctrl->buffer = kmalloc(1024 * 16 + 1024,
> GFP_KERNEL);
>
> Are there NANDs with 16KiB page size?

We are not sure, but are there possibility that chip with 16K page will appear? Or maybe we can add a MACRO for the maximum page size?

- Leo
\
 
 \ /
  Last update: 2011-11-24 08:51    [W:0.053 / U:0.408 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site