All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Lapin <slapin@ossfans.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC][PULL-REQ] MTD update
Date: Fri, 28 Dec 2012 07:17:42 -0500	[thread overview]
Message-ID: <20121228121741.GA29289@build.ihdev.net> (raw)

Hi, all!

As I failed to submit 250KB patch to the list
I will send this pull request

This patch is not for inclusion yet.
This patch is just update of u-boot MTD with
Linux kernel's MTD v3.8-rc.

The following changes since commit f8cfcf1b1c7543d5dd103359376a3319301143bc:

  env: don't generate callback list entries for SPL (2012-12-22 05:57:16 -0700)

are available in the git repository at:
  git://github.com/slapin/uboot-allwinner.git upstream-mtd

Sergey Lapin (1):
      MTD resync from Linux-3.8-rc2+ (master)

 common/cmd_nand.c             |   18 +-
 drivers/mtd/Makefile          |    4 +-
 drivers/mtd/mtdcore.c         |  372 +++++++
 drivers/mtd/nand/nand_base.c  | 2274 ++++++++++++++++++++++++-----------------
 drivers/mtd/nand/nand_bbt.c   |  839 ++++++++--------
 drivers/mtd/nand/nand_ids.c   |   21 +-
 drivers/mtd/nand/nand_util.c  |   19 +-
 include/linux/mtd/bbm.h       |  119 ++-
 include/linux/mtd/flashchip.h |   58 ++
 include/linux/mtd/mtd-abi.h   |  189 +++-
 include/linux/mtd/mtd.h       |  372 +++++---
 include/linux/mtd/nand.h      |  246 +++--
 include/linux/types.h         |    2 +
 include/nand.h                |   11 +-
 14 files changed, 2848 insertions(+), 1696 deletions(-)
 create mode 100644 include/linux/mtd/flashchip.h

             reply	other threads:[~2012-12-28 12:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-28 12:17 Sergey Lapin [this message]
2012-12-28 13:51 ` [U-Boot] [RFC][PULL-REQ] MTD update Wolfgang Denk
2012-12-28 15:07   ` Sergey Lapin
2012-12-28 15:14     ` Wolfgang Denk
2012-12-28 13:59 ` Tom Rini
2012-12-29 20:54   ` Sergey Lapin
2012-12-29 21:03     ` Marek Vasut
2012-12-29 21:52     ` Wolfgang Denk
2012-12-29 22:20       ` Sergey Lapin
2012-12-29 23:13         ` Sergey Lapin
2012-12-29 23:21           ` Marek Vasut
2012-12-29 23:33           ` Wolfgang Denk
2012-12-30  0:35             ` Sergey Lapin
2012-12-30  2:54   ` Vikram Narayanan
2013-01-02 15:33     ` Tom Rini
2013-01-03  3:22       ` Scott Wood

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=20121228121741.GA29289@build.ihdev.net \
    --to=slapin@ossfans.org \
    --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.