mbox

[U-Boot] Pull request: nand flash

Message ID 20120518232351.GA523@tyr.buserror.net
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Scott Wood May 18, 2012, 11:23 p.m. UTC
The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:

  Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-nand-flash.git master

Heiko Schocher (1):
      mtd, nand: move some printfs to debug output.

Liu, Wentao (1):
      nand_util: correct YAFFS image write function

Prabhakar Kushwaha (2):
      driver/mtd: IFC NAND: Add support of ONFI NAND flash
      driver/mtd:IFC: Fix possible memory leak

Scott Wood (2):
      nand: extend .raw accesses to work on multiple pages
      powerpc/85xx: fix NAND boot linker scripts for -fpic

Stefan Roese (1):
      NAND: Remove ONFI detection message to from bootup log

 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds     |    5 +-
 arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds |    4 +-
 common/cmd_nand.c                            |   95 +++++++++++++++++++-------
 doc/README.nand                              |   16 ++--
 drivers/mtd/nand/fsl_ifc_nand.c              |   22 +++++--
 drivers/mtd/nand/nand_base.c                 |    5 +-
 drivers/mtd/nand/nand_bbt.c                  |   13 ++--
 drivers/mtd/nand/nand_util.c                 |    2 +-
 8 files changed, 113 insertions(+), 49 deletions(-)

Comments

Wolfgang Denk May 20, 2012, 8:49 p.m. UTC | #1
Dear Scott Wood,

In message <20120518232351.GA523@tyr.buserror.net> you wrote:
> The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:
> 
>   Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> Heiko Schocher (1):
>       mtd, nand: move some printfs to debug output.
> 
> Liu, Wentao (1):
>       nand_util: correct YAFFS image write function
> 
> Prabhakar Kushwaha (2):
>       driver/mtd: IFC NAND: Add support of ONFI NAND flash
>       driver/mtd:IFC: Fix possible memory leak
> 
> Scott Wood (2):
>       nand: extend .raw accesses to work on multiple pages
>       powerpc/85xx: fix NAND boot linker scripts for -fpic
> 
> Stefan Roese (1):
>       NAND: Remove ONFI detection message to from bootup log
> 
>  arch/powerpc/cpu/mpc85xx/u-boot-nand.lds     |    5 +-
>  arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds |    4 +-
>  common/cmd_nand.c                            |   95 +++++++++++++++++++-------
>  doc/README.nand                              |   16 ++--
>  drivers/mtd/nand/fsl_ifc_nand.c              |   22 +++++--
>  drivers/mtd/nand/nand_base.c                 |    5 +-
>  drivers/mtd/nand/nand_bbt.c                  |   13 ++--
>  drivers/mtd/nand/nand_util.c                 |    2 +-
>  8 files changed, 113 insertions(+), 49 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk