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=-16.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 820BBC49361 for ; Fri, 11 Jun 2021 20:24:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50B27610F8 for ; Fri, 11 Jun 2021 20:24:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50B27610F8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=p+H3RYodUKfhYT41C//tM5Vv3EkdCy/xrrDaEU/qgZ0=; b=T8z4xRtyNoByDD Cg+7JZmBhmhWEPKOLerHRptUqB2e/LWegXWUSVZD8NXkXYNt9dbSbuwEjOqV6FcR9nrEfZnldcDd5 8IZYcSwpv3x4VDwiTt3anpj7kOsAoHcwz+X0cy57EczoEHQpdRChcmGIkwboGM/DJceoYOIa4PbGf fZVAoPXfyNW1kQXvh/QkPIl7ln8qvESIKWXpxV4ZFApyeIWnbgBBXpM3diXQhn8VFMd7g6pjBn5mP J40e5Mx7iv3XDcf/jftVWQEWM5JS7QjSj6PDhhzDAhr7IsViB/S5PRB/hltZ8AbNFEVVMatQCgTZg jwGjw0QQdovAwuDoy+Yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrnKk-006nO2-IK; Fri, 11 Jun 2021 20:00:51 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrmQp-006Yvh-Qt; Fri, 11 Jun 2021 19:03:05 +0000 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 33B39C0002; Fri, 11 Jun 2021 19:02:59 +0000 (UTC) From: Miquel Raynal To: patrice.chotard@foss.st.com, Mark Brown , Miquel Raynal , Vignesh Raghavendra , Boris Brezillon , linux-mtd@lists.infradead.org, Alexandre Torgue , linux-spi@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Pratyush Yadav Cc: christophe.kerello@foss.st.com Subject: Re: [PATCH v5 1/3] mtd: spinand: add spinand_read_cfg() helper Date: Fri, 11 Jun 2021 21:02:59 +0200 Message-Id: <20210611190259.226571-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210602094913.26472-2-patrice.chotard@foss.st.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'0c3d87eae33adca609edac1b16c34f2ea52c8e8a' X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210611_120304_049241_F3ADBBBF X-CRM114-Status: UNSURE ( 5.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 2021-06-02 at 09:49:11 UTC, wrote: > From: Patrice Chotard > > Put REG_CFG reading code in spinand_read_cfg(). > This function will be needed by the future SPI-NAND resume ops. > > Signed-off-by: Patrice Chotard Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel