Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964839AbdHYWzX (ORCPT ); Fri, 25 Aug 2017 18:55:23 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:38595 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935440AbdHYWzV (ORCPT ); Fri, 25 Aug 2017 18:55:21 -0400 Date: Fri, 25 Aug 2017 15:55:18 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Richard Weinberger , Marek Vasut , Cyrille Pitchen , Boris Brezillon , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: [GIT PULL] MTD fixes for v4.13-rc7 Message-ID: <20170825225518.GA37579@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Content-Length: 1836 Lines: 47 Hi Linus, Here are a few last fixes for this release. FYI, Boris Brezillon will probably be handling MTD pull requests for the next release. I've been a little less active recently, and it's probably good to get some redundancy in the system anyway. The following changes since commit 9a51544774a57fcb94994a61860a17f9e63a8d7b: mtd: blkdevs: Fix mtd block write failure (2017-08-12 14:53:24 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20170825 for you to fetch changes up to be3e83e3471cd0faff2c2d88fe9cfc73d9a9745a: mtd: nand: atmel: Relax tADL_min constraint (2017-08-24 20:59:50 -0700) ---------------------------------------------------------------- MTD fixes for 4.13-rc7 Two fixes - one for a 4.13 regression, and the other for an older one: * Atmel NAND: since we started utilizing ONFI timings, we found that we were being too restrict at rejecting them, partly due to discrepancies in ONFI 4.0 and earlier versions. Relax the restriction to keep these platforms booting. This is a 4.13-rc1 regression. * nandsim: repeated probe/removal may not work after a failed init, because we didn't free up our debugfs files properly on the failure path. This has been around since 3.8, but it's nice to get this fixed now in a nice easy patch that can target -stable, since there's already refactoring work (that also fixes the issue) targeted for the next merge window ---------------------------------------------------------------- Boris Brezillon (1): mtd: nand: atmel: Relax tADL_min constraint Uwe Kleine-K?nig (1): mtd: nandsim: remove debugfs entries in error path drivers/mtd/nand/atmel/nand-controller.c | 13 ++++++++++++- drivers/mtd/nand/nandsim.c | 1 + 2 files changed, 13 insertions(+), 1 deletion(-)