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 45D161487D5 for ; Wed, 29 Jan 2025 15:40:01 +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=1738165202; cv=none; b=SYVuJSI1GDKTlvemQaK+EqP79aOQ9e8zd2WJ8pOuGdns/tgS5Db4TiLGGAuPQnfEfgg30HXX/ShtqXz1Lw83owSHUpskPWlXw77fQjLqA6DdYH1S5GnmWOyYVHxhWxj8T+FCv9DvOASLwvDA4OZK92+GX4pc+IdU3DT/ZAhiA1s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738165202; c=relaxed/simple; bh=5TTRpWnzjied1uqHfdobXvvLBdbbNHUAt9u5uMwEKxo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=dZZstTOKrTBLFCZlLyCIyZLRn4i/xKIBWNoKblEhvU7bEd5pc+XqxhvahZPqNGZyRu3Eq08be9TcrVAA3H2/eFi4LX2HPnQ8L3jmEny8tHJbTOFIUvCGB8csj59BbTUaGSRvSMH7iZAhyVaLreWQHZkOZdNG/OOX4Ad+4fFgBdA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Mlko5GlN; 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="Mlko5GlN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 293DCC4CED1; Wed, 29 Jan 2025 15:40:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1738165201; bh=5TTRpWnzjied1uqHfdobXvvLBdbbNHUAt9u5uMwEKxo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Mlko5GlNE30NppleJK0+O3J296S60U2R1cLmwuGENMu2BQZSdOT/0hzlR8X0q+xkb RI5ZLxSeR0/HViFKENyRO4p9nyK4AfQuMJtfPahc4jbSIQP3BHs77J+bTxLnU+S1zC 8itspJxIbLxyStPhtWmndcAOIiFMx4Kog7bptqQnFBSzyagPk/yiVG/euKgp6WZeTC KOwRv2t/gacBFXBbUfVvq7KnO161EOeMFe+PAidCKfoiArpc+dpwFew88P9mQBBt6x r1KKINHA2gvB0kMrnEaQlZreemXqycBu0iT6mu8Ir6styfYFMIjXZmVV1VINHB0z4N /6KqtX+Tsq3OQ== From: Pratyush Yadav To: Miquel Raynal Cc: Tudor Ambarus , Pratyush Yadav , Michael Walle , Richard Weinberger , Vignesh Raghavendra , Thomas Petazzoni , Steam Lin , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] mtd: spi-nor: winbond: Add support for w25q02jv In-Reply-To: <20250110-winbond-6-12-rc1-nor-volatile-bit-v3-2-735363f8cc7d@bootlin.com> (Miquel Raynal's message of "Fri, 10 Jan 2025 15:49:31 +0100") References: <20250110-winbond-6-12-rc1-nor-volatile-bit-v3-0-735363f8cc7d@bootlin.com> <20250110-winbond-6-12-rc1-nor-volatile-bit-v3-2-735363f8cc7d@bootlin.com> Date: Wed, 29 Jan 2025 15:39:59 +0000 Message-ID: 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 Fri, Jan 10 2025, Miquel Raynal wrote: > Add support for Winbond w25q02jv spi-nor chip which shares most of > w25q01jv's specificities as, this time, the chip is made of 4 different > dies. > > Link: https://www.winbond.com/resource-files/W25Q02JV_DTR%20RevD%2007092024%20Plus.pdf > Signed-off-by: Miquel Raynal Reviewed-by: Pratyush Yadav -- Regards, Pratyush Yadav