From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Tue, 29 Nov 2011 09:32:03 +0100 Subject: [U-Boot] [PATCH V3 0/2] fix: regression in SMDK6400 In-Reply-To: <4ECFEF14.60508@aribaud.net> References: <1318762212-6763-1-git-send-email-simonschwarzcor@gmail.com> <1320078885-383-1-git-send-email-simonschwarzcor@gmail.com> <4ECFEF14.60508@aribaud.net> Message-ID: <4ED49883.1060808@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 Hi Albert, On 11/25/2011 08:40 PM, Albert ARIBAUD wrote: > Hi Simon, > > Le 31/10/2011 17:34, Simon Schwarz a ?crit : >> 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 >> >> changes V3: >> - fix for: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/114559 >> - http://article.gmane.org/gmane.comp.boot-loaders.u-boot/114558 >> >> >> Simon Schwarz (2): >> 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(-) > > Applied to u-boot-arm/master, under the assumption that you're taking up > maintainer role for SMDK6400. If you do indeed, can you send a patch to > MAINTAINERS to make it official? Thanks. > I don't have an SMDK6400 board. So I think it does not make sense to be maintainer for it. The fix was simple and not only related to SMDK6400 - SMDK6400 was just the board which made the problem come up. > Amicalement, Regards Simon