linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dwmw2@infradead.org (David Woodhouse)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] Remove now-defunct ts7250 nand driver
Date: Wed, 06 Jan 2010 13:31:33 +0000	[thread overview]
Message-ID: <1262784693.3181.8034.camel@macbook.infradead.org> (raw)
In-Reply-To: <201001051459.58621.hartleys@visionengravers.com>

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 <hsweeten@visionengravers.com>
> Cc: Matthieu Crapet <mcrapet@gmail.com>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Jesse Off <joff@embeddedARM.com>

	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 Gr<F6>ger (mag at 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 at intel.com                              Intel Corporation

  reply	other threads:[~2010-01-06 13:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-05 21:59 [PATCH 2/2] Remove now-defunct ts7250 nand driver H Hartley Sweeten
2010-01-06 13:31 ` David Woodhouse [this message]
2010-01-06 17:26   ` H Hartley Sweeten
2010-01-06 17:42     ` David Woodhouse
2010-01-06 17:47       ` H Hartley Sweeten
2010-05-06 16:47         ` H Hartley Sweeten
2010-05-07  6:01           ` Artem Bityutskiy
2010-05-07 16:37             ` H Hartley Sweeten
2010-01-06 18:07   ` Sending UTF-8 patches (was: [PATCH 2/2] Remove now-defunct ts7250 nand driver) Jamie Lokier
2010-01-06 18:36     ` David Woodhouse
2010-01-06 19:01       ` Nicolas Pitre
2010-01-06 23:21       ` Jamie Lokier
2010-01-06 23:43         ` David Woodhouse
2010-01-06 18:55     ` Nicolas Pitre
2010-01-06 23:05       ` Jamie Lokier
2010-01-06 23:08         ` David Woodhouse
2010-01-06 23:27           ` Jamie Lokier
2010-01-06 23:50             ` David Woodhouse
  -- strict thread matches above, loose matches on Subject: below --
2009-10-06 22:26 [PATCH 2/2] Remove now-defunct ts7250 nand driver H Hartley Sweeten
2009-10-11 11:31 ` Artem Bityutskiy
2009-10-11 21:18   ` H Hartley Sweeten
2009-10-11 21:19   ` H Hartley Sweeten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1262784693.3181.8034.camel@macbook.infradead.org \
    --to=dwmw2@infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).