From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 D36988F77 for ; Wed, 15 Jan 2025 19:16:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736968579; cv=none; b=oH6S8AgfhMxbMNr7hf5Hze6uZ2XEy4TT9AN+MipPIXc6yquTKml+QhG3/E5+hv11JLHIayduwKApzsmGHJ092uN+Au9miX5Cgcvyi5aAibt37YQXi1WZ19/VRu7UYU1gvOWE0/zlODK1xlV7q44a/eFd+kBZIsQVuTNjC55F1Is= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736968579; c=relaxed/simple; bh=AZfOmRXS2v9AozyEd79Oqt/y5oac9ovFF/Y8vjq+1kQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=dS+/4nGj5WrM+f7j8clXHx41jv6EXoFblsvIKk5HuVcYunsWTC6vS+eS5YV/CUR2UjOUUm6p0HzjMQs9vASlhX9J7YNnR86xExrRiHS+C4GHwRQxyVGGOVaEWkHtfoovay3gp2sXvqvXzxromjP7gjULcUmihFQsBHnF3c95BZA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Ox3OIw3x; arc=none smtp.client-ip=217.70.183.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Ox3OIw3x" Received: by mail.gandi.net (Postfix) with ESMTPSA id EA5E820007; Wed, 15 Jan 2025 19:16:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1736968575; 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=AZfOmRXS2v9AozyEd79Oqt/y5oac9ovFF/Y8vjq+1kQ=; b=Ox3OIw3x0GEe5dP6scp9j/1hwNgjwZTJZOFZXaaSIjwGjWiyqDbvns3PoleVriMWdQ602N Ivggz4JItcWdg2wgVQh+8ztSS9QezKmg+ypErmmXTNMeCIYPhs5mRrhAUSJsJAHUV8DM/K TzRzxeEvxTBpsotEOFaENCYT9ATSvVFq8UsPIwIELSFchm9Hatr1ORaoYZnle9OVNPsLns Mp3VhRS/Wmh+8EsAwxX4Za2CZujoVfkuDmeEJkqgCRnYj0wrx8domp9c/xKgDdId8AT0B1 SjpyaaEaGbGZgp1WKNXyPsrTISatQxMz1MQMnNcG7JAM/n5EYx+lYlGlW39epQ== From: Miquel Raynal To: Santhosh Kumar K Cc: , , , , , , Subject: Re: [PATCH 3/3] mtd: spinand: winbond: Fix oob_layout for W25N01JW In-Reply-To: <20250102115110.1402440-4-s-k6@ti.com> (Santhosh Kumar K.'s message of "Thu, 2 Jan 2025 17:21:10 +0530") References: <20250102115110.1402440-1-s-k6@ti.com> <20250102115110.1402440-4-s-k6@ti.com> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Wed, 15 Jan 2025 20:16:14 +0100 Message-ID: <87r053lwg1.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com Hello Santhosh, On 02/01/2025 at 17:21:10 +0530, Santhosh Kumar K wrote: > Fix the W25N01JW's oob_layout according to the datasheet. [1] > > [1] https://www.winbond.com/hq/product/code-storage-flash-memory/qspinand= -flash/?__locale=3Den&partNo=3DW25N01JW > > Fixes: 6a804fb72de5 ("mtd: spinand: winbond: add support for serial NAND = flash") > CC: Sridharan S N > Signed-off-by: Santhosh Kumar K There have been changes in this driver, I'd suggest to rebase your work once -rc1 is out. Also, Please add Cc: stable in copy and either move this patch first in the series, or even detach it because it has little to do with the two other patches. Thanks! Miqu=C3=A8l