From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D89BA295DBD for ; Fri, 13 Mar 2026 11:50:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773402632; cv=none; b=B2g8bhVvw+Nt8I8hNlz9dKs4u10F7GPBoNehmyQlG4gFFSjCE/Yq6Pyf8vJL8zBJjK8kYlFgZWVrl/DPrsCUUQ21cPEUtsmySJ2nUAmu+2nh0u9aaOt0L2/+wHkGwNfb+s0ioJB3Mu9Rn4GQz1k4lP7LJmFbbkLo5G3XpCzbYqg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773402632; c=relaxed/simple; bh=9lbANBg6+mHghNgxFMOF4JmZobstldEXa2BjBFJu6gE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=TBSyUbnfE9Aky0CtcfIstO6+ejenh3Rqa0i69f0F2y5+zixAdtiZvwWj14EJ9y2XHVPXwbT9U/vpbjmkav60pveuZJbRUgvxRlqy4vwq62B8+qvPSRQ3R91Dp25yeCvrVMspe7tvy57vreofPkUTUtB6IG7QUxdbULGCLhyNBi4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NwzUEmuN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NwzUEmuN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6F33C19421; Fri, 13 Mar 2026 11:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773402632; bh=9lbANBg6+mHghNgxFMOF4JmZobstldEXa2BjBFJu6gE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=NwzUEmuN8zuAuWrcsJ5L6wRbHh8tWObMwdEbg9Bd6bBfYmrXyPUZS/iqUrJRbf6Ly bvZUW5ePxvpO08ttvYL935iPvNa+CWXm+qXy2gUGlS6bgnEnvUEt7eZ+RH9syhX05z B5MufsPLNnRfA7EsdEiUcggpm70ZX846M9RnXlyQWzjpP9O9e6/opEG45w5g3xFvxh 0nIMYPN8u6ft25kKgzjBBKW/lw6aNUSlIg4M4CZIrX8DHcqYUTJbhIZRIL9fghhwwp bXSpyJj9g01+VZjB40SRXHOHIigurUF3rD93AEh0HdXqOSY1uZWT90gDyeJ78p4vH2 hSPh9LC8e/zgA== From: Pratyush Yadav To: Weimin Wu Cc: takahiro.kuwano@infineon.com, tudor.ambarus@linaro.org, pratyush@kernel.org, mwalle@kernel.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] mtd: spi-nor: gigadevice: add support for GD25LQ255E In-Reply-To: <20260214010608.116226-1-wuweimin@huaqin.corp-partner.google.com> (Weimin Wu's message of "Sat, 14 Feb 2026 09:06:08 +0800") References: <20260214010608.116226-1-wuweimin@huaqin.corp-partner.google.com> Date: Fri, 13 Mar 2026 11:50:29 +0000 Message-ID: <2vxzldfwdk3e.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Sat, Feb 14 2026, Weimin Wu wrote: > gd25lq255e is similar with gd25lq256d, has 32MB of total capacity. > It support Quad Page Program which mean programming the memory using > four pins: IO0, IO1, IO2, and IO3. > > Signed-off-by: Weimin Wu Please see the feedback in [0] and do a v2 with it addressed. Also, when you do a resend of a patch, also explain why you are resending. [0] https://lore.kernel.org/linux-mtd/DGG91A4GSBE3.1BC2CKTHAI68D@kernel.org/ [...] -- Regards, Pratyush Yadav