From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3435522A7E4 for ; Mon, 22 Dec 2025 15:41:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766418093; cv=none; b=ZVFjjpIwoUOA/98KyHCTitmO9wtAW7xRqsRZpxfZIl7hqnCzkDhj2ZxcC0C1df5h5DhxvyFu8+yKMLGINHWW6n7E2VvsZ6vdgTJMUOgXCpKI83io6AF1GVQVwHCf9pKrSlwTYL2IfErbofOkq5bCSbx3j2i28tf/Esz8++lMKUE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766418093; c=relaxed/simple; bh=8IA9HvtxR5e7nLsJzjscOyKSWQDoJYG2fj8b52Rg5xQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=S6anw2PjQd/2OZD8rYEJS8ji0wGDBE2IrTTHpQuJWzWo/YGSO6AC/rVe7Pca0BXzbmdOSaBcZ+w8oQiYNinC0554rkNumpxdLC5sdHfZamIHJj18QYid3WNEID1coLOXNNbIK35F4rdN7S0k9ODaMmXYPEElRCGEQno0hIdac74= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CinNhiTM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CinNhiTM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3F94C4CEF1; Mon, 22 Dec 2025 15:41:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766418092; bh=8IA9HvtxR5e7nLsJzjscOyKSWQDoJYG2fj8b52Rg5xQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=CinNhiTMrDXg5wq2oG5VXEL5Dg/jw9mlhWHV4SU6PAZy9e3ysxMGxbe5mZXbdwjc3 iZg2agGsg/3B2NuX9g3j2leG+MLckugfIu3ZXz2TjKtH4vINa4H9+uwND7DxWEidR2 xpULi3aS42CPjlWeoUsdQZXDqOSL9cZSIpC7IAgBsOV8qQIzYpQJGSD/j8NvXidLvA Mup+ZqVmj7CdaG4DRZi8K7H761MmtBxJTrINs8yBWd94HDaf/sg1ur2ZWuTK3Xx5CA LkgC8ml7lAhXPeMj4fwB6tpiz5ENvERAmx37r1ZdOwnLy9FuOm7rKSfpiYYSulNGJQ igszOKeiWI2RQ== From: Pratyush Yadav To: Jonas Gorski Cc: Tudor Ambarus , Pratyush Yadav , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Pratyush Yadav , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: spi-nor: update spi_nor_fixups::post_sfdp() documentation In-Reply-To: <20251218095430.30103-1-jonas.gorski@gmail.com> (Jonas Gorski's message of "Thu, 18 Dec 2025 10:54:30 +0100") References: <20251218095430.30103-1-jonas.gorski@gmail.com> Date: Tue, 23 Dec 2025 00:41:25 +0900 Message-ID: <86bjjqcymy.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Thu, Dec 18 2025, Jonas Gorski wrote: > After commit 5273cc6df984 ("mtd: spi-nor: core: Call > spi_nor_post_sfdp_fixups() only when SFDP is defined") > spi_nor_post_sfdp_fixups() isn't called anymore if no SFDP is detected. > > Update the documentation accordingly. > > Fixes: 5273cc6df984 ("mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined") > Signed-off-by: Jonas Gorski Reviewed-by: Pratyush Yadav Thanks! [...] -- Regards, Pratyush Yadav