From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752684AbcAGCm0 (ORCPT ); Wed, 6 Jan 2016 21:42:26 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:34148 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbcAGCmY (ORCPT ); Wed, 6 Jan 2016 21:42:24 -0500 Date: Wed, 6 Jan 2016 18:42:21 -0800 From: Brian Norris To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Brian Norris , David Woodhouse Subject: [GIT PULL] Last MTD fixes for v4.4 Message-ID: <20160107024221.GY109450@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)