From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 23 Mar 2010 14:32:07 -0500 Subject: [U-Boot] Pull request: nand flash next Message-ID: <20100323193207.GA24301@loki.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 859500a2be94bfa77a845b9c8a4c499587035fd5: Wolfgang Denk (1): Merge remote branch 'origin/master' into next are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git next Cyril Chemparathy (1): TI: Davinci: NAND Driver Cleanup Florian Fainelli (1): cmd_nand: show nand scrub confirmation character Nikolay Petukhov (1): at91: add hwecc method for nand board/davinci/da830evm/da830evm.c | 2 +- common/cmd_nand.c | 10 +- drivers/mtd/nand/atmel_nand.c | 265 ++++++++++++++++++++++++++++++ drivers/mtd/nand/atmel_nand_ecc.h | 36 ++++ drivers/mtd/nand/davinci_nand.c | 128 ++++++++------- include/asm-arm/arch-davinci/emif_defs.h | 77 ++++----- 6 files changed, 415 insertions(+), 103 deletions(-) create mode 100644 drivers/mtd/nand/atmel_nand_ecc.h