From patchwork Fri Dec 17 20:33:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 75976 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 88109B6F07 for ; Sat, 18 Dec 2010 07:43:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 37AA82810D; Fri, 17 Dec 2010 21:34:14 +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 jchuVOYIx1BU; Fri, 17 Dec 2010 21:34:14 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E0B5D280D9; Fri, 17 Dec 2010 21:34:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F6EA280D9 for ; Fri, 17 Dec 2010 21:34:10 +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 OzGHWfG-Jfre for ; Fri, 17 Dec 2010 21:34:08 +0100 (CET) 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 TX2EHSOBE004.bigfish.com (tx2ehsobe002.messaging.microsoft.com [65.55.88.12]) by theia.denx.de (Postfix) with ESMTPS id 11AE7280D6 for ; Fri, 17 Dec 2010 21:34:06 +0100 (CET) Received: from mail152-tx2-R.bigfish.com (10.9.14.252) by TX2EHSOBE004.bigfish.com (10.9.40.24) with Microsoft SMTP Server id 14.1.225.8; Fri, 17 Dec 2010 20:34:04 +0000 Received: from mail152-tx2 (localhost.localdomain [127.0.0.1]) by mail152-tx2-R.bigfish.com (Postfix) with ESMTP id 78B693082AE; Fri, 17 Dec 2010 20:34:04 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzzz2dh2a8h637h668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:de01egw02.freescale.net; RD:de01egw02.freescale.net; EFVD:NLI Received: from mail152-tx2 (localhost.localdomain [127.0.0.1]) by mail152-tx2 (MessageSwitch) id 1292618044403201_12077; Fri, 17 Dec 2010 20:34:04 +0000 (UTC) Received: from TX2EHSMHS028.bigfish.com (unknown [10.9.14.245]) by mail152-tx2.bigfish.com (Postfix) with ESMTP id 5258617D8053; Fri, 17 Dec 2010 20:34:04 +0000 (UTC) Received: from de01egw02.freescale.net (192.88.165.103) by TX2EHSMHS028.bigfish.com (10.9.99.128) with Microsoft SMTP Server (TLS) id 14.1.225.8; Fri, 17 Dec 2010 20:34:03 +0000 Received: from az33smr02.freescale.net (az33smr02.freescale.net [10.64.34.200]) by de01egw02.freescale.net (8.14.3/8.14.3) with ESMTP id oBHKY2A9001031; Fri, 17 Dec 2010 13:34:02 -0700 (MST) Received: from udp111988uds.am.freescale.net (udp111988uds.am.freescale.net [10.82.120.180]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id oBHKY15d001868; Fri, 17 Dec 2010 14:34:01 -0600 (CST) Date: Fri, 17 Dec 2010 14:33:59 -0600 From: Scott Wood To: Message-ID: <20101217203359.GA10029@udp111988uds.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 next 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 326a69452745352ab09fe9b11d3d2fa4e9213c1c: Mike Frysinger (1): config.mk: unify duplicated flag setting are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git next Florian Fainelli (1): NAND: add NAND_CMD_PARAM (0xec) definition Lei Wen (1): onenand: add yaffs write command Mike Frysinger (1): nand: constify id/manu tables Reinhard Meyer (1): MTD/NAND: fix nand_base.c to use get_timer() correctly common/cmd_onenand.c | 41 ++++++++++++++++++++++++++++++++++++----- drivers/mtd/nand/nand_base.c | 21 ++++++++++++--------- drivers/mtd/nand/nand_ids.c | 4 ++-- include/linux/mtd/nand.h | 5 +++-- 4 files changed, 53 insertions(+), 18 deletions(-)