public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	"Richard Weinberger" <richard@nod.at>,
	"Marek Vasut" <marek.vasut@gmail.com>,
	"Cyrille Pitchen" <cyrille.pitchen@wedev4u.fr>,
	"Boris Brezillon" <boris.brezillon@free-electrons.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: [GIT PULL] MTD fixes for v4.13-rc7
Date: Fri, 25 Aug 2017 15:55:18 -0700	[thread overview]
Message-ID: <20170825225518.GA37579@google.com> (raw)

Hi Linus,

Here are a few last fixes for this release.

FYI, Boris Brezillon will probably be handling MTD pull requests for the
next release. I've been a little less active recently, and it's probably
good to get some redundancy in the system anyway.

The following changes since commit 9a51544774a57fcb94994a61860a17f9e63a8d7b:

  mtd: blkdevs: Fix mtd block write failure (2017-08-12 14:53:24 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/for-linus-20170825

for you to fetch changes up to be3e83e3471cd0faff2c2d88fe9cfc73d9a9745a:

  mtd: nand: atmel: Relax tADL_min constraint (2017-08-24 20:59:50 -0700)

----------------------------------------------------------------
MTD fixes for 4.13-rc7

Two fixes - one for a 4.13 regression, and the other for an older one:

* Atmel NAND: since we started utilizing ONFI timings, we found that we
  were being too restrict at rejecting them, partly due to discrepancies
  in ONFI 4.0 and earlier versions. Relax the restriction to keep these
  platforms booting. This is a 4.13-rc1 regression.

* nandsim: repeated probe/removal may not work after a failed init,
  because we didn't free up our debugfs files properly on the failure
  path. This has been around since 3.8, but it's nice to get this fixed
  now in a nice easy patch that can target -stable, since there's
  already refactoring work (that also fixes the issue) targeted for the
  next merge window

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: nand: atmel: Relax tADL_min constraint

Uwe Kleine-König (1):
      mtd: nandsim: remove debugfs entries in error path

 drivers/mtd/nand/atmel/nand-controller.c | 13 ++++++++++++-
 drivers/mtd/nand/nandsim.c               |  1 +
 2 files changed, 13 insertions(+), 1 deletion(-)

                 reply	other threads:[~2017-08-25 22:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170825225518.GA37579@google.com \
    --to=computersforpeace@gmail.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=cyrille.pitchen@wedev4u.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=richard@nod.at \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox