mbox

[U-Boot] Pull request: nand flash

Message ID 20160620081116.GA32488@home.buserror.net
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Crystal Wood June 20, 2016, 8:11 a.m. UTC
The following changes since commit 667067faa18334f1e28c01b47530b5cce1b6182f:

  nand: fix nand torture to use changed mtd api (2016-06-03 20:29:05 -0500)

are available in the git repository at:

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

for you to fetch changes up to 30780f948346436f9974fd6eae89aa2eb841b436:

  mtd: nand: Patch remaining places where nand_to_mtd() should be used (2016-06-19 19:28:38 -0500)

----------------------------------------------------------------
Boris Brezillon (8):
      spl: nand: sunxi: remove support for so-called 'syndrome' mode
      spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency
      spl: nand: support redundant u-boot image
      spl: nand: sunxi: stop guessing the redundant u-boot offset
      spl: nand: sunxi: rework status polling loop
      spl: nand: sunxi: split 'load page' and 'read page' logic
      spl: nand: sunxi: add support for NAND config auto-detection
      mtd: nand: Patch remaining places where nand_to_mtd() should be used

Fabian Mewes (1):
      nand: doc: fix example ecc scheme calculation

Max Krummenacher (2):
      nand: nand torture: follow sync with linux v4.6
      nand: extend nand torture

Sergey Kubushyn (1):
      common: fb_nand: won't compile

 cmd/nand.c                          |  41 ++-
 common/fb_nand.c                    |   2 +-
 common/spl/spl_nand.c               |   7 +
 doc/README.nand                     |  10 +-
 drivers/mtd/nand/Kconfig            |  21 +-
 drivers/mtd/nand/am335x_spl_bch.c   |   2 +-
 drivers/mtd/nand/atmel_nand.c       |   2 +-
 drivers/mtd/nand/lpc32xx_nand_mlc.c |   2 +-
 drivers/mtd/nand/mxs_nand_spl.c     |   2 +-
 drivers/mtd/nand/nand_spl_simple.c  |   2 +-
 drivers/mtd/nand/nand_util.c        |   2 +-
 drivers/mtd/nand/sunxi_nand_spl.c   | 480 +++++++++++++++++++++++-------------
 12 files changed, 383 insertions(+), 190 deletions(-)

Comments

Tom Rini June 20, 2016, 12:45 p.m. UTC | #1
On Mon, Jun 20, 2016 at 03:11:16AM -0500, Scott Wood wrote:

> The following changes since commit 667067faa18334f1e28c01b47530b5cce1b6182f:
> 
>   nand: fix nand torture to use changed mtd api (2016-06-03 20:29:05 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git 
> 
> for you to fetch changes up to 30780f948346436f9974fd6eae89aa2eb841b436:
> 
>   mtd: nand: Patch remaining places where nand_to_mtd() should be used (2016-06-19 19:28:38 -0500)
> 

Applied to u-boot/master, thanks!