From: Brian Norris <computersforpeace@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Brian Norris <computersforpeace@gmail.com>,
David Woodhouse <dwmw2@infradead.org>
Subject: [GIT PULL] Last MTD fixes for v4.4
Date: Wed, 6 Jan 2016 18:42:21 -0800 [thread overview]
Message-ID: <20160107024221.GY109450@google.com> (raw)
Hi Linus,
The following changes since commit e488ca9f8d4f62c2dc36bfa5c32f68e7f05ab381:
doc: dt: mtd: partitions: add compatible property to "partitions" node (2015-12-08 17:10:20 -0800)
are available in the git repository at:
git://git.infradead.org/linux-mtd.git tags/for-linus-20160106
for you to fetch changes up to a32d5b726ff8cf32bf491522b0ac8ae2545a063e:
mtd: spi-nor: fix stm_is_locked_sr() parameters (2016-01-05 16:00:41 -0800)
----------------------------------------------------------------
Three last MTD fixes for v4.4. These are all fixes for regressions and bugs
reported mid cycle. Unfortunately, some of them took a bit long to get proper
testing and feedback.
* Assign the default MTD name earlier in the registration process, so
partition parsers (like cmdlinepart) see the right name. Without this, some
systems may come up with unpartitioned flash. This was a v4.4-rc1
regression.
* Revert some new Winbond SPI NOR flash unlocking/locking support; new code in
v4.4 caused regressions on some Spansion flash.
* Fix mis-typed parameter ordering in SPI NOR unlock function; this bug was
introduced in v4.4-rc1.
----------------------------------------------------------------
Brian Norris (3):
mtd: fix cmdlinepart parser, early naming for auto-filled MTD
mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
mtd: spi-nor: fix stm_is_locked_sr() parameters
drivers/mtd/mtdcore.c | 26 +++++++++++++++++---------
drivers/mtd/spi-nor/spi-nor.c | 10 ++++------
include/linux/mtd/spi-nor.h | 2 +-
3 files changed, 22 insertions(+), 16 deletions(-)
reply other threads:[~2016-01-07 2:42 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=20160107024221.GY109450@google.com \
--to=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=torvalds@linux-foundation.org \
/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;
as well as URLs for NNTP newsgroup(s).