[U-Boot] Pull request: nand flash

Scott Wood scottwood at freescale.com
Tue Sep 18 03:21:14 CEST 2012


The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)

are available in the git repository at:


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

for you to fetch changes up to 9c60e75e05dab5a0197728b6a940aaac02762936:

  mxc nand: Homogenize IP revisions with Linux (2012-09-17 19:51:45 -0500)

----------------------------------------------------------------
Benoît Thébaudeau (12):
      mxc nand: Merge mtd and spl register definitions
      mxc nand: cosmectic: Light cleanup
      spl mxc nand: Merge duplicated code
      spl mxc nand: Remove duplicated code
      spl mxc nand: Set symmetric mode
      mxc nand: Access all ecc_status_result fields
      spl mxc nand: Fix broken boot for correctable ECC errors
      mtd mxc nand: Use _mxc_nand_enable_hwecc()
      mtd mxc nand: Fix ECC state after read_page_raw_syndrome()
      mtd mxc nand: Merge init functions
      mxc nand: Let driver detect IP revision
      mxc nand: Homogenize IP revisions with Linux

Joe Hershberger (4):
      nand: Add support for unlock.invert
      nand: Change ulong to loff_t and size_t
      nand: consolidate duplicated constants
      nand: Make NAND lock status compatible with Micron

Marek Vasut (1):
      mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

Matthieu CASTET (1):
      mtd: support ONFI multi lun NAND

 common/cmd_nand.c            |   21 ++-
 doc/README.nand              |    2 +
 drivers/mtd/nand/mxc_nand.c  |  335 +++++++++++-------------------------------
 drivers/mtd/nand/nand_base.c |   10 +-
 drivers/mtd/nand/nand_util.c |   26 ++--
 include/configs/flea3.h      |    1 -
 include/configs/mx35pdk.h    |    1 -
 include/configs/tx25.h       |    1 -
 include/fsl_nfc.h            |  113 +++++++-------
 include/linux/mtd/nand.h     |    5 +-
 include/nand.h               |    6 +-
 nand_spl/nand_boot_fsl_nfc.c |  121 ++++++++-------
 12 files changed, 251 insertions(+), 391 deletions(-)



More information about the U-Boot mailing list