From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 31 Oct 2011 12:52:02 -0500 Subject: [U-Boot] [PATCH V3 1/2] nand: Add common functions to linux/mtd/nand.h In-Reply-To: <1320078885-383-2-git-send-email-simonschwarzcor@gmail.com> References: <1318762212-6763-1-git-send-email-simonschwarzcor@gmail.com> <1320078885-383-2-git-send-email-simonschwarzcor@gmail.com> Message-ID: <4EAEE042.2090605@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 10/31/2011 11:34 AM, Simon Schwarz wrote: > Functions often used in SPL are now part of linux/mtd/nand.h. > Static modifiers are removed from these functions in > drivers/mtd/nand/nand_base.c. > > Signed-off-by: Simon Schwarz > Cc: scottwood at freescale.com > Cc: s-paulraj at ti.com > Cc: albert.u.boot at aribaud.net Acked-by: Scott Wood -Scott