From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 83770427A16 for ; Wed, 1 Jul 2026 13:44:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782913461; cv=none; b=YJ2lZQnnAUpqRY6Wh1f/QT4n3oowGwtzu5hTBVdijCR2rQZxlk+dhNaWtinP55uopr4an023igARcp2si90eqCBFMq05B4v6BsyppUYx2h5uTXopJlLzI61/N2vOZoDW8ujNF3Q2hqNMmUZ/C6ELTKYayxHK+67Bo9ZFn+f17wE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782913461; c=relaxed/simple; bh=Z7gCNctzOFapq4AkhlPoCw9o7jWjP6qpvP4razE6GRg=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=ew29kNNOowX1bLV6fixa5xWwkcyZz62853+qCg5iVct5fxTTUfZaAgBmX8MZrvqUYV6X83ybQenCAD3fRSKFwCRJCJTBHzHHx6AhaNivGFkHlYl8F0AY8ys/fMmuUJF23f9BYolbMRuTgSeamnOC+Xhdmi6GAKooqGii24xh4Iw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sf6fArem; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Sf6fArem" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C9131F000E9; Wed, 1 Jul 2026 13:44:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782913459; bh=NK6YP/bdhXkNOBHiOO/t/Jufjg7fsinWaedzpOSHruA=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Sf6fArem1RKCaJCTCIlW4G8QUAL/QRcWi9a+uqe17owJBqMvNWOxlBEHk5EOvLQ3g sWXLN0eemHQm6yvZY6ZoqaTFxKSifmgvf1WWyy0Xs59auAhseqFt8jC3mFWsmVNjJB OPT2p8PV3oXsDvw5qRrFZ3XyZdd/UcDTUpsUF1ZLDh9cqxRRIv0p2n/A6nSWAH1MNW FvQWCb/AXuNoB3Of2ZDEQAsNTsItmCGGaOXWHF7YfZQGFi6n6EZ2MGq0491NVtDgC7 xcR8hHvZGomF4K7VKEQjRjyX9cfIyT3Rvztmo9fXYlzJKVvEPCwD8sl0lXZ+S9bUPY iYcM8o/86v32w== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Wed, 01 Jul 2026 15:44:15 +0200 From: Michael Walle To: Cheng Ming Lin Cc: Miquel Raynal , Pratyush Yadav , Takahiro Kuwano , Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, alvinzhou@mxic.com.tw, Cheng Ming Lin Subject: Re: [PATCH] mtd: spi-nor: Add support for MX25L12833F and MX25L12845G In-Reply-To: References: <20260528051751.1648246-1-linchengming884@gmail.com> <87eciwhtf8.fsf@bootlin.com> Message-ID: X-Sender: mwalle@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Hi, >> Oops, I've forgot to add you on CC. Sorry. I've just send a series >> to get rid of that legacy handling. Please give it a try on your >> flashes. > > No worries at all! Thanks for the heads-up. > > I have tested your series on our Macronix flashes, and everything works > perfectly. > > Quick question regarding my own patch series: > should I wait for your series to be applied before sending out my v2, > or is it okay to send it now? Ah I forgot to get back to you. You've already send v2 and v3. That's fine. Could you send a Tested-by tag? Thanks, -michael