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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE4C5C761A6 for ; Mon, 3 Apr 2023 12:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232348AbjDCMoj (ORCPT ); Mon, 3 Apr 2023 08:44:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230269AbjDCMoh (ORCPT ); Mon, 3 Apr 2023 08:44:37 -0400 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E33765BC for ; Mon, 3 Apr 2023 05:44:37 -0700 (PDT) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 22186124; Mon, 3 Apr 2023 14:44:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1680525875; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PS5zXyKmp/pONxWxlIy1KQeGd0IEY5iGQxDKSs2hay8=; b=dhicINKyLgUs72UM0k+RZBxseLhFW2AmbfN8e94tEDp3LzyeFj9Mp9KInvdbaAmZG+Um0R LGPll5iDFWenq5R90F/NKSrl9wvxBFkSH9XzfS1hB1V8b+cqbTZHRmQALGRjg65kfdjRx5 IgltzmuojeAmy+cxzrtp6kJ7yPiUUo9qO8dzQHTxvFTK+ccIp0gp+oQQh4fDQ+5XJXlpsL RzEX8yYU9ZI7upb8x7ccWeUZZ43Q4tEwF7KtFCXvIUUeGFOUBt8p1IjQBQUlHvQM8j2AJL gFsCOPInGMigPiDxD/0tUpPNYPQyge6sJzGuzOs5q+7fYdKhUtHzam1t0GvVyg== MIME-Version: 1.0 Date: Mon, 03 Apr 2023 14:44:35 +0200 From: Michael Walle To: Tudor Ambarus Cc: pratyush@kernel.org, miquel.raynal@bootlin.com, richard@nod.at, Takahiro.Kuwano@infineon.com, bacem.daassi@infineon.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 02/10] mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_addr_mode In-Reply-To: <20230331074606.3559258-3-tudor.ambarus@linaro.org> References: <20230331074606.3559258-1-tudor.ambarus@linaro.org> <20230331074606.3559258-3-tudor.ambarus@linaro.org> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <0324c2ebe574e4e3239054594cddffda@walle.cc> X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2023-03-31 09:45, schrieb Tudor Ambarus: > Rename method to spi_nor_set_4byte_addr_mode_wren_en4b_ex4b and extend > its description. This method is described in JESD216 > BFPT[SFDP_DWORD(16)], > BIT(30) and BIT(22). > > Signed-off-by: Tudor Ambarus Reviewed-by: Michael Walle -michael