From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 412D739448F for ; Tue, 17 Mar 2026 08:57:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773737867; cv=none; b=NJZRuuDjNoeGMY5U29D57n6jLIgqJkumLuP55d8ozLy1h+dD6h89ETg1fp/9T4G+9ORbgm29l4aEDfpdOX3AeT0vnex5KXMfVhjAIcYsqd3yGuNgcUcBzLCTamNQVwI5b0xJNMe2Mc82fR6E4y/PWURUoucJAS+ifmXsRRIRoik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773737867; c=relaxed/simple; bh=nBiDzArVDcCoeD815fZ/roaTVPKtASulKgA6m6/q+Xw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Lhb2x8ZYzTlB/IorxZmPrJoSP6wSnNSy0a4aainpgHEkCr4CNPEF+MKJCza2HfJC+a91OR29v8yFGfvRuAKtZTQ8SjaV4yiCqHlwvxmmpeBZcldh/5LFhYpspgu4YcXnz18tk45Rf48J13UT2qtCbHIQsFwgud3sHr4kygpKW3A= 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=BTAAkQV9; arc=none smtp.client-ip=185.246.84.56 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="BTAAkQV9" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 062AD1A1107; Tue, 17 Mar 2026 08:57:45 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C894F5FC9A; Tue, 17 Mar 2026 08:57:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 129B61045042D; Tue, 17 Mar 2026 09:57:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773737864; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=nBiDzArVDcCoeD815fZ/roaTVPKtASulKgA6m6/q+Xw=; b=BTAAkQV9D7XYSdPN/XEa01rePeqL0W3i7lsg75ZoHjkP4EzKv+6L0IL5WbRbxYY0PhNlY0 fCKWBs9CvgpGchyvNp9NZbQtqOqlUZDtfSD0FGLn4yFHTWyUN8+3a4ZgNRp1EjC2sOFm3M Oc0LdJrLzgY3gYX4wNNh4hjBrNlD8b6uKQ6dWwA01gjVfQev1gy87jhXSnnIcRKCAyBgDH Scw0R/6/6tKDSDkI2m/dV7iwoHuVew/M1wIu7Cj1terSsOFm7B3iMqHOIRqdtObytBJM3t u7B5yqBxU2N7H0MlJGW2/oZBmNYLWkxV7+Xx4uRrzrL8FR8dlU7Qg0wEPxLfGQ== From: Miquel Raynal To: Olivier Sobrie Cc: Michal Simek , Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Andrea Scian Subject: Re: [PATCH] mtd: rawnand: pl353: make sure optimal timings are applied In-Reply-To: (Olivier Sobrie's message of "Tue, 17 Mar 2026 08:05:08 +0100") References: <20260304211823.569972-1-olivier@sobrie.be> <87bjgogo0g.fsf@bootlin.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Tue, 17 Mar 2026 09:57:40 +0100 Message-ID: <874imeg7ej.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-Last-TLS-Session-Version: TLSv1.3 >> > With this patch, we program directly the new timings when >> > pl35x_nfc_setup_interface() is called. >> > >> > Signed-off-by: Olivier Sobrie >>=20 >> Nice, this probably will deserve a Fixes tag and Cc: stable. > > Do you implicitely suggest that I should send a v2 of this patch > with Fixes tag and stable in CC? Or do you take care of that? Please send a v2, indeed! Thanks, Miqu=C3=A8l