mbox

[U-Boot] Pull request: nand flash

Message ID 20110415212850.GA25697@schlenkerla.am.freescale.net
State Accepted
Headers show

Pull-request

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

Message

Scott Wood April 15, 2011, 9:28 p.m. UTC
The following changes since commit 73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba:

  MAINTAINERS: fix email address case (2011-04-13 22:40:51 +0200)

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

Alex Waterman (1):
      nand_spl: Fix large page nand_command()

Dipen Dudhat (1):
      powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script

Florian Fainelli (2):
      NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
      NAND: rearrange ONFI revision checking, add ONFI 2.3

Matthew McClintock (1):
      nand/spl: Assuming a static nand page size to reduce code size

 drivers/mtd/nand/nand_base.c                 |   22 +++++++++++++---------
 nand_spl/board/freescale/mpc8536ds/Makefile  |   11 +++++++----
 nand_spl/board/freescale/mpc8569mds/Makefile |   11 +++++++----
 nand_spl/board/freescale/mpc8572ds/Makefile  |   11 +++++++----
 nand_spl/board/freescale/p1_p2_rdb/Makefile  |   11 +++++++----
 nand_spl/nand_boot.c                         |    4 ++++
 nand_spl/nand_boot_fsl_elbc.c                |   10 +++++-----
 7 files changed, 50 insertions(+), 30 deletions(-)

Comments

Wolfgang Denk April 20, 2011, 8:52 p.m. UTC | #1
Dear Scott Wood,

In message <20110415212850.GA25697@schlenkerla.am.freescale.net> you wrote:
> The following changes since commit 73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba:
> 
>   MAINTAINERS: fix email address case (2011-04-13 22:40:51 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> Alex Waterman (1):
>       nand_spl: Fix large page nand_command()
> 
> Dipen Dudhat (1):
>       powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script
> 
> Florian Fainelli (2):
>       NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
>       NAND: rearrange ONFI revision checking, add ONFI 2.3
> 
> Matthew McClintock (1):
>       nand/spl: Assuming a static nand page size to reduce code size
> 
>  drivers/mtd/nand/nand_base.c                 |   22 +++++++++++++---------
>  nand_spl/board/freescale/mpc8536ds/Makefile  |   11 +++++++----
>  nand_spl/board/freescale/mpc8569mds/Makefile |   11 +++++++----
>  nand_spl/board/freescale/mpc8572ds/Makefile  |   11 +++++++----
>  nand_spl/board/freescale/p1_p2_rdb/Makefile  |   11 +++++++----
>  nand_spl/nand_boot.c                         |    4 ++++
>  nand_spl/nand_boot_fsl_elbc.c                |   10 +++++-----
>  7 files changed, 50 insertions(+), 30 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk