All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: Marek Vasut <marex@denx.de>,
	Cyrille Pitchen <cyrille.pitchen@atmel.com>,
	Richard Weinberger <richard@nod.at>,
	David Woodhouse <dwmw2@infradead.org>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: [PULL] mtd: nand: Changes for 4.11
Date: Tue, 7 Feb 2017 10:09:34 +0100	[thread overview]
Message-ID: <20170207100934.74c85386@bbrezillon> (raw)

Hi Brian,

Here is a rather small PR for 4.11. No fancy things in this release, and
not even a single new driver (which is completely my fault since I failed
to review the Arasan driver in time :-().

As usual, let me know if I did something wrong.

Marek, Richard, Cyrille, don't hesitate to point any patches I may have
missed.

Thanks,

Boris

The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637:

  Linux 4.10-rc6 (2017-01-29 14:25:17 -0800)

are available in the git repository at:

  git@github.com:linux-nand/linux.git tags/nand/for-4.11

for you to fetch changes up to a4077ce5871304f8a78f80b74b18b6052a410f1a:

  mtd: nand: Add Winbond manufacturer id (2017-02-06 11:42:43 +0100)

----------------------------------------------------------------
This pull request contains minor fixes/improvements on existing drivers:
- sunxi: avoid busy-waiting for NAND events
- ifc: fix ECC handling on IFC v1.0
- OX820: add explicit dependency on ARCH_OXNAS in Kconfig
- core: add a new manufacture ID and fix a kernel-doc warning
- fsmc: kill pdata support
- lpc32xx_slc: remove unneeded NULL check

----------------------------------------------------------------
Andrey Jr. Melnikov (1):
      mtd: nand: Add Winbond manufacturer id

Boris Brezillon (3):
      mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()
      mtd: nand: sunxi: Stop using polling mode when waiting for long operations
      mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()

Fabio Estevam (1):
      mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'

Jean Delvare (1):
      mtd: nand: Add OX820 NAND hardware dependency

Linus Walleij (1):
      mtd: nand: fsmc: remove stale non-DT probe path

Mark Marshall (1):
      mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0

Randy Dunlap (1):
      mtd: nand: fix nand.h kernel-doc warnings

Wei Yongjun (1):
      mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()

 drivers/mtd/nand/Kconfig        |   2 +
 drivers/mtd/nand/fsl_ifc_nand.c |   8 +++-
 drivers/mtd/nand/fsmc_nand.c    | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 drivers/mtd/nand/lpc32xx_slc.c  |   9 +----
 drivers/mtd/nand/mtk_nand.c     |   1 -
 drivers/mtd/nand/nand_ids.c     |   1 +
 drivers/mtd/nand/sunxi_nand.c   |  36 +++++++++++++-----
 include/linux/fsl_ifc.h         |   8 +++-
 include/linux/mtd/fsmc.h        | 156 -----------------------------------------------------------------------------
 include/linux/mtd/nand.h        |   4 +-
 10 files changed, 179 insertions(+), 199 deletions(-)
 delete mode 100644 include/linux/mtd/fsmc.h

             reply	other threads:[~2017-02-07  9:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-07  9:09 Boris Brezillon [this message]
2017-02-07  9:46 ` [PULL] mtd: nand: Changes for 4.11 Marek Vasut
2017-02-08 23:05   ` Brian Norris

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=20170207100934.74c85386@bbrezillon \
    --to=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marex@denx.de \
    --cc=richard@nod.at \
    /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.