From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 28 Jun 2013 11:46:37 -0500 Subject: [U-Boot] Pull request: nand flash Message-ID: <20130628164637.GA5545@home.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 2f998071254d566c71c34ef013aef1d9d0ec0fa3: image: Use ENOENT instead of ENOMEDIUM for better compatibility (2013-06-17 09:56:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to 8b6b51a617b8adc773cc82b4886738a6128caf7f: mtd/nand: docg4: fix compiler warnings (2013-06-26 16:19:58 -0500) ---------------------------------------------------------------- Daniel Schwierzeck (1): mtd: nand: fix initialization of BBT options Heiko Schocher (1): dfu, nand: before write a buffer to nand, erase the nand sectors Mike Dunn (2): mtd: nand/docg4: fix driver after Linux resync mtd/nand: docg4: fix compiler warnings Scott Wood (1): nand: Don't call adjust_size_for_badblocks for erase common/cmd_nand.c | 9 +-------- drivers/dfu/dfu_nand.c | 18 ++++++++++++++++-- drivers/mtd/nand/docg4.c | 26 ++++++++++++++------------ drivers/mtd/nand/docg4_spl.c | 15 +++++++-------- drivers/mtd/nand/jz4740_nand.c | 2 +- drivers/mtd/nand/nand_util.c | 4 ++++ drivers/mtd/nand/s3c2410_nand.c | 4 +--- include/nand.h | 2 ++ 8 files changed, 46 insertions(+), 34 deletions(-)