All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: nand flash next
Date: Fri, 13 Nov 2009 17:05:16 -0600	[thread overview]
Message-ID: <20091113230516.GA1369@loki.buserror.net> (raw)

The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3:
  Stefan Roese (1):
        ppc4xx: Katmai: Add chip_config command

are available in the git repository at:

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

Amul Kumar Saha (2):
      Flex-OneNAND driver support
      ENV Variable support for Flex-OneNAND

David Brownell (1):
      NAND: fix "raw" reads with ECC syndrome layouts

Mingkai Hu (2):
      ppc/85xx: make boot from NAND full relocation to RAM
      fsl_elbc_nand: remove the bbt descriptors relocation fixup

Peter Tyser (2):
      cmd_nand: Remove duplicate include
      cmd_nand: Move conditional compilation to Makefile

Sandeep Paulraj (7):
      NAND: Update to support 64 bit device size
      NAND: Correct the "chip_shift" calculation
      NAND: Remove commented out code
      NAND: Subpage shift for ecc_steps equal to 16
      NAND: Updating comments/explanations in the NAND driver
      NAND: Update check condition for nand_read_page_hwecc API
      NAND: Don't walk past end of oobfree[]

 common/Makefile                     |    2 +-
 common/cmd_nand.c                   |   12 -
 common/env_onenand.c                |   10 +
 cpu/mpc85xx/u-boot-nand.lds         |    1 -
 drivers/mtd/nand/fsl_elbc_nand.c    |    4 -
 drivers/mtd/nand/nand_base.c        |  145 ++++++-
 drivers/mtd/nand/nand_bbt.c         |   41 ++-
 drivers/mtd/onenand/onenand_base.c  |  742 ++++++++++++++++++++++++++++++-----
 drivers/mtd/onenand/onenand_bbt.c   |   14 +-
 drivers/mtd/onenand/onenand_uboot.c |    4 +-
 include/configs/apollon.h           |    2 +
 include/linux/mtd/nand.h            |    2 +-
 include/linux/mtd/onenand.h         |   16 +-
 include/linux/mtd/onenand_regs.h    |   18 +-
 include/linux/mtd/partitions.h      |    4 +-
 include/onenand_uboot.h             |   10 +
 16 files changed, 866 insertions(+), 161 deletions(-)

             reply	other threads:[~2009-11-13 23:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-13 23:05 Scott Wood [this message]
2009-11-15 22:12 ` [U-Boot] Pull request: nand flash next Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-12-17 20:33 Scott Wood
2010-12-17 20:49 ` Wolfgang Denk
2010-03-23 19:32 Scott Wood
2010-03-27 23:02 ` Wolfgang Denk
2009-11-20 22:33 Scott Wood
2009-11-21 22:18 ` Wolfgang Denk
2009-08-26 20:38 Scott Wood
2009-08-27 22:21 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091113230516.GA1369@loki.buserror.net \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.