From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 May 2012 18:23:51 -0500 Subject: [U-Boot] Pull request: nand flash Message-ID: <20120518232351.GA523@tyr.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500: Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Heiko Schocher (1): mtd, nand: move some printfs to debug output. Liu, Wentao (1): nand_util: correct YAFFS image write function Prabhakar Kushwaha (2): driver/mtd: IFC NAND: Add support of ONFI NAND flash driver/mtd:IFC: Fix possible memory leak Scott Wood (2): nand: extend .raw accesses to work on multiple pages powerpc/85xx: fix NAND boot linker scripts for -fpic Stefan Roese (1): NAND: Remove ONFI detection message to from bootup log arch/powerpc/cpu/mpc85xx/u-boot-nand.lds | 5 +- arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 4 +- common/cmd_nand.c | 95 +++++++++++++++++++------- doc/README.nand | 16 ++-- drivers/mtd/nand/fsl_ifc_nand.c | 22 +++++-- drivers/mtd/nand/nand_base.c | 5 +- drivers/mtd/nand/nand_bbt.c | 13 ++-- drivers/mtd/nand/nand_util.c | 2 +- 8 files changed, 113 insertions(+), 49 deletions(-)