From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F0910C98315 for ; Mon, 19 Jan 2026 02:08:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 50E768307F; Mon, 19 Jan 2026 03:08:03 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A29658313B; Mon, 19 Jan 2026 03:07:56 +0100 (CET) Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [IPv6:2a07:2ec0:3002::65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5C8A283015 for ; Mon, 19 Jan 2026 03:07:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=daniel@makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1vhegK-000000003si-0LjX; Mon, 19 Jan 2026 02:07:52 +0000 Date: Mon, 19 Jan 2026 02:07:48 +0000 From: Daniel Golle To: Mikhail Kshevetskiy Cc: Dario Binacchi , Michael Trimarchi , Frieder Schrempf , Tom Rini , u-boot@lists.denx.de Subject: Re: [PATCH] mtd: spinand: add Foresee F35SQB002G flash support Message-ID: References: <20260119014627.767778-1-mikhail.kshevetskiy@iopsys.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260119014627.767778-1-mikhail.kshevetskiy@iopsys.eu> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Mon, Jan 19, 2026 at 04:46:27AM +0300, Mikhail Kshevetskiy wrote: > Add support of Foresee F35SQB002G spinand flash > > Signed-off-by: Mikhail Kshevetskiy > --- > drivers/mtd/nand/spi/foresee.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) It'd be good to keep MTD flash support in U-Boot in-sync with Linux drivers. Imho the best way is to submit this patch via the linux-mtd mailing list first, and I've just tried, it applies cleanly also on linux-next tree.