From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 3 Nov 2013 17:36:50 -0500 From: Huang Shijie To: Ezequiel Garcia Subject: Re: [PATCH v2 09/27] mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count Message-ID: <20131103223646.GC5896@gmail.com> References: <1382137374-21251-1-git-send-email-ezequiel.garcia@free-electrons.com> <1382137374-21251-10-git-send-email-ezequiel.garcia@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382137374-21251-10-git-send-email-ezequiel.garcia@free-electrons.com> Cc: Lior Amsalem , Thomas Petazzoni , Jason Cooper , Tawfik Bayouk , Daniel Mack , linux-mtd@lists.infradead.org, Gregory Clement , Brian Norris , Willy Tarreau , linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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