From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Mon, 9 Feb 2009 09:40:02 +0100 Subject: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC In-Reply-To: <200902090834.30653.sr@denx.de> References: <200902090834.30653.sr@denx.de> <20090207150450.GA19180@mail.gnudd.com> <20090207044347.GA10759@mail.gnudd.com> <20090207231956.GA27872@mail.gnudd.com> Message-ID: <20090209084002.GA25194@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> cpu/arm926ejs/nomadik/nand.c | 221++++++++++++++++++++++++++++++++++++++++ > This driver should go into drivers/mtd/nand instead. I've seen a lot of nand.c in board directories and three of them in cpu directories (cpu/arm920t/s3c24x0/nand.c cpu/arm926ejs/nomadik/nand.c cpu/arm926ejs/davinci/nand.c), while drivers/mtd/nand looked like generic code to me with a few exceptions. If you confirm that all SoC-specific code is expected to go there over time, I'll move it and resubmit. /alessandro