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 63C743D3B3 for ; Thu, 11 Jun 2026 07:19:25 +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=1781162367; cv=none; b=rFqshDU0LEXMvr7xbsa6JHGqTs0WgvAUlhMHhm5bvK1HHoht4SwIlqQAgDcn0WtwThxN83tNCohRgToQNW3XfLViTqIspuoexgtlErRRyrqknUNufDWW/nL3a4nLyUC7L6b4923g8yvoErDkPATKqmJBNgFlphdtMABPPRqX508= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781162367; c=relaxed/simple; bh=5hrNyNiEPCLNkKqqcb2nvELSD+42/ZNvPgIuPIWmZ74=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=qgiEaeJRocnN4+uIuD6nO1nP7+3r2MMV8cHDOP8+LYqGBBYia9OuhB7w9mHf+v6pjyUyzttHmL70eNZ24ycFTL38aob/MYm0V9WEkLbejSRntl1v0M3eeioygrqBH7VuQ2iPZ/BC8q0gazlwXsNGgsUj2P7MHGL1VUOnhErXpSM= 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=pZ82RWrG; 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="pZ82RWrG" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 949561A3892; Thu, 11 Jun 2026 07:19:23 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 641035FF03; Thu, 11 Jun 2026 07:19:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9D445106B9E35; Thu, 11 Jun 2026 09:19:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1781162362; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5hrNyNiEPCLNkKqqcb2nvELSD+42/ZNvPgIuPIWmZ74=; b=pZ82RWrGLv4CgihSiEgm/to0xR34WKRFM3myRWY/93u7KHlClcHzQS9toEPJUp3txzgSM1 l/rChJKKqm/BwttlKemDcSgrDU6b7ZnV7bo1ySeG2aEKSjSvmm4As6FTWrVSyBpIKQozJw rNBknRO+dZ+kz6o+lul/LgARcPkF6vFbeRaUJmbVo3AmSMmofBEFoztKOQlDk+2KUhhGgm YAPxcvSgEPcL97wEEzN4PzKW9eUH6T+Ubg+S5Kaf60mdwxowazw7b2X55kwXF/xjYkRluU rsuFWnRUNumblncYYqi7GXILD4wO7VuhgUcJqtkl0PALIZqdgy9K8LN3+sS/Tw== From: Miquel Raynal To: Ziyang Huang Cc: richard@nod.at, vigneshr@ti.com, cnsztl@gmail.com, csharper2005@gmail.com, mikhail.kshevetskiy@iopsys.eu, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] mtd: spinand: fmsh: add support for FM25G{01,02}B In-Reply-To: (Ziyang Huang's message of "Sun, 31 May 2026 21:05:17 +0800") References: User-Agent: mu4e 1.12.7; emacs 30.2 Date: Thu, 11 Jun 2026 09:19:20 +0200 Message-ID: <87fr2t8ryf.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 Hi Ziyang, On 31/05/2026 at 21:05:17 +08, Ziyang Huang wrote: > Add support for FudanMicro FM25S01B SPI NAND and FudanMicro FM25S02B SPI > NAND. > > FM25G01B datasheet: https://www.fmsh.com/nvm/FM25G01B_ds_eng.pdf > FM25G02B datasheet: https://www.fmsh.com/nvm/FM25G02B_ds_eng.pdf > > Signed-off-by: Ziyang Huang Please run checkpatch, there is at least a double line that gets inserted. Thanks, Miqu=C3=A8l