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 master
Date: Tue, 25 Aug 2015 22:54:26 -0500	[thread overview]
Message-ID: <20150826035426.GA30213@home.buserror.net> (raw)

The following changes since commit c851a2458fbc12495f4f786d4eabb612850a5143:

  Merge git://git.denx.de/u-boot-socfpga (2015-08-23 20:44:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to ecfb8768b16ebf6781ee0df45742674bda8a9543:

  mtd: nand: mxs invalidate dcache before DMA read (2015-08-25 22:53:59 -0500)

----------------------------------------------------------------
Ezequiel Garcia (1):
      mtd: Introduce mtd_block_isreserved()

Peng Fan (2):
      mtd: nand: mxs support oobsize bigger than 512
      mtd: nand: mxs invalidate dcache before DMA read

Scott Wood (2):
      nand: Remove __UBOOT__ ifdefs
      nand: Sync with Linux v4.1

Siva Durga Prasad Paladugu (1):
      mtd: nand: Increase max sizes of OOB and Page size

Stefan Roese (2):
      mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver
      arm: mvebu: Enable NAND on db-mv784mp-gp

 arch/arm/include/asm/imx-common/regs-bch.h |    2 +
 configs/db-mv784mp-gp_defconfig            |    1 +
 drivers/mtd/mtdcore.c                      |   14 +-
 drivers/mtd/mtdpart.c                      |    9 +
 drivers/mtd/nand/Kconfig                   |    7 +
 drivers/mtd/nand/Makefile                  |    2 +
 drivers/mtd/nand/atmel_nand_ecc.h          |    3 +
 drivers/mtd/nand/denali.c                  |  209 ++--
 drivers/mtd/nand/denali.h                  |    8 +-
 drivers/mtd/nand/docg4.c                   |    6 +-
 drivers/mtd/nand/fsl_elbc_nand.c           |   14 +
 drivers/mtd/nand/fsl_ifc_nand.c            |   33 +-
 drivers/mtd/nand/mxs_nand.c                |   38 +-
 drivers/mtd/nand/nand_base.c               |  615 +++--------
 drivers/mtd/nand/nand_bbt.c                |   75 +-
 drivers/mtd/nand/nand_ids.c                |   10 +-
 drivers/mtd/nand/nand_timings.c            |  252 +++++
 drivers/mtd/nand/pxa3xx_nand.c             | 1621 ++++++++++++++++++++++++++++
 drivers/mtd/nand/pxa3xx_nand.h             |   64 ++
 include/configs/db-mv784mp-gp.h            |    5 +
 include/fsl_ifc.h                          |    2 +
 include/linux/mtd/mtd.h                    |    4 +-
 include/linux/mtd/nand.h                   |  126 ++-
 23 files changed, 2448 insertions(+), 672 deletions(-)
 create mode 100644 drivers/mtd/nand/nand_timings.c
 create mode 100644 drivers/mtd/nand/pxa3xx_nand.c
 create mode 100644 drivers/mtd/nand/pxa3xx_nand.h

             reply	other threads:[~2015-08-26  3:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-26  3:54 Scott Wood [this message]
2015-08-26 17:53 ` [U-Boot] Pull request: nand flash master Tom Rini
2015-08-26 17:57   ` Scott Wood
2015-08-26 18:06     ` Tom Rini
2015-08-27  7:06       ` Masahiro Yamada
2015-08-27  9:57       ` Masahiro Yamada
2015-08-27 11:17         ` Tom Rini

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=20150826035426.GA30213@home.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.