[U-Boot] Pull request: nand flash

Scott Wood scottwood at freescale.com
Tue Mar 31 22:59:07 CEST 2015


[resent with Tom's new e-mail address]

The following changes since commit 662e2acb46250881ec26bc8366fc9eb1856cb7c2:

  sunxi: UTOO_P66: Add missing MAINTAINERS entry (2015-03-29 14:56:48 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git 

for you to fetch changes up to 55765b1842e7dcf22efa8d973c7d1b7498dd99fa:

  mtd: vf610_nfc: specify transfer size before each transfer (2015-03-30 23:35:27 -0500)

----------------------------------------------------------------
Luca Ellero (2):
      mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()
      mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()

Peter Tyser (7):
      nand: Remove unused CONFIG_MTD_NAND_ECC_JFFS2 option
      nand: Remove unused read/write structures
      nand: Add verification functions
      cmd_nand: Verify writes to NAND
      dfu: nand: Verify writes
      nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE
      nand: yaffs: Remove the "nand write.yaffs" command

Stefan Agner (2):
      mtd: vf610_nfc: mark page as dirty on block erase
      mtd: vf610_nfc: specify transfer size before each transfer

 README                              |   3 -
 board/prodrive/alpr/nand.c          |  16 ----
 board/socrates/nand.c               |  25 ------
 common/cmd_nand.c                   |  27 ++-----
 doc/README.nand                     |  12 ---
 drivers/dfu/dfu_nand.c              |   2 +-
 drivers/mtd/nand/davinci_nand.c     |  12 ---
 drivers/mtd/nand/fsl_elbc_nand.c    |  38 ---------
 drivers/mtd/nand/fsl_ifc_nand.c     |  38 ---------
 drivers/mtd/nand/fsl_upm.c          |  18 -----
 drivers/mtd/nand/mpc5121_nfc.c      |  26 ------
 drivers/mtd/nand/mxc_nand.c         |  33 --------
 drivers/mtd/nand/mxs_nand.c         |   4 +-
 drivers/mtd/nand/nand_base.c        |  65 ---------------
 drivers/mtd/nand/nand_util.c        | 156 +++++++++++++++++++++++-------------
 drivers/mtd/nand/ndfc.c             |  18 -----
 drivers/mtd/nand/vf610_nfc.c        |  28 ++++---
 include/configs/B4860QDS.h          |   1 -
 include/configs/BSC9131RDB.h        |   1 -
 include/configs/BSC9132QDS.h        |   1 -
 include/configs/C29XPCIE.h          |   1 -
 include/configs/M54418TWR.h         |   1 -
 include/configs/MPC8313ERDB.h       |   1 -
 include/configs/MPC8315ERDB.h       |   1 -
 include/configs/MPC837XEMDS.h       |   1 -
 include/configs/MPC8536DS.h         |   1 -
 include/configs/MPC8569MDS.h        |   1 -
 include/configs/MPC8572DS.h         |   1 -
 include/configs/P1010RDB.h          |   1 -
 include/configs/P1022DS.h           |   1 -
 include/configs/P1023RDB.h          |   1 -
 include/configs/P2041RDB.h          |   1 -
 include/configs/T102xQDS.h          |   1 -
 include/configs/T102xRDB.h          |   1 -
 include/configs/T1040QDS.h          |   1 -
 include/configs/T104xRDB.h          |   1 -
 include/configs/T208xQDS.h          |   1 -
 include/configs/T208xRDB.h          |   1 -
 include/configs/T4240QDS.h          |   1 -
 include/configs/T4240RDB.h          |   1 -
 include/configs/VCMA9.h             |   1 -
 include/configs/corenet_ds.h        |   1 -
 include/configs/ethernut5.h         |   1 -
 include/configs/ids8313.h           |   1 -
 include/configs/km/kmp204x-common.h |   1 -
 include/configs/ls1021aqds.h        |   1 -
 include/configs/ls2085a_common.h    |   1 -
 include/configs/p1_p2_rdb_pc.h      |   1 -
 include/configs/ve8313.h            |   1 -
 include/configs/xpedite537x.h       |   1 -
 include/configs/xpedite550x.h       |   1 -
 include/linux/mtd/nand.h            |   5 --
 include/nand.h                      |  35 ++------
 53 files changed, 133 insertions(+), 462 deletions(-)


More information about the U-Boot mailing list