From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117AbcKEAZd (ORCPT ); Fri, 4 Nov 2016 20:25:33 -0400 Received: from mail-it0-f66.google.com ([209.85.214.66]:34916 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753994AbcKEAZ1 (ORCPT ); Fri, 4 Nov 2016 20:25:27 -0400 Date: Fri, 4 Nov 2016 17:24:25 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse , Artem Bityutskiy , Marek Vasut , Boris Brezillon , Richard Weinberger , Cyrille Pitchen Subject: [GIT PULL] MTD updates for 4.9-rc4 Message-ID: <20161105002425.GA10139@localhost> 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 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20161104 for you to fetch changes up to 0e2ce9d3fcba5f92dd6c2b27d82690e49d0c0854: Merge tag 'nand/fixes-for-4.9-rc3' of github.com:linux-nand/linux (2016-10-28 19:05:25 -0700) ---------------------------------------------------------------- MTD updates for 4.9-rc4: * MAINTAINERS updates to reflect some new maintainers/submaintainers -- we have some great volunteers who've been developing and reviewing already. We're going to try a group maintainership model, so eventually you'll probably see pull requests from people besides me. * NAND fixes from Boris: """ Three simple fixes: - the first one is fixing a non-critical bug in the gpmi driver - the second one is fixing a bug in the 'automatic NAND timings selection' feature introduced in 4.9-rc1 - the last one is fixing a false positive uninitialized-var warning """ ---------------------------------------------------------------- Arnd Bergmann (1): mtd: mtk: avoid warning in mtk_ecc_encode Boris Brezillon (2): MAINTAINERS: add more people to the MTD maintainer team mtd: nand: Fix data interface configuration logic Brian Norris (1): Merge tag 'nand/fixes-for-4.9-rc3' of github.com:linux-nand/linux Cyrille Pitchen (1): MAINTAINERS: add a maintainer for the SPI NOR subsystem Fabio Estevam (1): mtd: nand: gpmi: disable the clocks on errors MAINTAINERS | 15 +++++++++ drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 6 ++-- drivers/mtd/nand/mtk_ecc.c | 19 ++++++----- drivers/mtd/nand/nand_base.c | 60 ++++++++++++++++++++++++----------- include/linux/mtd/nand.h | 2 +- 5 files changed, 71 insertions(+), 31 deletions(-)