From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756356AbcE0RIc (ORCPT ); Fri, 27 May 2016 13:08:32 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:35646 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755854AbcE0RIb (ORCPT ); Fri, 27 May 2016 13:08:31 -0400 Date: Fri, 27 May 2016 10:08:27 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Boris Brezillon , Richard Weinberger , David Woodhouse , Brian Norris Subject: [GIT PULL] MTD fixes for v4.7-rc1 Message-ID: <20160527170827.GE89390@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 e5366a266a8cd4cd6b0fe66876462cca2e1c6a89: mtd: spi-nor: support GigaDevice gd25lq64c (2016-05-10 15:44:18 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20160527 for you to fetch changes up to 507e617440d70bc4269daac1b0ee96671bf2761a: Documentation: dt: mtd: drop "soft_bch" from example (2016-05-27 09:56:26 -0700) ---------------------------------------------------------------- MTD fixes for v4.7-rc1 We've already noticed a few flaws in the MTD work for v4.7-rc1: * The Atmel folks got ahead of themselves on trying to support their latest hardware and were working off incorrect documentation. Fix up the NAND driver to get this correct. * Fix up device tree example documentation to use the latest recommendations for describing NAND ECC algorithms. ---------------------------------------------------------------- Baruch Siach (1): Documentation: dt: mtd: drop "soft_bch" from example Wenyou Yang (1): Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" .../devicetree/bindings/mtd/atmel-nand.txt | 2 +- Documentation/devicetree/bindings/mtd/nand.txt | 3 +- drivers/mtd/nand/atmel_nand.c | 35 +++++----------------- drivers/mtd/nand/atmel_nand_nfc.h | 3 +- 4 files changed, 12 insertions(+), 31 deletions(-)