mbox

[U-Boot] Pull request: nand flash

Message ID 20110112231524.GA9773@udp111988uds.am.freescale.net
State Accepted
Headers show

Pull-request

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

Message

Scott Wood Jan. 12, 2011, 11:15 p.m. UTC
The following changes since commit c6b734f5aea2ba75caaa1929f7e649ecda8d2f31:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-sh

are available in the git repository at:

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

Alexander Holler (1):
      nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.

Lei Wen (2):
      NAND: add the ability to directly write yaffs image
      mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()

 common/cmd_nand.c             |   15 +++++++++-
 drivers/mtd/nand/atmel_nand.c |    2 +-
 drivers/mtd/nand/nand.c       |    2 +-
 drivers/mtd/nand/nand_base.c  |   29 ++++++++++---------
 drivers/mtd/nand/nand_util.c  |   63 +++++++++++++++++++++++++++++++++++-----
 include/linux/mtd/nand.h      |    4 ++-
 include/nand.h                |    2 +-
 7 files changed, 90 insertions(+), 27 deletions(-)

Comments

Wolfgang Denk Jan. 17, 2011, 7:08 p.m. UTC | #1
Dear Scott Wood,

In message <20110112231524.GA9773@udp111988uds.am.freescale.net> you wrote:
> The following changes since commit c6b734f5aea2ba75caaa1929f7e649ecda8d2f31:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-sh
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> Alexander Holler (1):
>       nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.
> 
> Lei Wen (2):
>       NAND: add the ability to directly write yaffs image
>       mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
> 
>  common/cmd_nand.c             |   15 +++++++++-
>  drivers/mtd/nand/atmel_nand.c |    2 +-
>  drivers/mtd/nand/nand.c       |    2 +-
>  drivers/mtd/nand/nand_base.c  |   29 ++++++++++---------
>  drivers/mtd/nand/nand_util.c  |   63 +++++++++++++++++++++++++++++++++++-----
>  include/linux/mtd/nand.h      |    4 ++-
>  include/nand.h                |    2 +-
>  7 files changed, 90 insertions(+), 27 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk