From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [PATCH 2/2] Remove now-defunct ts7250 nand driver From: David Woodhouse To: H Hartley Sweeten In-Reply-To: <201001051459.58621.hartleys@visionengravers.com> References: <201001051459.58621.hartleys@visionengravers.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 06 Jan 2010 13:31:33 +0000 Message-ID: <1262784693.3181.8034.camel@macbook.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: joff@embeddedarm.com, mcrapet@gmail.com, linux-mtd , ARM Kernel List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2010-01-05 at 14:59 -0700, H Hartley Sweeten wrote: > The ts72xx platform has been updated to use the generic platform nand > driver (plat_nand.c). This removes the now-defunct ts7250.c nand driver. > > Signed-off-by: H Hartley Sweeten > Cc: Matthieu Crapet > Cc: David Woodhouse > Cc: Jesse Off Applying: mtd: Remove now-defunct ts7250 nand driver error: patch failed: drivers/mtd/nand/ts7250.c:1 error: drivers/mtd/nand/ts7250.c: patch does not apply Patch failed at 0001 mtd: Remove now-defunct ts7250 nand driver It looks like your patch has legacy garbage in it: > - * Copyright (C) 2004 Marius Grger (mag@sysgo.de) It fails to apply because the รถ (correctly represented as 0xc3 0xb6) has been converted into a single byte 0xf6 in some legacy character set. When applying patches, git-am does look at the Content-Type: header and convert legacy crap into UTF-8 for the changelog, but it leaves the patch itself alone. Care to join us in the 21st century? -- David Woodhouse Open Source Technology Centre David.Woodhouse@intel.com Intel Corporation