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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,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 6F6B7C433ED for ; Tue, 13 Apr 2021 20:05:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C8CD613CE for ; Tue, 13 Apr 2021 20:05:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348153AbhDMUGF (ORCPT ); Tue, 13 Apr 2021 16:06:05 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:59146 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230244AbhDMUGE (ORCPT ); Tue, 13 Apr 2021 16:06:04 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 5FE4B6122D44; Tue, 13 Apr 2021 22:05:42 +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 pb2ba3nKQmwb; Tue, 13 Apr 2021 22:05:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 0C271606BA5E; Tue, 13 Apr 2021 22:05:42 +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 VDArCqsXGLPe; Tue, 13 Apr 2021 22:05:41 +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 D4E4A6122D44; Tue, 13 Apr 2021 22:05:41 +0200 (CEST) Date: Tue, 13 Apr 2021 22:05:41 +0200 (CEST) From: Richard Weinberger To: torvalds Cc: linux-mtd , linux-kernel , miquel.raynal@bootlin.com, vigneshr@ti.com Message-ID: <1678691098.178869.1618344341740.JavaMail.zimbra@nod.at> Subject: [GIT PULL] MTD fixes for 5.12-rc7 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.12_GA_3807 (ZimbraWebClient - FF78 (Linux)/8.8.12_GA_3809) Thread-Index: WK6HXCg3/KZU8vvevUTpx25CD/Z4vw== Thread-Topic: MTD fixes for 5.12-rc7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/fixes-for-5.12-rc7 for you to fetch changes up to 2fb164f0ce95e504e2688b4f984893c29ebd19ab: mtd: rawnand: mtk: Fix WAITRDY break condition and timeout (2021-03-11 12:23:11 +0100) ---------------------------------------------------------------- This pull request contains the following bug fix for MTD: - nand: Fix WAITRDY break condition and timeout in mtk driver ---------------------------------------------------------------- Hauke Mehrtens (1): mtd: rawnand: mtk: Fix WAITRDY break condition and timeout drivers/mtd/nand/raw/mtk_nand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)