[GIT PULL] Last MTD fixes for v4.4

Brian Norris computersforpeace at gmail.com
Wed Jan 6 18:42:21 PST 2016


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(-)



More information about the linux-mtd mailing list