From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933300AbcI1Tmy (ORCPT ); Wed, 28 Sep 2016 15:42:54 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36639 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752032AbcI1Tmx (ORCPT ); Wed, 28 Sep 2016 15:42:53 -0400 Date: Wed, 28 Sep 2016 12:42:49 -0700 From: Brian Norris To: Linus Torvalds Cc: Richard Weinberger , Boris Brezillon , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, David Woodhouse Subject: [GIT PULL] Late MTD fixes for v4.8 Message-ID: <20160928194249.GA145475@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, My apologies for sending this so late. I've been fairly absent as a maintainer this cycle, but I did queue these up weeks ago. In the meantime, Richard was able to handle some other fixes (thanks!) but didn't pick these up. On the bright side, these are very simple changes that should carry little risk. Please let me know if you have any concerns. The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20160928 for you to fetch changes up to f6d7c1b5598b6407c3f1da795dd54acf99c1990c: mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl (2016-09-09 19:39:33 -0700) ---------------------------------------------------------------- Another round of MTD fixes for v4.8 Davinci NAND: fix a long-standing bug in how we clear/prep 4-bit ECC OMAP NAND: an error-handling fix that made it into v4.8-rc1 caused error-handling cases in other configurations/code-paths; this fixes the fix ---------------------------------------------------------------- Karl Beldan (1): mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl Roger Quadros (1): mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failed drivers/mtd/nand/davinci_nand.c | 3 +++ drivers/mtd/nand/omap2.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)