From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from xproxy.gmail.com ([66.249.82.205]) by canuck.infradead.org with esmtp (Exim 4.52 #1 (Red Hat Linux)) id 1EI7pK-0002Zf-SQ for linux-mtd@lists.infradead.org; Wed, 21 Sep 2005 12:54:16 -0400 Received: by xproxy.gmail.com with SMTP id i31so228316wxd for ; Wed, 21 Sep 2005 09:52:02 -0700 (PDT) Message-ID: <43318E39.1030605@gmail.com> Date: Wed, 21 Sep 2005 19:45:45 +0300 From: gxkahn MIME-Version: 1.0 To: linux-mtd@lists.infradead.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: NOR flash and map_info Reply-To: gxkahn@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 1. what is differ between field buswidth (struct map_info) kernel 2.6.9 and field called `bankwidth' kernel 2.6.13 ? 2. i have 8 bit NOR chip compatable with Intel StrataFlash. The address access is paged. is any generic routine in MTD for counting address? 3. if my flash is 8bit (buswidth is 1), so it is mean i have to implement only simple_read8 and simple_write8 functions (kernel 2.6.9)?