From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 27 Oct 2008 13:04:35 -0500 Subject: [U-Boot] [PATCH] Flex-OneNAND driver In-Reply-To: <4901D294.3090703@samsung.com> References: <001101c91c7c$7b800640$3dd66c6b@sisodomain.com> <20081022230859.GA4879@ld0162-tx32.am.freescale.net> <4901D294.3090703@samsung.com> Message-ID: <20081027180435.GA20602@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Oct 24, 2008 at 07:20:12PM +0530, Rohit wrote: > On DDP Flex-OneNAND, regions can be 1, 2, 3 or 4 based on boundary setting. > Exposing as separate devices will be bit complex in these scenarios. Why? If it's dynamic changes to the boundary that concern you, you could tear down the device(s) and re-initialize. Of course, I may simply be missing something about how this hardware works. > Also, comments from MTD mailing list have been included. If this is going to go into Linux, perhaps we should wait until it is merged there and then import the result? At least, I'd like Kyungmin Park's ack for OneNAND stuff. -Scott