From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Sun, 16 Oct 2011 12:50:09 +0200 Subject: [U-Boot] [PATCH 0/3] fix: regression in SMDK6400 In-Reply-To: <1317282243-14848-1-git-send-email-simonschwarzcor@gmail.com> References: <1317282243-14848-1-git-send-email-simonschwarzcor@gmail.com> Message-ID: <1318762212-6763-1-git-send-email-simonschwarzcor@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This is a fix for a regression introduced by my patch 55f429bb39614a16b1bacc9a8bea9ac01a60bfc8 to u-boot-ti/next The issue is described here: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/108873 Simon Schwarz (3): nand: Remove static modifier from common functions nand: Add common functions to linux/mtd/nand.h Fix regression in SMDK6400 drivers/mtd/nand/nand_base.c | 6 +++--- drivers/mtd/nand/s3c64xx.c | 28 ++-------------------------- include/linux/mtd/nand.h | 7 +++++++ include/nand.h | 3 --- nand_spl/board/samsung/smdk6400/Makefile | 9 ++++++--- 5 files changed, 18 insertions(+), 35 deletions(-) -- 1.7.4.1