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=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 39B50C19759 for ; Sun, 4 Aug 2019 21:30:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 112222070D for ; Sun, 4 Aug 2019 21:30:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726807AbfHDVau convert rfc822-to-8bit (ORCPT ); Sun, 4 Aug 2019 17:30:50 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34247 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726392AbfHDVau (ORCPT ); Sun, 4 Aug 2019 17:30:50 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id B57961BF206; Sun, 4 Aug 2019 21:30:45 +0000 (UTC) Date: Sun, 4 Aug 2019 23:30:44 +0200 From: Miquel Raynal To: Linus Torvalds Cc: linux-mtd@lists.infradead.org, Richard Weinberger , Tudor Ambarus , Vignesh Raghavendra , Frieder Schrempf , linux-kernel@vger.kernel.org Subject: [GIT PULL] mtd: Fixes for 5.3-rc4 Message-ID: <20190804232928.08b4b69a@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, Here are three MTD fixes for the next -rc. Thanks, Miquèl The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -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.3-rc3 for you to fetch changes up to 2b372a9685a757a1d3ab30615ef42b2db7c45298: mtd: hyperbus: Add hardware dependency to AM654 driver (2019-08-03 02:11:52 +0200) ---------------------------------------------------------------- NAND: - Fix Micron driver as some chips enable internal ECC correction during their discovery while they advertize they do not have any. Hyperbus: - Restrict the build to only ARM64 SoCs (and compile testing) which is what should have been done since the beginning. - Fix Kconfig issue by selection something instead of implying it. ---------------------------------------------------------------- Jean Delvare (1): mtd: hyperbus: Add hardware dependency to AM654 driver Marco Felsch (1): mtd: rawnand: micron: handle on-die "ECC-off" devices correctly Vignesh Raghavendra (1): mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies drivers/mtd/hyperbus/Kconfig | 3 ++- drivers/mtd/nand/raw/nand_micron.c | 14 +++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-)