From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 5 Jun 2015 17:02:25 -0500 Subject: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter In-Reply-To: <1433505164-24112-3-git-send-email-r.spliet@ultimaker.com> References: <1433505164-24112-1-git-send-email-r.spliet@ultimaker.com> <1433505164-24112-3-git-send-email-r.spliet@ultimaker.com> Message-ID: <1433541745.2477.31.camel@freescale.com> 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, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: > From: yassin > > Signed-off-by: Roy Spliet > --- > drivers/mtd/nand/Makefile | 2 +- > drivers/mtd/nand/nand_timings.c | 252 > ++++++++++++++++++++++++++++++++++++++++ > include/linux/mtd/nand.h | 3 + > 3 files changed, 256 insertions(+), 1 deletion(-) > create mode 100644 drivers/mtd/nand/nand_timings.c This code comes from Linux and yet I see no acknowledgement of that, much less a statement of which version of Linux this was pulled from. It would probably be better to handle this as part of a general sync with the Linux mtd code. -Scott