From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751446AbdAPWcQ (ORCPT ); Mon, 16 Jan 2017 17:32:16 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33412 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbdAPWcN (ORCPT ); Mon, 16 Jan 2017 17:32:13 -0500 Date: Mon, 16 Jan 2017 14:25:54 -0800 From: Brian Norris To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Richard Weinberger , Boris Brezillon , Cyrille Pitchen , Marek Vasut , David Woodhouse Subject: [GIT PULL] MTD fixes for 4.10 Message-ID: <20170116222554.GA30118@brian-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, I've been holding onto this one a little too long. The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88: Linux 4.10-rc2 (2017-01-01 14:31:53 -0800) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20170116 for you to fetch changes up to 5bdee5496978c6738dd90869b54c0f30c0344ccf: Merge tag 'nand/fixes-for-4.10-rc3' of github.com:linux-nand/linux (2017-01-05 09:33:26 -0800) ---------------------------------------------------------------- MTD fixes for 4.10 Just NAND updates from Boris: " - Forbid compiling xway NAND controller driver as a module - Fix tango NAND DT binding and make sure the controller is in a clean state at probe time - Add dependency on HAS_IOMEM to the oxnas NAND driver - Fix irq number validity check in the lpc32xx driver " ---------------------------------------------------------------- Brian Norris (1): Merge tag 'nand/fixes-for-4.10-rc3' of github.com:linux-nand/linux Hauke Mehrtens (2): mtd: nand: xway: disable module support mtd: nand: xway: fix build because of module functions Marc Gonzalez (2): mtd: nand: tango: Update DT binding description mtd: nand: tango: Reset pbus to raw mode in probe Randy Dunlap (1): mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM Vladimir Zapolskiy (1): mtd: nand: lpc32xx: fix invalid error handling of a requested irq Documentation/devicetree/bindings/mtd/tango-nand.txt | 6 +++--- drivers/mtd/nand/Kconfig | 3 ++- drivers/mtd/nand/lpc32xx_mlc.c | 2 +- drivers/mtd/nand/tango_nand.c | 4 +++- drivers/mtd/nand/xway_nand.c | 5 +---- 5 files changed, 10 insertions(+), 10 deletions(-)