From patchwork Fri Nov 30 09:58:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 1005871 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Nj5iaCZR"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 435qbt2MY0z9s3Z for ; Fri, 30 Nov 2018 20:59:04 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zAHvLNuUjjV2D4OWdp6bSb+J8lLf4ZoVTunrwceMORA=; b=Nj5iaCZRIMe/CP s/dIwn59JQ488x27iDtaZm9ysOu1oYXX/279KJZWtBmu1Ly5+tMlTTdyOO3pYG6KGJwseYnB81tGs LycbwhtsP52OoaMljbPqoZ24fFsyZt0Gnv5EAoabcCnm2XHU1uYf1ZhcCiGveV3Fw1t7SlqQDBYZf WKllI5e2uGzPxyH7BOiB4LFbCohxjHUyM+FMcs3tcprCmqfnNOct2AX/Ucg0HRt6F15Zb3+sdNYJt lXHWtI/dehFG5KROYYQozO2rt0zha4dkzFu1zOjNXqlZtXSRN8wr7i2PTzPERBKBfgSgpYlTJHuOR MrPytXjpA3vd8o5T4SOw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gSfZX-0000M5-Rp; Fri, 30 Nov 2018 09:58:55 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gSfZU-0000LH-Hu for linux-mtd@lists.infradead.org; Fri, 30 Nov 2018 09:58:54 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 488BC20CFB; Fri, 30 Nov 2018 10:58:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from bbrezillon (aaubervilliers-681-1-63-158.w90-88.abo.wanadoo.fr [90.88.18.158]) by mail.bootlin.com (Postfix) with ESMTPSA id 0754C206FF; Fri, 30 Nov 2018 10:58:30 +0100 (CET) Date: Fri, 30 Nov 2018 10:58:29 +0100 From: Boris Brezillon To: Linus Torvalds Subject: [GIT PULL] mtd: Fixes for 4.20-rc5 Message-ID: <20181130105829.0bbefe10@bbrezillon> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181130_015852_740158_4C93DC5D X-CRM114-Status: GOOD ( 11.17 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , Tudor Ambarus , Richard Weinberger , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Miquel Raynal , Brian Norris , David Woodhouse Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hello Linus, Here is the MTD fixes PR for 4.20-rc5. Regards, Boris The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436: Linux 4.20-rc4 (2018-11-25 14:19:31 -0800) are available in the Git repository at: git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.20-rc5 for you to fetch changes up to 40b412897ccb4b98b2cfb2a0aaabed58dd9e2086: mtd: nand: Fix memory allocation in nanddev_bbt_init() (2018-11-28 15:41:50 +0100) ---------------------------------------------------------------- NAND fixes: - Fix BBT cache allocation done in nanddev_bbt_init() SPI NOR fixes: - Fix the erase type selection logic ---------------------------------------------------------------- Frieder Schrempf (1): mtd: nand: Fix memory allocation in nanddev_bbt_init() Tudor Ambarus (1): mtd: spi-nor: fix erase_type array to indicate current map conf drivers/mtd/nand/bbt.c | 3 ++- drivers/mtd/spi-nor/spi-nor.c | 31 +++++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-)