From patchwork Tue Feb 28 20:57:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 143543 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 488951007D1 for ; Wed, 29 Feb 2012 07:59:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 10365280CE; Tue, 28 Feb 2012 21:58:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jqRypijp4c0o; Tue, 28 Feb 2012 21:58:37 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6E10280AD; Tue, 28 Feb 2012 21:58:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C294E280AE for ; Tue, 28 Feb 2012 21:58:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJmzJkGOBa-3 for ; Tue, 28 Feb 2012 21:58:17 +0100 (CET) X-policyd-weight: passed - too many local DNS-errors in dnsbl.njabl.org lookups Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) by theia.denx.de (Postfix) with ESMTPS id 3C649280AD for ; Tue, 28 Feb 2012 21:57:59 +0100 (CET) Received: from mail66-ch1-R.bigfish.com (10.43.68.242) by CH1EHSOBE006.bigfish.com (10.43.70.56) with Microsoft SMTP Server id 14.1.225.23; Tue, 28 Feb 2012 20:57:46 +0000 Received: from mail66-ch1 (localhost [127.0.0.1]) by mail66-ch1-R.bigfish.com (Postfix) with ESMTP id A9B9A320472; Tue, 28 Feb 2012 20:57:46 +0000 (UTC) X-SpamScore: -3 X-BigFish: VS-3(zz936eKzz1202hzzz2dh2a8h668h839h944h) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail66-ch1 (localhost.localdomain [127.0.0.1]) by mail66-ch1 (MessageSwitch) id 1330462666184514_7946; Tue, 28 Feb 2012 20:57:46 +0000 (UTC) Received: from CH1EHSMHS011.bigfish.com (snatpool3.int.messaging.microsoft.com [10.43.68.228]) by mail66-ch1.bigfish.com (Postfix) with ESMTP id 29245380212; Tue, 28 Feb 2012 20:57:46 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS011.bigfish.com (10.43.70.11) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 28 Feb 2012 20:57:45 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.1.355.3; Tue, 28 Feb 2012 14:57:39 -0600 Received: from schlenkerla.am.freescale.net (schlenkerla.am.freescale.net [10.82.121.12]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id q1SKvbrf006446; Tue, 28 Feb 2012 13:57:38 -0700 Date: Tue, 28 Feb 2012 14:57:37 -0600 From: Scott Wood To: Message-ID: <20120228205737.GA21942@schlenkerla.am.freescale.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: freescale.com Cc: u-boot@lists.denx.de Subject: [U-Boot] Pull request: nand flash X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5: Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26 22:17:40 +0100) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Prabhakar Kushwaha (2): mtd/nand: Fix IFC driver to support 2K NAND page mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command Scott Wood (2): Revert "nand: make 1-bit software ECC configurable" nand: reinstate lazy bad block scanning Tom Rini (1): cmd_nand.c: Fix 'nand dump' after latest MTD resync common/cmd_nand.c | 5 ++- drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/fsl_ifc_nand.c | 77 ++++++++++++++++++++------------------- drivers/mtd/nand/nand_base.c | 14 ++++---- include/linux/mtd/nand.h | 2 + include/linux/mtd/nand_ecc.h | 25 ------------- 6 files changed, 53 insertions(+), 72 deletions(-)