mbox

[U-Boot] Pull request: nand flash

Message ID 20120918012114.GA7830@buserror.net
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Scott Wood Sept. 18, 2012, 1:21 a.m. UTC
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(-)

Comments

Tom Rini Sept. 18, 2012, 4:26 p.m. UTC | #1
On Mon, Sep 17, 2012 at 08:21:14PM -0500, Scott Wood wrote:

> 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):
[snip]
>       mtd mxc nand: Use _mxc_nand_enable_hwecc()

On mxc platforms this introduced:
mxc_nand.c: In function 'board_nand_init':
mxc_nand.c:1170:11: warning: unused variable 'tmp' [-Wunused-variable]

I've done the trivial fixup and committed that as well.

The whole request is applied, with the above note, to u-boot/master,
thanks!