From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 C17682416B4 for ; Wed, 15 Jan 2025 13:25:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.196 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736947529; cv=none; b=o15BJm0REK71hFk7qx5k234LJ55RI+c0H99t+SDX7nyn0p4z+E52PRudtHcvAZtlZ6RE9fV4ubZIYJLO714wPMRsP2YAn8y2wL7fx6ueQBGsficQw6YUdvBEiRw2VVpRH6yd0wJuJFlrZKmBUdgkrBDypFaishrvmUxhD5+0nMw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736947529; c=relaxed/simple; bh=xlBR/QRpi0uMVI/DYKPrRq+AyCl7kCOjNGNXpjkFWJw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=fYLhdTVPOIQMwml2+kwrBXVfWFLFW1Ea2ckypfvG5h4yUsM4P4G+xavmRUS0jpD4uOO9xCk17DEWmwea4mbD8K7Pl6nctu3WeJWtWYMiBVdhC4SmOVy3OFkLtMzbf5rExL7/rbCmBsFUQqwDvyelgbR5C8QGkIfnjdCsqzS72ms= 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=FM7FhK0y; arc=none smtp.client-ip=217.70.183.196 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="FM7FhK0y" Received: by mail.gandi.net (Postfix) with ESMTPSA id BB718E0003; Wed, 15 Jan 2025 13:25:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1736947519; 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=xlBR/QRpi0uMVI/DYKPrRq+AyCl7kCOjNGNXpjkFWJw=; b=FM7FhK0yY3EDNT3elFFkL99ih4gPh462n9hs1HPfe1YWzIFAjCV0nJHFomk/YftaIVsoJp 0KLuIcXSbNUcKFNnmGi119tScsJWE0UuhNEtCS5ezIdQP6enTBav2mDIWtwoIubFWjsLlf B6nNUi3ldddi+Qe9JRTioy/6r6xIrFJQI+IdGvrXtmTEv6dtzso9zJcmPTweaDuVOwyxED u+L6HwMsuoxHY8f83bk8iQroVrFPfrYOcJB0fh8UV6AcSxGIZwAGic9rWdVwhTeZHEsnAB qkArkjUBbkZiv7DlqWh1XLJF56XSna3dBvLvzahrWG8pll85nZX25/DGuvHQJg== From: Miquel Raynal To: Pratyush Yadav Cc: Tudor Ambarus , Michael Walle , Richard Weinberger , Vignesh Raghavendra , Cheng Ming Lin , Alexander Stein , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, alvinzhou@mxic.com.tw, leoyu@mxic.com.tw, Cheng Ming Lin Subject: Re: [PATCH] Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data" In-Reply-To: (Pratyush Yadav's message of "Wed, 15 Jan 2025 10:50:00 +0000") References: <20250115101659.55882-1-pratyush@kernel.org> <878f66c3-83a4-4f83-88d8-ea2917d82d76@linaro.org> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Wed, 15 Jan 2025 14:25:17 +0100 Message-ID: <87o708p5tu.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 On 15/01/2025 at 10:50:00 GMT, Pratyush Yadav wrote: > On Wed, Jan 15 2025, Tudor Ambarus wrote: > >> On 1/15/25 10:16 AM, Pratyush Yadav wrote: >>> This reverts commit 98d1fb94ce75f39febd456d6d3cbbe58b6678795. The commit >> >> "The commit" on a new paragraph please > > ACK, will do when applying. I can apply the fix on mtd/fixes directly and fire the fixes PR one day later, but I'll need your v2. Thanks, Miqu=C3=A8l