From patchwork Fri Apr 1 19:58:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 89343 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 BDEEFB6F06 for ; Sat, 2 Apr 2011 06:58:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F18E428098; Fri, 1 Apr 2011 21:58:52 +0200 (CEST) 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 qqXsFG8iyW2I; Fri, 1 Apr 2011 21:58:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B6E0028099; Fri, 1 Apr 2011 21:58:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A45828099 for ; Fri, 1 Apr 2011 21:58:50 +0200 (CEST) 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 MIP+Xpl+h7fa for ; Fri, 1 Apr 2011 21:58:49 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from TX2EHSOBE005.bigfish.com (tx2ehsobe003.messaging.microsoft.com [65.55.88.13]) by theia.denx.de (Postfix) with ESMTPS id 05FD928098 for ; Fri, 1 Apr 2011 21:58:47 +0200 (CEST) Received: from mail36-tx2-R.bigfish.com (10.9.14.245) by TX2EHSOBE005.bigfish.com (10.9.40.25) with Microsoft SMTP Server id 14.1.225.8; Fri, 1 Apr 2011 19:58:45 +0000 Received: from mail36-tx2 (localhost.localdomain [127.0.0.1]) by mail36-tx2-R.bigfish.com (Postfix) with ESMTP id 71DC5790627; Fri, 1 Apr 2011 19:58:45 +0000 (UTC) X-SpamScore: -3 X-BigFish: VS-3(zz936eKzz1202hzzz2dh2a8h637h668h839h62h) X-Spam-TCS-SCL: 1:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail36-tx2 (localhost.localdomain [127.0.0.1]) by mail36-tx2 (MessageSwitch) id 1301687925380641_19434; Fri, 1 Apr 2011 19:58:45 +0000 (UTC) Received: from TX2EHSMHS020.bigfish.com (unknown [10.9.14.246]) by mail36-tx2.bigfish.com (Postfix) with ESMTP id 4F0D619B8051; Fri, 1 Apr 2011 19:58:45 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS020.bigfish.com (10.9.99.120) with Microsoft SMTP Server (TLS) id 14.1.225.8; Fri, 1 Apr 2011 19:58:45 +0000 Received: from az33smr02.freescale.net (10.64.34.200) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server id 14.1.270.2; Fri, 1 Apr 2011 14:58:44 -0500 Received: from schlenkerla.am.freescale.net (schlenkerla.am.freescale.net [10.82.120.180]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id p31Jwdhv028020; Fri, 1 Apr 2011 14:58:39 -0500 (CDT) Date: Fri, 1 Apr 2011 14:58:39 -0500 From: Scott Wood To: Message-ID: <20110401195839.GA8500@schlenkerla.am.freescale.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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.9 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 19b54a701811220221fc4d5089a2bb18892018ca: Prepare v2011.03 (2011-03-31 23:45:36 +0200) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Florian Fainelli (1): NAND: add support for reading ONFI page table Haiying Wang (1): Fix NAND_SPL and ONENAND_IPL in Makefile Scott Wood (1): NAND: add more watchdog resets michael (1): atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN Makefile | 30 +++---- drivers/mtd/nand/atmel_nand.c | 2 + drivers/mtd/nand/nand_base.c | 199 +++++++++++++++++++++++++++++++---------- drivers/mtd/nand/nand_util.c | 2 + include/linux/mtd/nand.h | 69 ++++++++++++++ 5 files changed, 237 insertions(+), 65 deletions(-)