From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D0FCC43219 for ; Thu, 2 May 2019 08:54:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD28820651 for ; Thu, 2 May 2019 08:54:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726445AbfEBIyL (ORCPT ); Thu, 2 May 2019 04:54:11 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:50898 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725905AbfEBIyK (ORCPT ); Thu, 2 May 2019 04:54:10 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 68A47608F44D; Thu, 2 May 2019 10:54:08 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id tCZgGT9srGJB; Thu, 2 May 2019 10:54:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E47066083114; Thu, 2 May 2019 10:54:07 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DSTtttNaDo7h; Thu, 2 May 2019 10:54:07 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 2DB38608F44D; Thu, 2 May 2019 10:54:06 +0200 (CEST) Date: Thu, 2 May 2019 10:54:06 +0200 (CEST) From: Richard Weinberger To: torvalds@linux-foundation.org Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Message-ID: <1906022472.41848.1556787246765.JavaMail.zimbra@nod.at> Subject: [GIT PULL] MTD fixes for 5.1 final MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.8_GA_3025 (ZimbraWebClient - FF60 (Linux)/8.8.8_GA_1703) Thread-Index: DfL9m5ltWhnTV5AkF4L36VKfZfOrxA== Thread-Topic: MTD fixes for 5.1 final Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb: Linux 5.1-rc6 (2019-04-21 10:45:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.1-rc6 for you to fetch changes up to 9a8f612ca0d6a436e6471c9bed516d34a2cc626f: mtd: rawnand: marvell: Clean the controller state before each operation (2019-04-25 23:21:51 +0200) ---------------------------------------------------------------- This pull request contains a single fix for MTD: - Regression fix for the marvell nand driver. ---------------------------------------------------------------- Miquel Raynal (1): mtd: rawnand: marvell: Clean the controller state before each operation drivers/mtd/nand/raw/marvell_nand.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)