From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753466AbbIISA0 (ORCPT ); Wed, 9 Sep 2015 14:00:26 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34204 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870AbbIISAX (ORCPT ); Wed, 9 Sep 2015 14:00:23 -0400 Date: Wed, 9 Sep 2015 11:00:20 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , linux-kernel@vger.kernel.org Subject: [GIT PULL] MTD updates #2 for 4.3-rc1 Message-ID: <20150909180020.GE81844@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, There was one significant bug in my first pull request, fixed here. I also threw in a few trivial ID additions and a small module rename. The following changes since commit 718e38b4d96085b4dab08d3d32e5e033aa1ba6e9: mtd: mtd_oobtest: Fix the address offset with vary_offset case (2015-08-27 16:30:01 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20150909 for you to fetch changes up to 2ff46e6fea6254ac8fa97aeb9c14e51436ab95f6: mtd: spi-nor: fix NULL dereference when no match found in spi_nor_ids[] (2015-09-02 16:34:35 -0700) ---------------------------------------------------------------- MTD updates #2 for 4.3-rc1: * SPI NOR: bug fix for a "end of table" check that resulted in a NULL dereference in some cases * SPI NOR: a few new IDs / feature flags * OMAP2 NAND: rename module so it doesn't conflict with onenand omap2.ko ---------------------------------------------------------------- Alexis Ballier (1): mtd: spi-nor: Add support for sst25wf020a Brian Norris (1): mtd: spi-nor: fix NULL dereference when no match found in spi_nor_ids[] Joachim Eastwood (1): mtd: spi-nor: s25sl064p supports both dual and quad I/O Jonas Gorski (1): mtd: spi-nor: allow dual/quad reads on S25FL129P Mika Westerberg (1): mtd: spi-nor: Add support for Micron n25q064a serial flash Roger Quadros (1): mtd: nand: omap2: Rename shippable module to omap2_nand drivers/mtd/nand/Makefile | 3 ++- drivers/mtd/spi-nor/spi-nor.c | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-)